OLD | NEW |
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 </tr> | 58 </tr> |
59 <tr> | 59 <tr> |
60 <th>{{table-header-description Description}}</th> | 60 <th>{{table-header-description Description}}</th> |
61 <td>{{module-ui-description The shared UI code.}}</td> | 61 <td>{{module-ui-description The shared UI code.}}</td> |
62 </tr> | 62 </tr> |
63 <tr> | 63 <tr> |
64 <th>{{table-header-owner Owner}}</th> | 64 <th>{{table-header-owner Owner}}</th> |
65 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> | 65 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> |
66 </tr> | 66 </tr> |
67 <tr> | 67 <tr> |
| 68 <th>{{table-header-peers Peer(s)}}</th> |
| 69 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> |
| 70 </tr> |
| 71 <tr> |
68 <th>{{table-header-super-reviewer Super reviewer}}</th> | 72 <th>{{table-header-super-reviewer Super reviewer}}</th> |
69 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 73 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
70 </tr> | 74 </tr> |
71 <tr> | 75 <tr> |
72 <th>{{table-header-source-path Source path(s)}}</th> | 76 <th>{{table-header-source-path Source path(s)}}</th> |
73 <td> | 77 <td> |
74 <ul> | 78 <ul> |
75 <li> | 79 <li> |
76 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a> | 80 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a> |
77 </li> | 81 </li> |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 <th>{{table-header-source-path Source path(s)}}</th> | 583 <th>{{table-header-source-path Source path(s)}}</th> |
580 <td> | 584 <td> |
581 <ul> | 585 <ul> |
582 <li> | 586 <li> |
583 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> | 587 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> |
584 </li> | 588 </li> |
585 </ul> | 589 </ul> |
586 </td> | 590 </td> |
587 </tr> | 591 </tr> |
588 </table> | 592 </table> |
OLD | NEW |