| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 [general] | 1 [general] |
| 2 backgroundScripts = ext/common.js | 2 backgroundScripts = ext/common.js |
| 3 ext/background.js | 3 ext/background.js |
| 4 lib/compat.js | 4 lib/compat.js |
| 5 lib/info.js | 5 lib/info.js |
| 6 lib/io.js | 6 lib/io.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/basedomain.js | 10 lib/basedomain.js |
| 11 lib/sha1.js | 11 lib/sha1.js |
| 12 lib/jsbn.js | 12 lib/jsbn.js |
| 13 lib/rsa.js | 13 lib/rsa.js |
| 14 webrequest.js | 14 webrequest.js |
| 15 popupBlocker.js | 15 popupBlocker.js |
| 16 iconAnimation.js | 16 iconAnimation.js |
| 17 background.js | 17 background.js |
| 18 permissions = http://*/* https://*/* | 18 permissions = http://*/* https://*/* |
| 19 | 19 |
| 20 [contentScripts] | 20 [contentScripts] |
| 21 document_start = ext/common.js ext/content.js include.preload.js | 21 document_start = ext/common.js ext/content.js include.preload.js include.youtube .js |
|
Wladimir Palant
2013/12/06 10:58:35
This shouldn't be part of metadata.common - it is
Sebastian Noack
2013/12/20 09:23:46
Done.
| |
| 22 document_end = include.postload.js | 22 document_end = include.postload.js |
| 23 | 23 |
| 24 [mapping] | 24 [mapping] |
| 25 ext/common.js = chrome/common.js | 25 ext/common.js = chrome/ext/common.js |
| 26 ext/background.js = chrome/background.js | 26 ext/background.js = chrome/ext/background.js |
| 27 ext/content.js = chrome/content.js | 27 ext/content.js = chrome/ext/content.js |
| 28 include.youtube.js = chrome/include.youtube.js | |
| 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html | 30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
| 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js | 31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
| 31 i18n.js = adblockplus/chrome/content/ui/i18n.js | 32 i18n.js = adblockplus/chrome/content/ui/i18n.js |
| 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css | 33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
| 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png | 34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
| 34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif | 35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif |
| 35 skin/arrow-down.png = adblockplus/chrome/skin/arrow-down.png | 36 skin/arrow-down.png = adblockplus/chrome/skin/arrow-down.png |
| 36 skin/arrow-up.png = adblockplus/chrome/skin/arrow-up.png | 37 skin/arrow-up.png = adblockplus/chrome/skin/arrow-up.png |
| 37 skin/background.png = adblockplus/chrome/skin/background.png | 38 skin/background.png = adblockplus/chrome/skin/background.png |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 96 addSubscription.label | 97 addSubscription.label |
| 97 addSubscriptionAdd.label | 98 addSubscriptionAdd.label |
| 98 addSubscriptionOther.label | 99 addSubscriptionOther.label |
| 99 acceptableAds2.label | 100 acceptableAds2.label |
| 100 viewList.label | 101 viewList.label |
| 101 readMore.label | 102 readMore.label |
| 102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 103 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 103 title.label | 104 title.label |
| 104 adblockplus/chrome/locale/*/meta.properties = =name | 105 adblockplus/chrome/locale/*/meta.properties = =name |
| 105 adblockplus/chrome/locale/*/firstRun.properties = =* | 106 adblockplus/chrome/locale/*/firstRun.properties = =* |
| OLD | NEW |