| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.9.2 | 2 version = 1.9.2 |
| 3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
| 4 ext/background.js | 4 ext/background.js |
| 5 lib/compat.js | 5 lib/compat.js |
| 6 lib/info.js | 6 lib/info.js |
| 7 lib/adblockplus.js | 7 lib/adblockplus.js |
| 8 lib/punycode.js | 8 lib/punycode.js |
| 9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
| 10 lib/sha1.js | 10 lib/sha1.js |
| 11 lib/jsbn.js | 11 lib/jsbn.js |
| 12 lib/rsa.js | 12 lib/rsa.js |
| 13 webrequest.js | 13 webrequest.js |
| 14 messageResponder.js | 14 messageResponder.js |
| 15 popupBlocker.js | 15 popupBlocker.js |
| 16 background.js | 16 background.js |
| 17 testScripts = ../ext/common.js |
| 18 ../ext/background.js |
| 19 ../lib/compat.js |
| 20 ../lib/info.js |
| 21 ../lib/io.js |
| 22 ../lib/adblockplus.js |
| 23 ../lib/publicSuffixList.js |
| 24 ../lib/punycode.js |
| 25 ../lib/sha1.js |
| 26 ../lib/jsbn.js |
| 27 ../lib/rsa.js |
| 28 ../webrequest.js |
| 29 common.js |
| 30 tests/adblockplus.js |
| 31 tests/versionComparator.js |
| 32 tests/url.js |
| 33 tests/signatures.js |
| 34 tests/cssEscaping.js |
| 17 permissions = http://*/* https://*/* | 35 permissions = http://*/* https://*/* |
| 18 | 36 |
| 19 [contentScripts] | 37 [contentScripts] |
| 20 document_start = ext/common.js ext/content.js include.preload.js | 38 document_start = ext/common.js ext/content.js include.preload.js |
| 21 document_end = include.postload.js | 39 document_end = include.postload.js |
| 22 | 40 |
| 23 [mapping] | 41 [mapping] |
| 24 ext/content.js = chrome/ext/content.js | 42 ext/content.js = chrome/ext/content.js |
| 25 ext/popup.js = chrome/ext/popup.js | 43 ext/popup.js = chrome/ext/popup.js |
| 26 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 44 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 addSubscription.label | 126 addSubscription.label |
| 109 addSubscriptionAdd.label | 127 addSubscriptionAdd.label |
| 110 addSubscriptionOther.label | 128 addSubscriptionOther.label |
| 111 acceptableAds2.label | 129 acceptableAds2.label |
| 112 viewList.label | 130 viewList.label |
| 113 readMore.label | 131 readMore.label |
| 114 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 132 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 115 title.label | 133 title.label |
| 116 adblockplus/chrome/locale/*/meta.properties = =name | 134 adblockplus/chrome/locale/*/meta.properties = =name |
| 117 adblockplusui/locale/*/firstRun.json = =* | 135 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |