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

Side by Side Diff: pages/modules.html

Issue 29866555: Noissue - Make Automation module responsible for test runners in other repositories (Closed)
Patch Set: Created Aug. 27, 2018, 11:33 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <th>{{table-header-super-reviewer Super reviewer}}</th> 50 <th>{{table-header-super-reviewer Super reviewer}}</th>
51 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 51 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
52 </tr> 52 </tr>
53 <tr> 53 <tr>
54 <th>{{table-header-source-path Source path(s)}}</th> 54 <th>{{table-header-source-path Source path(s)}}</th>
55 <td> 55 <td>
56 <ul> 56 <ul>
57 <li> 57 <li>
58 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a> 58 {{module-core-source <a href="https://hg.adblockplus.org/adblockplusco re"><fix>adblockpluscore</fix></a> (except <a href="#automation"><fix>Automation </fix></a>)}}
59 </li> 59 </li>
60 </ul> 60 </ul>
61 </td> 61 </td>
62 </tr> 62 </tr>
63 </table> 63 </table>
64 64
65 <table id="user-interface"> 65 <table id="user-interface">
66 <tr> 66 <tr>
67 <th>{{table-header-name Name}}</th> 67 <th>{{table-header-name Name}}</th>
68 <td>User Interface</td> 68 <td>User Interface</td>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 </tr> 122 </tr>
123 <tr> 123 <tr>
124 <th>{{table-header-super-reviewer Super reviewer}}</th> 124 <th>{{table-header-super-reviewer Super reviewer}}</th>
125 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 125 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
126 </tr> 126 </tr>
127 <tr> 127 <tr>
128 <th>{{table-header-source-path Source path(s)}}</th> 128 <th>{{table-header-source-path Source path(s)}}</th>
129 <td> 129 <td>
130 <ul> 130 <ul>
131 <li> 131 <li>
132 {{module-platform-source <a href="https://hg.adblockplus.org/adblockpl uschrome"><fix>adblockpluschrome</fix></a> (except <a href="#user-interface"><fi x>User Interface</fix></a>)}} 132 {{module-platform-source <a href="https://hg.adblockplus.org/adblockpl uschrome"><fix>adblockpluschrome</fix></a> (except <a href="#user-interface"><fi x>User Interface</fix></a> and <a href="#automation"><fix>Automation</fix></a>)} }
133 </li> 133 </li>
134 </ul> 134 </ul>
135 </td> 135 </td>
136 </tr> 136 </tr>
137 </table> 137 </table>
138 138
139 <table id="automation"> 139 <table id="automation">
140 <tr> 140 <tr>
141 <th>{{table-header-name Name}}</th> 141 <th>{{table-header-name Name}}</th>
142 <td>Automation</td> 142 <td>Automation</td>
(...skipping 20 matching lines...) Expand all
163 <ul> 163 <ul>
164 <li> 164 <li>
165 <a href="https://hg.adblockplus.org/buildtools">buildtools</a> 165 <a href="https://hg.adblockplus.org/buildtools">buildtools</a>
166 </li> 166 </li>
167 <li> 167 <li>
168 <a href="https://hg.adblockplus.org/codingtools">codingtools</a> 168 <a href="https://hg.adblockplus.org/codingtools">codingtools</a>
169 </li> 169 </li>
170 <li> 170 <li>
171 <a href="https://hg.adblockplus.org/abpssembly">abpssembly</a> 171 <a href="https://hg.adblockplus.org/abpssembly">abpssembly</a>
172 </li> 172 </li>
173 <li>
174 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro me</a>
175 <ul>
176 <li>test/*</li>
177 </ul>
178 </li>
179 <li>
180 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a>
181 <ul>
182 <li>test/runners/*</li>
183 </ul>
184 </li>
173 </ul> 185 </ul>
174 </td> 186 </td>
175 </tr> 187 </tr>
176 </table> 188 </table>
177 189
178 <table id="adblock-plus-for-android"> 190 <table id="adblock-plus-for-android">
179 <tr> 191 <tr>
180 <th>{{table-header-name Name}}</th> 192 <th>{{table-header-name Name}}</th>
181 <td>Adblock Plus for Android</td> 193 <td>Adblock Plus for Android</td>
182 </tr> 194 </tr>
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 <th>{{table-header-source-path Source path(s)}}</th> 556 <th>{{table-header-source-path Source path(s)}}</th>
545 <td> 557 <td>
546 <ul> 558 <ul>
547 <li> 559 <li>
548 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 560 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
549 </li> 561 </li>
550 </ul> 562 </ul>
551 </td> 563 </td>
552 </tr> 564 </tr>
553 </table> 565 </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