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

Side by Side Diff: pages/modules.html

Issue 6342314108649472: Noissue - Make myself super reviewer for the UI module (Closed)
Patch Set: Created May 28, 2015, 8:58 p.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <tr> 76 <tr>
77 <th>{{table-header-description Description}}</th> 77 <th>{{table-header-description Description}}</th>
78 <td>{{module-ui-description The shared UI code.}}</td> 78 <td>{{module-ui-description The shared UI code.}}</td>
79 </tr> 79 </tr>
80 <tr> 80 <tr>
81 <th>{{table-header-owner Owner}}</th> 81 <th>{{table-header-owner Owner}}</th>
82 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> 82 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td>
83 </tr> 83 </tr>
84 <tr> 84 <tr>
85 <th>{{table-header-super-reviewer Super reviewer}}</th> 85 <th>{{table-header-super-reviewer Super reviewer}}</th>
86 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> 86 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
87 </tr> 87 </tr>
88 <tr> 88 <tr>
89 <th>{{table-header-source-path Source path(s)}}</th> 89 <th>{{table-header-source-path Source path(s)}}</th>
90 <td> 90 <td>
91 <ul> 91 <ul>
92 <li> 92 <li>
93 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a> 93 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a>
94 </li> 94 </li>
95 <li> 95 <li>
96 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro me</a> 96 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro me</a>
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 </tr> 504 </tr>
505 <tr> 505 <tr>
506 <th>{{table-header-owner Owner}}</th> 506 <th>{{table-header-owner Owner}}</th>
507 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td> 507 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td>
508 </tr> 508 </tr>
509 <tr> 509 <tr>
510 <th>{{table-header-super-reviewer Super reviewer}}</th> 510 <th>{{table-header-super-reviewer Super reviewer}}</th>
511 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 511 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
512 </tr> 512 </tr>
513 </table> 513 </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