| 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 |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 adblockpluscore/lib/subscriptionClasses.js | 96 adblockpluscore/lib/subscriptionClasses.js |
| 97 adblockpluscore/lib/synchronizer.js | 97 adblockpluscore/lib/synchronizer.js |
| 98 lib/adblockplus.js[module] = true | 98 lib/adblockplus.js[module] = true |
| 99 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ | 99 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ |
| 100 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall | 100 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB
locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall |
| 101 ext/common.js = ext/common.js | 101 ext/common.js = ext/common.js |
| 102 ext/background.js = ext/background.js | 102 ext/background.js = ext/background.js |
| 103 ext/background.js[brace_style] = expand | 103 ext/background.js[brace_style] = expand |
| 104 include.postload.js = subscriptionLink.postload.js composer.postload.js | 104 include.postload.js = subscriptionLink.postload.js composer.postload.js |
| 105 | 105 |
| 106 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 106 qunit/tests/adblockplus.js = |
| 107 adblockplustests/chrome/content/tests/filterClasses.js | |
| 108 adblockplustests/chrome/content/tests/filterNotifier.js | |
| 109 adblockplustests/chrome/content/tests/filterStorage.js | |
| 110 adblockplustests/chrome/content/tests/matcher.js | |
| 111 adblockplustests/chrome/content/tests/prefs.js | 107 adblockplustests/chrome/content/tests/prefs.js |
| 112 adblockplustests/chrome/content/tests/regexpFilters_matching.js | |
| 113 adblockplustests/chrome/content/tests/subscriptionClasses.js | |
| 114 qunit/tests/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockplus
tests/ | 108 qunit/tests/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockplus
tests/ |
| 115 | 109 |
| 116 [import_locales] | 110 [import_locales] |
| 117 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 111 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
| 118 remove_subscription_warning | 112 remove_subscription_warning |
| 119 notification_antiadblock_title | 113 notification_antiadblock_title |
| 120 notification_antiadblock_message | 114 notification_antiadblock_message |
| 121 filter_unknown_option | 115 filter_unknown_option |
| 122 filter_invalid_regexp | 116 filter_invalid_regexp |
| 123 filter_elemhide_duplicate_id | 117 filter_elemhide_duplicate_id |
| (...skipping 15 matching lines...) Expand all Loading... |
| 139 addSubscription.label | 133 addSubscription.label |
| 140 addSubscriptionAdd.label | 134 addSubscriptionAdd.label |
| 141 addSubscriptionOther.label | 135 addSubscriptionOther.label |
| 142 acceptableAds2.label | 136 acceptableAds2.label |
| 143 viewList.label | 137 viewList.label |
| 144 readMore.label | 138 readMore.label |
| 145 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 139 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 146 title.label | 140 title.label |
| 147 adblockplus/chrome/locale/*/meta.properties = =name | 141 adblockplus/chrome/locale/*/meta.properties = =name |
| 148 adblockplusui/locale/*/firstRun.json = =* | 142 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |