| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.8.12 | 2 version = 1.8.12 |
| 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/io.js | |
| 8 lib/adblockplus.js | 7 lib/adblockplus.js |
| 9 lib/punycode.js | 8 lib/punycode.js |
| 10 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
| 11 lib/sha1.js | 10 lib/sha1.js |
| 12 lib/jsbn.js | 11 lib/jsbn.js |
| 13 lib/rsa.js | 12 lib/rsa.js |
| 14 webrequest.js | 13 webrequest.js |
| 15 messageResponder.js | 14 messageResponder.js |
| 16 popupBlocker.js | 15 popupBlocker.js |
| 17 background.js | 16 background.js |
| (...skipping 27 matching lines...) Expand all Loading... |
| 45 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png | 44 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png |
| 46 skin/social/renren.png = adblockplusui/skin/social/renren.png | 45 skin/social/renren.png = adblockplusui/skin/social/renren.png |
| 47 skin/social/twitter.png = adblockplusui/skin/social/twitter.png | 46 skin/social/twitter.png = adblockplusui/skin/social/twitter.png |
| 48 skin/social/weibo.png = adblockplusui/skin/social/weibo.png | 47 skin/social/weibo.png = adblockplusui/skin/social/weibo.png |
| 49 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 48 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
| 50 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 49 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
| 51 | 50 |
| 52 [convert_js] | 51 [convert_js] |
| 53 lib/adblockplus.js = lib/prefs.js | 52 lib/adblockplus.js = lib/prefs.js |
| 54 lib/utils.js | 53 lib/utils.js |
| 54 lib/io.js |
| 55 lib/elemHideHitRegistration.js | 55 lib/elemHideHitRegistration.js |
| 56 adblockplus/lib/downloader.js | 56 adblockplus/lib/downloader.js |
| 57 adblockplus/lib/filterNotifier.js | 57 adblockplus/lib/filterNotifier.js |
| 58 adblockplus/lib/filterClasses.js | 58 adblockplus/lib/filterClasses.js |
| 59 adblockplus/lib/subscriptionClasses.js | 59 adblockplus/lib/subscriptionClasses.js |
| 60 adblockplus/lib/filterStorage.js | 60 adblockplus/lib/filterStorage.js |
| 61 adblockplus/lib/elemHide.js | 61 adblockplus/lib/elemHide.js |
| 62 adblockplus/lib/matcher.js | 62 adblockplus/lib/matcher.js |
| 63 adblockplus/lib/filterListener.js | 63 adblockplus/lib/filterListener.js |
| 64 adblockplus/lib/synchronizer.js | 64 adblockplus/lib/synchronizer.js |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 addSubscription.label | 105 addSubscription.label |
| 106 addSubscriptionAdd.label | 106 addSubscriptionAdd.label |
| 107 addSubscriptionOther.label | 107 addSubscriptionOther.label |
| 108 acceptableAds2.label | 108 acceptableAds2.label |
| 109 viewList.label | 109 viewList.label |
| 110 readMore.label | 110 readMore.label |
| 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 112 title.label | 112 title.label |
| 113 adblockplus/chrome/locale/*/meta.properties = =name | 113 adblockplus/chrome/locale/*/meta.properties = =name |
| 114 adblockplusui/locale/*/firstRun.json = =* | 114 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |