OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.12.2 | 2 version = 1.12.2 |
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 | |
13 lib/jsbn.js | |
14 lib/rsa.js | |
15 messageResponder.js | 12 messageResponder.js |
16 background.js | 13 background.js |
17 testScripts = ../ext/common.js | 14 testScripts = ../ext/common.js |
18 ../ext/background.js | 15 ../ext/background.js |
19 ../lib/compat.js | 16 ../lib/compat.js |
20 ../lib/info.js | 17 ../lib/info.js |
21 ../lib/adblockplus.js | 18 ../lib/adblockplus.js |
22 ../lib/publicSuffixList.js | 19 ../lib/publicSuffixList.js |
23 ../lib/sha1.js | |
24 ../lib/jsbn.js | |
25 ../lib/rsa.js | |
26 common.js | 20 common.js |
27 tests/adblockplus.js | 21 tests/adblockplus.js |
28 tests/versionComparator.js | 22 tests/versionComparator.js |
29 tests/url.js | 23 tests/url.js |
30 tests/signatures.js | 24 tests/signatures.js |
31 tests/cssEscaping.js | 25 tests/cssEscaping.js |
32 permissions = http://*/* https://*/* | 26 permissions = http://*/* https://*/* |
33 author = Eyeo GmbH | 27 author = Eyeo GmbH |
34 | 28 |
35 [contentScripts] | 29 [contentScripts] |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 adblockpluscore/lib/coreUtils.js | 82 adblockpluscore/lib/coreUtils.js |
89 adblockpluscore/lib/antiadblockInit.js | 83 adblockpluscore/lib/antiadblockInit.js |
90 adblockpluscore/lib/cssRules.js | 84 adblockpluscore/lib/cssRules.js |
91 adblockpluscore/lib/downloader.js | 85 adblockpluscore/lib/downloader.js |
92 adblockpluscore/lib/elemHide.js | 86 adblockpluscore/lib/elemHide.js |
93 adblockpluscore/lib/events.js | 87 adblockpluscore/lib/events.js |
94 adblockpluscore/lib/filterClasses.js | 88 adblockpluscore/lib/filterClasses.js |
95 adblockpluscore/lib/filterListener.js | 89 adblockpluscore/lib/filterListener.js |
96 adblockpluscore/lib/filterNotifier.js | 90 adblockpluscore/lib/filterNotifier.js |
97 adblockpluscore/lib/filterStorage.js | 91 adblockpluscore/lib/filterStorage.js |
| 92 adblockpluscore/lib/jsbn.js |
98 adblockpluscore/lib/matcher.js | 93 adblockpluscore/lib/matcher.js |
99 adblockpluscore/lib/notification.js | 94 adblockpluscore/lib/notification.js |
| 95 adblockpluscore/lib/rsa.js |
| 96 adblockpluscore/lib/rusha.js |
100 adblockpluscore/lib/subscriptionClasses.js | 97 adblockpluscore/lib/subscriptionClasses.js |
101 adblockpluscore/lib/synchronizer.js | 98 adblockpluscore/lib/synchronizer.js |
102 lib/adblockplus.js[module] = true | 99 lib/adblockplus.js[module] = true |
103 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ | 100 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ |
104 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall | 101 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall |
105 ext/common.js = ext/common.js | 102 ext/common.js = ext/common.js |
106 ext/background.js = ext/background.js | 103 ext/background.js = ext/background.js |
107 ext/background.js[brace_style] = expand | 104 ext/background.js[brace_style] = expand |
108 include.postload.js = subscriptionLink.postload.js composer.postload.js | 105 include.postload.js = subscriptionLink.postload.js composer.postload.js |
109 | 106 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 addSubscription.label | 140 addSubscription.label |
144 addSubscriptionAdd.label | 141 addSubscriptionAdd.label |
145 addSubscriptionOther.label | 142 addSubscriptionOther.label |
146 acceptableAds2.label | 143 acceptableAds2.label |
147 viewList.label | 144 viewList.label |
148 readMore.label | 145 readMore.label |
149 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
150 title.label | 147 title.label |
151 adblockplus/chrome/locale/*/meta.properties = =name | 148 adblockplus/chrome/locale/*/meta.properties = =name |
152 adblockplusui/locale/*/firstRun.json = =* | 149 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |