| 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 |
| 11 lib/punycode.js | 11 lib/punycode.js |
| 12 lib/publicSuffixList.js | 12 lib/publicSuffixList.js |
| 13 lib/sha1.js | 13 lib/sha1.js |
| 14 lib/jsbn.js | 14 lib/jsbn.js |
| 15 lib/rsa.js | 15 lib/rsa.js |
| 16 webrequest.js | |
| 17 messageResponder.js | 16 messageResponder.js |
| 18 background.js | 17 background.js |
| 19 testScripts = ../ext/common.js | 18 testScripts = ../ext/common.js |
| 20 ../ext/background.js | 19 ../ext/background.js |
| 21 ../lib/compat.js | 20 ../lib/compat.js |
| 22 ../lib/info.js | 21 ../lib/info.js |
| 23 ../lib/adblockplus.js | 22 ../lib/adblockplus.js |
| 24 ../lib/publicSuffixList.js | 23 ../lib/publicSuffixList.js |
| 25 ../lib/punycode.js | 24 ../lib/punycode.js |
| 26 ../lib/sha1.js | 25 ../lib/sha1.js |
| 27 ../lib/jsbn.js | 26 ../lib/jsbn.js |
| 28 ../lib/rsa.js | 27 ../lib/rsa.js |
| 29 ../webrequest.js | |
| 30 common.js | 28 common.js |
| 31 tests/adblockplus.js | 29 tests/adblockplus.js |
| 32 tests/versionComparator.js | 30 tests/versionComparator.js |
| 33 tests/url.js | 31 tests/url.js |
| 34 tests/signatures.js | 32 tests/signatures.js |
| 35 tests/cssEscaping.js | 33 tests/cssEscaping.js |
| 36 permissions = http://*/* https://*/* | 34 permissions = http://*/* https://*/* |
| 37 | 35 |
| 38 [contentScripts] | 36 [contentScripts] |
| 39 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s | 37 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 lib/messaging.js | 89 lib/messaging.js |
| 92 lib/url.js | 90 lib/url.js |
| 93 lib/stats.js | 91 lib/stats.js |
| 94 lib/devtools.js | 92 lib/devtools.js |
| 95 lib/whitelisting.js | 93 lib/whitelisting.js |
| 96 lib/filterValidation.js | 94 lib/filterValidation.js |
| 97 lib/filterComposer.js | 95 lib/filterComposer.js |
| 98 lib/icon.js | 96 lib/icon.js |
| 99 lib/notificationHelper.js | 97 lib/notificationHelper.js |
| 100 lib/subscriptionInit.js | 98 lib/subscriptionInit.js |
| 99 lib/requestBlocker.js |
| 101 lib/popupBlocker.js | 100 lib/popupBlocker.js |
| 102 lib/uninstall.js | 101 lib/uninstall.js |
| 103 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ | 102 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ |
| 104 ext/common.js = ext/common.js chrome/ext/common.js | 103 ext/common.js = ext/common.js chrome/ext/common.js |
| 105 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 |
| 106 include.postload.js = subscriptionLink.postload.js composer.postload.js | 105 include.postload.js = subscriptionLink.postload.js composer.postload.js |
| 107 | 106 |
| 108 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 107 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
| 109 adblockplustests/chrome/content/tests/filterClasses.js | 108 adblockplustests/chrome/content/tests/filterClasses.js |
| 110 adblockplustests/chrome/content/tests/filterNotifier.js | 109 adblockplustests/chrome/content/tests/filterNotifier.js |
| (...skipping 30 matching lines...) Expand all Loading... |
| 141 addSubscription.label | 140 addSubscription.label |
| 142 addSubscriptionAdd.label | 141 addSubscriptionAdd.label |
| 143 addSubscriptionOther.label | 142 addSubscriptionOther.label |
| 144 acceptableAds2.label | 143 acceptableAds2.label |
| 145 viewList.label | 144 viewList.label |
| 146 readMore.label | 145 readMore.label |
| 147 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 148 title.label | 147 title.label |
| 149 adblockplus/chrome/locale/*/meta.properties = =name | 148 adblockplus/chrome/locale/*/meta.properties = =name |
| 150 adblockplusui/locale/*/firstRun.json = =* | 149 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |