| Left: | ||
| Right: |
| 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/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 |
| 11 lib/adblockplus.js | 11 lib/adblockplus.js |
| 12 lib/sha1.js | |
|
Sebastian Noack
2017/02/17 11:59:19
Perhaps, add a comment here, at least, explaining
kzar
2017/02/17 14:17:24
Done.
| |
| 13 lib/jsbn.js | |
| 14 lib/rsa.js | |
| 12 messageResponder.js | 15 messageResponder.js |
| 13 background.js | 16 background.js |
| 14 testScripts = ../ext/common.js | 17 testScripts = ../ext/common.js |
| 15 ../ext/background.js | 18 ../ext/background.js |
| 16 ../lib/compat.js | 19 ../lib/compat.js |
| 17 ../lib/info.js | 20 ../lib/info.js |
| 18 ../lib/adblockplus.js | 21 ../lib/adblockplus.js |
| 19 ../lib/publicSuffixList.js | 22 ../lib/publicSuffixList.js |
| 23 ../lib/sha1.js | |
|
Sebastian Noack
2017/02/17 11:59:19
There is no reason to re-add the tests, as they ca
kzar
2017/02/17 14:17:24
Done.
| |
| 24 ../lib/jsbn.js | |
| 25 ../lib/rsa.js | |
| 20 common.js | 26 common.js |
| 21 tests/prefs.js | 27 tests/prefs.js |
| 22 tests/versionComparator.js | 28 tests/versionComparator.js |
| 23 tests/url.js | 29 tests/url.js |
| 30 tests/signatures.js | |
| 24 tests/cssEscaping.js | 31 tests/cssEscaping.js |
| 25 permissions = http://*/* https://*/* | 32 permissions = http://*/* https://*/* |
| 26 author = Eyeo GmbH | 33 author = Eyeo GmbH |
| 27 | 34 |
| 28 [contentScripts] | 35 [contentScripts] |
| 29 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s | 36 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s |
| 30 document_end = include.postload.js | 37 document_end = include.postload.js |
| 31 | 38 |
| 32 [mapping] | 39 [mapping] |
| 33 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 40 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 76 adblockpluscore/lib/coreUtils.js | 83 adblockpluscore/lib/coreUtils.js |
| 77 adblockpluscore/lib/antiadblockInit.js | 84 adblockpluscore/lib/antiadblockInit.js |
| 78 adblockpluscore/lib/cssRules.js | 85 adblockpluscore/lib/cssRules.js |
| 79 adblockpluscore/lib/downloader.js | 86 adblockpluscore/lib/downloader.js |
| 80 adblockpluscore/lib/elemHide.js | 87 adblockpluscore/lib/elemHide.js |
| 81 adblockpluscore/lib/events.js | 88 adblockpluscore/lib/events.js |
| 82 adblockpluscore/lib/filterClasses.js | 89 adblockpluscore/lib/filterClasses.js |
| 83 adblockpluscore/lib/filterListener.js | 90 adblockpluscore/lib/filterListener.js |
| 84 adblockpluscore/lib/filterNotifier.js | 91 adblockpluscore/lib/filterNotifier.js |
| 85 adblockpluscore/lib/filterStorage.js | 92 adblockpluscore/lib/filterStorage.js |
| 86 adblockpluscore/lib/jsbn.js | |
| 87 adblockpluscore/lib/matcher.js | 93 adblockpluscore/lib/matcher.js |
| 88 adblockpluscore/lib/notification.js | 94 adblockpluscore/lib/notification.js |
| 89 adblockpluscore/lib/rsa.js | |
| 90 adblockpluscore/lib/rusha.js | |
| 91 adblockpluscore/lib/subscriptionClasses.js | 95 adblockpluscore/lib/subscriptionClasses.js |
| 92 adblockpluscore/lib/synchronizer.js | 96 adblockpluscore/lib/synchronizer.js |
| 93 lib/adblockplus.js[module] = true | 97 lib/adblockplus.js[module] = true |
| 94 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ | 98 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 | 99 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall,csp |
| 96 ext/common.js = ext/common.js | 100 ext/common.js = ext/common.js |
| 97 ext/background.js = ext/background.js | 101 ext/background.js = ext/background.js |
| 98 ext/background.js[brace_style] = expand | 102 ext/background.js[brace_style] = expand |
| 99 include.postload.js = subscriptionLink.postload.js composer.postload.js | 103 include.postload.js = subscriptionLink.postload.js composer.postload.js |
| 100 | 104 |
| (...skipping 23 matching lines...) Expand all Loading... | |
| 124 addSubscription.label | 128 addSubscription.label |
| 125 addSubscriptionAdd.label | 129 addSubscriptionAdd.label |
| 126 addSubscriptionOther.label | 130 addSubscriptionOther.label |
| 127 acceptableAds2.label | 131 acceptableAds2.label |
| 128 viewList.label | 132 viewList.label |
| 129 readMore.label | 133 readMore.label |
| 130 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 134 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 131 title.label | 135 title.label |
| 132 adblockplus/chrome/locale/*/meta.properties = =name | 136 adblockplus/chrome/locale/*/meta.properties = =name |
| 133 adblockplusui/locale/*/firstRun.json = =* | 137 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |