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

Side by Side Diff: pages/modules.html

Issue 29557555: Noissue - Make myself super reviewer, Sergei peer for Core (Closed) Base URL: https://bitbucket.org/fhd/web.adblockplus.org
Patch Set: Created Sept. 27, 2017, 7 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 23 matching lines...) Expand all
34 <tr> 34 <tr>
35 <th>{{table-header-name Name}}</th> 35 <th>{{table-header-name Name}}</th>
36 <td>Core</td> 36 <td>Core</td>
37 </tr> 37 </tr>
38 <tr> 38 <tr>
39 <th>{{table-header-owner Owner}}</th> 39 <th>{{table-header-owner Owner}}</th>
40 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> 40 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td>
41 </tr> 41 </tr>
42 <tr> 42 <tr>
43 <th rowspan="2">{{table-header-peers Peer(s)}}</th> 43 <th rowspan="2">{{table-header-peers Peer(s)}}</th>
44 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 44 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td>
45 </tr> 45 </tr>
46 <tr> 46 <tr>
47 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td> 47 <td><a href="mailto:sergei@adblockplus.org">Sergei Zabolotskikh</a></td>
48 </tr>
49 <tr>
50 <th>{{table-header-super-reviewer Super reviewer}}</th>
51 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
48 </tr> 52 </tr>
49 <tr> 53 <tr>
50 <th>{{table-header-source-path Source path(s)}}</th> 54 <th>{{table-header-source-path Source path(s)}}</th>
51 <td> 55 <td>
52 <ul> 56 <ul>
53 <li> 57 <li>
54 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a> 58 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a>
55 </li> 59 </li>
56 </ul> 60 </ul>
57 </td> 61 </td>
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 <th>{{table-header-source-path Source path(s)}}</th> 601 <th>{{table-header-source-path Source path(s)}}</th>
598 <td> 602 <td>
599 <ul> 603 <ul>
600 <li> 604 <li>
601 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 605 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
602 </li> 606 </li>
603 </ul> 607 </ul>
604 </td> 608 </td>
605 </tr> 609 </tr>
606 </table> 610 </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