Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 [general] | 1 [general] |
2 version = 1.9.2 | 2 version = 1.9.2 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
4 ext/background.js | 4 ext/background.js |
5 lib/compat.js | 5 lib/compat.js |
6 lib/info.js | 6 lib/info.js |
7 lib/adblockplus.js | 7 lib/adblockplus.js |
8 lib/punycode.js | 8 lib/punycode.js |
9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
10 lib/sha1.js | 10 lib/sha1.js |
11 lib/jsbn.js | 11 lib/jsbn.js |
12 lib/rsa.js | 12 lib/rsa.js |
13 webrequest.js | 13 webrequest.js |
14 messageResponder.js | 14 messageResponder.js |
15 popupBlocker.js | 15 popupBlocker.js |
16 background.js | 16 background.js |
17 testScripts = ../jquery-ui/js/jquery-1.7.1.min.js | 17 testScripts = ../ext/common.js |
18 qunit.js | |
Sebastian Noack
2015/09/09 17:56:51
Argh. I think this should be hard-coded in the tem
kzar
2015/09/09 18:01:00
I can do that, but JQuery will also need to be har
Sebastian Noack
2015/09/09 18:08:37
jQuery shouldn't be required by qunit, at least no
| |
19 ../ext/common.js | |
20 ../ext/background.js | 18 ../ext/background.js |
21 ../lib/compat.js | 19 ../lib/compat.js |
22 ../lib/info.js | 20 ../lib/info.js |
23 ../lib/io.js | 21 ../lib/io.js |
24 ../lib/adblockplus.js | 22 ../lib/adblockplus.js |
25 ../lib/publicSuffixList.js | 23 ../lib/publicSuffixList.js |
26 ../lib/punycode.js | 24 ../lib/punycode.js |
27 ../lib/sha1.js | 25 ../lib/sha1.js |
28 ../lib/jsbn.js | 26 ../lib/jsbn.js |
29 ../lib/rsa.js | 27 ../lib/rsa.js |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
128 addSubscription.label | 126 addSubscription.label |
129 addSubscriptionAdd.label | 127 addSubscriptionAdd.label |
130 addSubscriptionOther.label | 128 addSubscriptionOther.label |
131 acceptableAds2.label | 129 acceptableAds2.label |
132 viewList.label | 130 viewList.label |
133 readMore.label | 131 readMore.label |
134 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 132 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
135 title.label | 133 title.label |
136 adblockplus/chrome/locale/*/meta.properties = =name | 134 adblockplus/chrome/locale/*/meta.properties = =name |
137 adblockplusui/locale/*/firstRun.json = =* | 135 adblockplusui/locale/*/firstRun.json = =* |
LEFT | RIGHT |