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

Side by Side Diff: pages/modules.html

Issue 29875562: Noissue - Add more files to the Automation module (Closed)
Patch Set: Created Sept. 5, 2018, 1:06 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
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> 173 <li>
174 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro me</a> 174 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro me</a>
175 <ul> 175 <ul>
176 <li>test/*</li> 176 <li>test/*</li>
177 <li>.gitlab-ci.yml</li>
177 </ul> 178 </ul>
178 </li> 179 </li>
179 <li> 180 <li>
180 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a> 181 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</ a>
181 <ul> 182 <ul>
182 <li>test/runners/*</li> 183 <li>test/runners/*</li>
184 <li>test_runner.js</li>
185 <li>.gitlab-ci.yml</li>
183 </ul> 186 </ul>
184 </li> 187 </li>
185 </ul> 188 </ul>
186 </td> 189 </td>
187 </tr> 190 </tr>
188 </table> 191 </table>
189 192
190 <table id="adblock-plus-for-android"> 193 <table id="adblock-plus-for-android">
191 <tr> 194 <tr>
192 <th>{{table-header-name Name}}</th> 195 <th>{{table-header-name Name}}</th>
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 <th>{{table-header-source-path Source path(s)}}</th> 559 <th>{{table-header-source-path Source path(s)}}</th>
557 <td> 560 <td>
558 <ul> 561 <ul>
559 <li> 562 <li>
560 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 563 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
561 </li> 564 </li>
562 </ul> 565 </ul>
563 </td> 566 </td>
564 </tr> 567 </tr>
565 </table> 568 </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