Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 [general] | 1 [general] |
2 version = 1.12.4 | 2 version = 1.12.4 |
3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
6 ext/common.js | 6 ext/common.js |
7 ext/background.js | 7 ext/background.js |
8 lib/compat.js | 8 lib/compat.js |
9 lib/info.js | 9 lib/info.js |
10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
11 lib/adblockplus.js | 11 lib/adblockplus.js |
12 lib/sha1.js | 12 lib/sha1.js # These three scripts are strictly redundant as their counterparts |
Sebastian Noack
2017/02/17 11:59:19
Perhaps, add a comment here, at least, explaining
kzar
2017/02/17 14:17:24
Done.
| |
13 lib/jsbn.js | 13 lib/jsbn.js # now live in adblockpluscore. We've added them back here rather |
14 lib/rsa.js | 14 lib/rsa.js # than debugging an issue with Safari compatibility. See #4902. |
15 messageResponder.js | 15 messageResponder.js |
16 background.js | 16 background.js |
17 testScripts = ../ext/common.js | 17 testScripts = ../ext/common.js |
18 ../ext/background.js | 18 ../ext/background.js |
19 ../lib/compat.js | 19 ../lib/compat.js |
20 ../lib/info.js | 20 ../lib/info.js |
21 ../lib/adblockplus.js | 21 ../lib/adblockplus.js |
22 ../lib/publicSuffixList.js | 22 ../lib/publicSuffixList.js |
23 ../lib/sha1.js | |
Sebastian Noack
2017/02/17 11:59:19
There is no reason to re-add the tests, as they ca
kzar
2017/02/17 14:17:24
Done.
| |
24 ../lib/jsbn.js | |
25 ../lib/rsa.js | |
26 common.js | 23 common.js |
27 tests/prefs.js | 24 tests/prefs.js |
28 tests/versionComparator.js | 25 tests/versionComparator.js |
29 tests/url.js | 26 tests/url.js |
30 tests/signatures.js | |
31 tests/cssEscaping.js | 27 tests/cssEscaping.js |
32 permissions = http://*/* https://*/* | 28 permissions = http://*/* https://*/* |
33 author = Eyeo GmbH | 29 author = Eyeo GmbH |
34 | 30 |
35 [contentScripts] | 31 [contentScripts] |
36 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s | 32 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s |
37 document_end = include.postload.js | 33 document_end = include.postload.js |
38 | 34 |
39 [mapping] | 35 [mapping] |
40 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 36 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
128 addSubscription.label | 124 addSubscription.label |
129 addSubscriptionAdd.label | 125 addSubscriptionAdd.label |
130 addSubscriptionOther.label | 126 addSubscriptionOther.label |
131 acceptableAds2.label | 127 acceptableAds2.label |
132 viewList.label | 128 viewList.label |
133 readMore.label | 129 readMore.label |
134 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 130 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
135 title.label | 131 title.label |
136 adblockplus/chrome/locale/*/meta.properties = =name | 132 adblockplus/chrome/locale/*/meta.properties = =name |
137 adblockplusui/locale/*/firstRun.json = =* | 133 adblockplusui/locale/*/firstRun.json = =* |
LEFT | RIGHT |