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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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> |
OLD | NEW |