| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
| 3 version = 1.5 | 3 version = 1.5 |
| 4 backgroundScripts = lib/compat.js | 4 backgroundScripts = lib/compat.js |
| 5 lib/io.js | 5 lib/io.js |
| 6 lib/adblockplus.js | 6 lib/adblockplus.js |
| 7 lib/punycode.js | 7 lib/punycode.js |
| 8 lib/publicSuffixList.js | 8 lib/publicSuffixList.js |
| 9 lib/basedomain.js | 9 lib/basedomain.js |
| 10 lib/sha1.js | 10 lib/sha1.js |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 document_start = include.preload.js | 30 document_start = include.preload.js |
| 31 document_end = include.postload.js | 31 document_end = include.postload.js |
| 32 | 32 |
| 33 [compat] | 33 [compat] |
| 34 chrome = 18.0 | 34 chrome = 18.0 |
| 35 | 35 |
| 36 [mapping] | 36 [mapping] |
| 37 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 37 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| 38 firstRun.html = adblockplus/chrome/content/ui/firstRun.html | 38 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
| 39 firstRun.js = adblockplus/chrome/content/ui/firstRun.js | 39 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
| 40 i18n.js = adblockplus/chrome/content/ui/i18n.js |
| 40 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css | 41 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
| 41 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png | 42 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
| 42 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif | 43 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif |
| 43 skin/background.png = adblockplus/chrome/skin/background.png | 44 skin/background.png = adblockplus/chrome/skin/background.png |
| 44 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png | 45 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png |
| 45 skin/features/social.png = adblockplus/chrome/skin/features/social.png | 46 skin/features/social.png = adblockplus/chrome/skin/features/social.png |
| 46 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png | 47 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png |
| 47 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png | 48 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png |
| 48 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png | 49 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png |
| 49 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png | 50 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 addSubscription.label | 89 addSubscription.label |
| 89 addSubscriptionAdd.label | 90 addSubscriptionAdd.label |
| 90 addSubscriptionOther.label | 91 addSubscriptionOther.label |
| 91 acceptableAds2.label | 92 acceptableAds2.label |
| 92 viewList.label | 93 viewList.label |
| 93 readMore.label | 94 readMore.label |
| 94 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 95 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 95 title.label | 96 title.label |
| 96 adblockplus/chrome/locale/*/meta.properties = =name | 97 adblockplus/chrome/locale/*/meta.properties = =name |
| 97 adblockplus/chrome/locale/*/firstRun.properties = =* | 98 adblockplus/chrome/locale/*/firstRun.properties = =* |
| OLD | NEW |