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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/modules.html
===================================================================
--- a/pages/modules.html
+++ b/pages/modules.html
@@ -55,7 +55,7 @@
<td>
<ul>
<li>
- <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</a>
+ {{module-core-source <a href="https://hg.adblockplus.org/adblockpluscore"><fix>adblockpluscore</fix></a> (except <a href="#automation"><fix>Automation</fix></a>)}}
</li>
</ul>
</td>
@@ -129,7 +129,7 @@
<td>
<ul>
<li>
- {{module-platform-source <a href="https://hg.adblockplus.org/adblockpluschrome"><fix>adblockpluschrome</fix></a> (except <a href="#user-interface"><fix>User Interface</fix></a>)}}
+ {{module-platform-source <a href="https://hg.adblockplus.org/adblockpluschrome"><fix>adblockpluschrome</fix></a> (except <a href="#user-interface"><fix>User Interface</fix></a> and <a href="#automation"><fix>Automation</fix></a>)}}
</li>
</ul>
</td>
@@ -170,6 +170,18 @@
<li>
<a href="https://hg.adblockplus.org/abpssembly">abpssembly</a>
</li>
+ <li>
+ <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschrome</a>
+ <ul>
+ <li>test/*</li>
+ </ul>
+ </li>
+ <li>
+ <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</a>
+ <ul>
+ <li>test/runners/*</li>
+ </ul>
+ </li>
</ul>
</td>
</tr>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld