OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.12.4 | 2 version = 1.12.4 |
3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/fetch.js |
4 lib/polyfills/promise.js | |
5 lib/polyfills/fetch.js | |
6 ext/common.js | 4 ext/common.js |
7 ext/background.js | 5 ext/background.js |
8 lib/compat.js | 6 lib/compat.js |
9 lib/info.js | 7 lib/info.js |
10 lib/publicSuffixList.js | 8 lib/publicSuffixList.js |
11 lib/adblockplus.js | 9 lib/adblockplus.js |
12 messageResponder.js | 10 messageResponder.js |
13 background.js | 11 background.js |
14 testScripts = ../ext/common.js | 12 testScripts = ../ext/common.js |
15 ../ext/background.js | 13 ../ext/background.js |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 adblockpluscore/lib/filterStorage.js | 83 adblockpluscore/lib/filterStorage.js |
86 adblockpluscore/lib/jsbn.js | 84 adblockpluscore/lib/jsbn.js |
87 adblockpluscore/lib/matcher.js | 85 adblockpluscore/lib/matcher.js |
88 adblockpluscore/lib/notification.js | 86 adblockpluscore/lib/notification.js |
89 adblockpluscore/lib/rsa.js | 87 adblockpluscore/lib/rsa.js |
90 adblockpluscore/lib/rusha.js | 88 adblockpluscore/lib/rusha.js |
91 adblockpluscore/lib/subscriptionClasses.js | 89 adblockpluscore/lib/subscriptionClasses.js |
92 adblockpluscore/lib/synchronizer.js | 90 adblockpluscore/lib/synchronizer.js |
93 lib/adblockplus.js[module] = true | 91 lib/adblockplus.js[module] = true |
94 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ | 92 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ |
95 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall,csp | 93 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,subscriptionInit,filterComposer,stats,uninstall,csp |
96 ext/common.js = ext/common.js | 94 ext/common.js = ext/common.js |
97 ext/background.js = ext/background.js | 95 ext/background.js = ext/background.js |
98 ext/background.js[brace_style] = expand | 96 ext/background.js[brace_style] = expand |
99 include.postload.js = subscriptionLink.postload.js composer.postload.js | 97 include.postload.js = subscriptionLink.postload.js composer.postload.js |
100 | 98 |
101 [import_locales] | 99 [import_locales] |
102 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 100 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
103 remove_subscription_warning | 101 remove_subscription_warning |
104 notification_antiadblock_title | 102 notification_antiadblock_title |
105 notification_antiadblock_message | 103 notification_antiadblock_message |
(...skipping 18 matching lines...) Expand all Loading... |
124 addSubscription.label | 122 addSubscription.label |
125 addSubscriptionAdd.label | 123 addSubscriptionAdd.label |
126 addSubscriptionOther.label | 124 addSubscriptionOther.label |
127 acceptableAds2.label | 125 acceptableAds2.label |
128 viewList.label | 126 viewList.label |
129 readMore.label | 127 readMore.label |
130 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 128 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
131 title.label | 129 title.label |
132 adblockplus/chrome/locale/*/meta.properties = =name | 130 adblockplus/chrome/locale/*/meta.properties = =name |
133 adblockplusui/locale/*/firstRun.json = =* | 131 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |