Left: | ||
Right: |
OLD | NEW |
---|---|
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 | |
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 | |
21 ../lib/compat.js | |
22 ../lib/info.js | |
23 ../lib/io.js | |
24 ../lib/adblockplus.js | |
25 ../lib/publicSuffixList.js | |
26 ../lib/punycode.js | |
27 ../lib/sha1.js | |
28 ../lib/jsbn.js | |
29 ../lib/rsa.js | |
30 ../webrequest.js | |
31 common.js | |
32 tests/adblockplus.js | |
33 tests/versionComparator.js | |
34 tests/url.js | |
35 tests/signatures.js | |
36 tests/cssEscaping.js | |
17 permissions = http://*/* https://*/* | 37 permissions = http://*/* https://*/* |
18 | 38 |
19 [contentScripts] | 39 [contentScripts] |
20 document_start = ext/common.js ext/content.js include.preload.js | 40 document_start = ext/common.js ext/content.js include.preload.js |
21 document_end = include.postload.js | 41 document_end = include.postload.js |
22 | 42 |
23 [mapping] | 43 [mapping] |
24 ext/content.js = chrome/ext/content.js | 44 ext/content.js = chrome/ext/content.js |
25 ext/popup.js = chrome/ext/popup.js | 45 ext/popup.js = chrome/ext/popup.js |
26 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 46 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
108 addSubscription.label | 128 addSubscription.label |
109 addSubscriptionAdd.label | 129 addSubscriptionAdd.label |
110 addSubscriptionOther.label | 130 addSubscriptionOther.label |
111 acceptableAds2.label | 131 acceptableAds2.label |
112 viewList.label | 132 viewList.label |
113 readMore.label | 133 readMore.label |
114 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 134 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
115 title.label | 135 title.label |
116 adblockplus/chrome/locale/*/meta.properties = =name | 136 adblockplus/chrome/locale/*/meta.properties = =name |
117 adblockplusui/locale/*/firstRun.json = =* | 137 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |