Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/modules.html

Issue 29350002: Noissue - Make Vasily module owner of sitescripts and peer on buildtools (Closed)
Patch Set: Created Aug. 21, 2016, 10:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Modules 1 title=Modules
2 2
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 table 5 table
6 { 6 {
7 background: white; 7 background: white;
8 border-collapse: collapse; 8 border-collapse: collapse;
9 margin-top: 20px; 9 margin-top: 20px;
10 } 10 }
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <table id="build-and-release-tools"> 127 <table id="build-and-release-tools">
128 <tr> 128 <tr>
129 <th>{{table-header-name Name}}</th> 129 <th>{{table-header-name Name}}</th>
130 <td>Build and Release Tools</td> 130 <td>Build and Release Tools</td>
131 </tr> 131 </tr>
132 <tr> 132 <tr>
133 <th>{{table-header-owner Owner}}</th> 133 <th>{{table-header-owner Owner}}</th>
134 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> 134 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td>
135 </tr> 135 </tr>
136 <tr> 136 <tr>
137 <th>{{table-header-peers Peer(s)}}</th> 137 <th rowspan="2">{{table-header-peers Peer(s)}}</th>
138 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td> 138 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td>
139 </tr> 139 </tr>
140 <tr> 140 <tr>
141 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td>
142 </tr>
143 <tr>
141 <th>{{table-header-super-reviewer Super reviewer}}</th> 144 <th>{{table-header-super-reviewer Super reviewer}}</th>
142 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> 145 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td>
143 </tr> 146 </tr>
144 <tr> 147 <tr>
145 <th>{{table-header-source-path Source path(s)}}</th> 148 <th>{{table-header-source-path Source path(s)}}</th>
146 <td> 149 <td>
147 <ul> 150 <ul>
148 <li> 151 <li>
149 <a href="https://hg.adblockplus.org/buildtools">buildtools</a> 152 <a href="https://hg.adblockplus.org/buildtools">buildtools</a>
150 </li> 153 </li>
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 </tr> 442 </tr>
440 </table> 443 </table>
441 444
442 <table id="sitescripts"> 445 <table id="sitescripts">
443 <tr> 446 <tr>
444 <th>{{table-header-name Name}}</th> 447 <th>{{table-header-name Name}}</th>
445 <td>Sitescripts</td> 448 <td>Sitescripts</td>
446 </tr> 449 </tr>
447 <tr> 450 <tr>
448 <th>{{table-header-owner Owner}}</th> 451 <th>{{table-header-owner Owner}}</th>
452 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td>
453 </tr>
454 <tr>
455 <th>{{table-header-peers Peer(s)}}</th>
449 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> 456 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td>
450 </tr> 457 </tr>
451 <tr> 458 <tr>
452 <th rowspan="2">{{table-header-peers Peer(s)}}</th>
453 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td>
454 </tr>
455 <tr>
456 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td>
457 </tr>
458 <tr>
459 <th>{{table-header-super-reviewer Super reviewer}}</th> 459 <th>{{table-header-super-reviewer Super reviewer}}</th>
460 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 460 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
461 </tr> 461 </tr>
462 <tr> 462 <tr>
463 <th>{{table-header-source-path Source path(s)}}</th> 463 <th>{{table-header-source-path Source path(s)}}</th>
464 <td> 464 <td>
465 <ul> 465 <ul>
466 <li> 466 <li>
467 <a href="https://hg.adblockplus.org/abpbot">abpbot</a> 467 <a href="https://hg.adblockplus.org/abpbot">abpbot</a>
468 </li> 468 </li>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 <th>{{table-header-source-path Source path(s)}}</th> 573 <th>{{table-header-source-path Source path(s)}}</th>
574 <td> 574 <td>
575 <ul> 575 <ul>
576 <li> 576 <li>
577 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 577 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
578 </li> 578 </li>
579 </ul> 579 </ul>
580 </td> 580 </td>
581 </tr> 581 </tr>
582 </table> 582 </table>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld