| 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 14 matching lines...) Expand all Loading... |
| 25 ../lib/sha1.js | 25 ../lib/sha1.js |
| 26 ../lib/jsbn.js | 26 ../lib/jsbn.js |
| 27 ../lib/rsa.js | 27 ../lib/rsa.js |
| 28 common.js | 28 common.js |
| 29 tests/adblockplus.js | 29 tests/adblockplus.js |
| 30 tests/versionComparator.js | 30 tests/versionComparator.js |
| 31 tests/url.js | 31 tests/url.js |
| 32 tests/signatures.js | 32 tests/signatures.js |
| 33 tests/cssEscaping.js | 33 tests/cssEscaping.js |
| 34 permissions = http://*/* https://*/* | 34 permissions = http://*/* https://*/* |
| 35 author = Eyeo GmbH | |
| 36 | 35 |
| 37 [contentScripts] | 36 [contentScripts] |
| 38 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 |
| 39 document_end = include.postload.js | 38 document_end = include.postload.js |
| 40 | 39 |
| 41 [mapping] | 40 [mapping] |
| 42 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 41 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
| 43 ext/content.js = chrome/ext/content.js | 42 ext/content.js = chrome/ext/content.js |
| 44 ext/popup.js = chrome/ext/popup.js | 43 ext/popup.js = chrome/ext/popup.js |
| 45 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml | 44 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |