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

Side by Side Diff: qunit/index.html

Issue 5078078439030784: Noissue - Removed obsolete include of basedomain.js (Closed)
Patch Set: Created Feb. 26, 2015, 4:46 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2015 Eyeo GmbH 5 - Copyright (C) 2006-2015 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 13 matching lines...) Expand all
24 <script src="../jquery-ui/js/jquery-1.7.1.min.js"></script> 24 <script src="../jquery-ui/js/jquery-1.7.1.min.js"></script>
25 <script src="qunit.js"></script> 25 <script src="qunit.js"></script>
26 <script src="../ext/common.js"></script> 26 <script src="../ext/common.js"></script>
27 <script src="../ext/background.js"></script> 27 <script src="../ext/background.js"></script>
28 <script src="../lib/compat.js"></script> 28 <script src="../lib/compat.js"></script>
29 <script src="../lib/info.js"></script> 29 <script src="../lib/info.js"></script>
30 <script src="../lib/io.js"></script> 30 <script src="../lib/io.js"></script>
31 <script src="../lib/adblockplus.js"></script> 31 <script src="../lib/adblockplus.js"></script>
32 <script src="../lib/publicSuffixList.js"></script> 32 <script src="../lib/publicSuffixList.js"></script>
33 <script src="../lib/punycode.js"></script> 33 <script src="../lib/punycode.js"></script>
34 <script src="../lib/basedomain.js"></script>
35 <script src="../lib/sha1.js"></script> 34 <script src="../lib/sha1.js"></script>
36 <script src="../lib/jsbn.js"></script> 35 <script src="../lib/jsbn.js"></script>
37 <script src="../lib/rsa.js"></script> 36 <script src="../lib/rsa.js"></script>
38 <script src="../webrequest.js"></script> 37 <script src="../webrequest.js"></script>
39 <script src="common.js"></script> 38 <script src="common.js"></script>
40 <script src="tests/adblockplus.js"></script> 39 <script src="tests/adblockplus.js"></script>
41 <script src="tests/versionComparator.js"></script> 40 <script src="tests/versionComparator.js"></script>
42 <script src="tests/url.js"></script> 41 <script src="tests/url.js"></script>
43 <script src="tests/signatures.js"></script> 42 <script src="tests/signatures.js"></script>
44 <script src="tests/cssEscaping.js"></script> 43 <script src="tests/cssEscaping.js"></script>
45 <script src="tests/filterValidation.js"></script> 44 <script src="tests/filterValidation.js"></script>
46 </head> 45 </head>
47 <body> 46 <body>
48 <h1 id="qunit-header">Adblock Plus unit tests</h1> 47 <h1 id="qunit-header">Adblock Plus unit tests</h1>
49 <h2 id="qunit-banner"></h2> 48 <h2 id="qunit-banner"></h2>
50 <div id="qunit-testrunner-toolbar"></div> 49 <div id="qunit-testrunner-toolbar"></div>
51 <h2 id="qunit-userAgent"></h2> 50 <h2 id="qunit-userAgent"></h2>
52 <ol id="qunit-tests"></ol> 51 <ol id="qunit-tests"></ol>
53 </body> 52 </body>
54 </html> 53 </html>
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