Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 version = 1.12.4 | 2 version = 1.12.4 |
3 backgroundScripts = lib/polyfills/fetch.js | 3 backgroundScripts = lib/polyfills/fetch.js |
4 ext/common.js | 4 ext/common.js |
5 ext/background.js | 5 ext/background.js |
6 lib/compat.js | 6 lib/compat.js |
7 lib/info.js | 7 lib/info.js |
8 lib/publicSuffixList.js | 8 lib/publicSuffixList.js |
9 lib/adblockplus.js | 9 lib/adblockplus.js |
10 messageResponder.js | 10 messageResponder.js |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
82 adblockpluscore/lib/filterNotifier.js | 82 adblockpluscore/lib/filterNotifier.js |
83 adblockpluscore/lib/filterStorage.js | 83 adblockpluscore/lib/filterStorage.js |
84 adblockpluscore/lib/jsbn.js | 84 adblockpluscore/lib/jsbn.js |
85 adblockpluscore/lib/matcher.js | 85 adblockpluscore/lib/matcher.js |
86 adblockpluscore/lib/notification.js | 86 adblockpluscore/lib/notification.js |
87 adblockpluscore/lib/rsa.js | 87 adblockpluscore/lib/rsa.js |
88 adblockpluscore/lib/rusha.js | 88 adblockpluscore/lib/rusha.js |
89 adblockpluscore/lib/subscriptionClasses.js | 89 adblockpluscore/lib/subscriptionClasses.js |
90 adblockpluscore/lib/synchronizer.js | 90 adblockpluscore/lib/synchronizer.js |
91 lib/adblockplus.js[module] = true | 91 lib/adblockplus.js[module] = true |
92 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ | |
93 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp | 92 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp |
94 ext/common.js = ext/common.js | 93 ext/common.js = ext/common.js |
95 ext/background.js = ext/background.js | 94 ext/background.js = ext/background.js |
Wladimir Palant
2016/11/30 11:47:27
No point running ext/common.js and ext/background.
kzar
2016/11/30 14:36:33
I thought this initially as well, but then I reali
| |
96 ext/background.js[brace_style] = expand | |
97 include.postload.js = subscriptionLink.postload.js composer.postload.js | 95 include.postload.js = subscriptionLink.postload.js composer.postload.js |
98 | 96 |
99 [import_locales] | 97 [import_locales] |
100 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 98 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
101 remove_subscription_warning | 99 remove_subscription_warning |
102 notification_antiadblock_title | 100 notification_antiadblock_title |
103 notification_antiadblock_message | 101 notification_antiadblock_message |
104 filter_unknown_option | 102 filter_unknown_option |
105 filter_invalid_regexp | 103 filter_invalid_regexp |
106 filter_elemhide_duplicate_id | 104 filter_elemhide_duplicate_id |
(...skipping 15 matching lines...) Expand all Loading... | |
122 addSubscription.label | 120 addSubscription.label |
123 addSubscriptionAdd.label | 121 addSubscriptionAdd.label |
124 addSubscriptionOther.label | 122 addSubscriptionOther.label |
125 acceptableAds2.label | 123 acceptableAds2.label |
126 viewList.label | 124 viewList.label |
127 readMore.label | 125 readMore.label |
128 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
129 title.label | 127 title.label |
130 adblockplus/chrome/locale/*/meta.properties = =name | 128 adblockplus/chrome/locale/*/meta.properties = =name |
131 adblockplusui/locale/*/firstRun.json = =* | 129 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |