| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.11 | 2 version = 1.11 |
| 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/adblockplus.js | 10 lib/adblockplus.js |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 lib/filterValidation.js | 95 lib/filterValidation.js |
| 96 lib/filterComposer.js | 96 lib/filterComposer.js |
| 97 lib/icon.js | 97 lib/icon.js |
| 98 lib/notificationHelper.js | 98 lib/notificationHelper.js |
| 99 lib/subscriptionInit.js | 99 lib/subscriptionInit.js |
| 100 lib/popupBlocker.js | 100 lib/popupBlocker.js |
| 101 lib/uninstall.js | 101 lib/uninstall.js |
| 102 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ | 102 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ |
| 103 ext/common.js = ext/common.js chrome/ext/common.js | 103 ext/common.js = ext/common.js chrome/ext/common.js |
| 104 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand | 104 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand |
| 105 include.postload.js = subscriptionLink.postload.js blockElement.postload.js | 105 include.postload.js = subscriptionLink.postload.js composer.postload.js |
| 106 | 106 |
| 107 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 107 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
| 108 adblockplustests/chrome/content/tests/filterClasses.js | 108 adblockplustests/chrome/content/tests/filterClasses.js |
| 109 adblockplustests/chrome/content/tests/filterNotifier.js | 109 adblockplustests/chrome/content/tests/filterNotifier.js |
| 110 adblockplustests/chrome/content/tests/filterStorage.js | 110 adblockplustests/chrome/content/tests/filterStorage.js |
| 111 adblockplustests/chrome/content/tests/matcher.js | 111 adblockplustests/chrome/content/tests/matcher.js |
| 112 adblockplustests/chrome/content/tests/prefs.js | 112 adblockplustests/chrome/content/tests/prefs.js |
| 113 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 113 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
| 114 adblockplustests/chrome/content/tests/subscriptionClasses.js | 114 adblockplustests/chrome/content/tests/subscriptionClasses.js |
| 115 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 115 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 140 addSubscription.label | 140 addSubscription.label |
| 141 addSubscriptionAdd.label | 141 addSubscriptionAdd.label |
| 142 addSubscriptionOther.label | 142 addSubscriptionOther.label |
| 143 acceptableAds2.label | 143 acceptableAds2.label |
| 144 viewList.label | 144 viewList.label |
| 145 readMore.label | 145 readMore.label |
| 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 147 title.label | 147 title.label |
| 148 adblockplus/chrome/locale/*/meta.properties = =name | 148 adblockplus/chrome/locale/*/meta.properties = =name |
| 149 adblockplusui/locale/*/firstRun.json = =* | 149 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |