| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.9.3 | 2 version = 1.9.3 |
| 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 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 skin/social/renren.png = adblockplusui/skin/social/renren.png | 64 skin/social/renren.png = adblockplusui/skin/social/renren.png |
| 65 skin/social/twitter.png = adblockplusui/skin/social/twitter.png | 65 skin/social/twitter.png = adblockplusui/skin/social/twitter.png |
| 66 skin/social/weibo.png = adblockplusui/skin/social/weibo.png | 66 skin/social/weibo.png = adblockplusui/skin/social/weibo.png |
| 67 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 67 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
| 68 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 68 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
| 69 | 69 |
| 70 [convert_js] | 70 [convert_js] |
| 71 lib/adblockplus.js = lib/prefs.js | 71 lib/adblockplus.js = lib/prefs.js |
| 72 lib/utils.js | 72 lib/utils.js |
| 73 lib/io.js | 73 lib/io.js |
| 74 lib/elemHideHitRegistration.js | |
| 75 adblockplus/lib/downloader.js | 74 adblockplus/lib/downloader.js |
| 76 adblockplus/lib/filterNotifier.js | 75 adblockplus/lib/filterNotifier.js |
| 77 adblockplus/lib/filterClasses.js | 76 adblockplus/lib/filterClasses.js |
| 78 adblockplus/lib/subscriptionClasses.js | 77 adblockplus/lib/subscriptionClasses.js |
| 79 adblockplus/lib/filterStorage.js | 78 adblockplus/lib/filterStorage.js |
| 80 adblockplus/lib/elemHide.js | 79 adblockplus/lib/elemHide.js |
| 81 adblockplus/lib/matcher.js | 80 adblockplus/lib/matcher.js |
| 82 adblockplus/lib/filterListener.js | 81 adblockplus/lib/filterListener.js |
| 83 adblockplus/lib/synchronizer.js | 82 adblockplus/lib/synchronizer.js |
| 84 adblockplus/lib/notification.js | 83 adblockplus/lib/notification.js |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 addSubscription.label | 126 addSubscription.label |
| 128 addSubscriptionAdd.label | 127 addSubscriptionAdd.label |
| 129 addSubscriptionOther.label | 128 addSubscriptionOther.label |
| 130 acceptableAds2.label | 129 acceptableAds2.label |
| 131 viewList.label | 130 viewList.label |
| 132 readMore.label | 131 readMore.label |
| 133 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 132 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 134 title.label | 133 title.label |
| 135 adblockplus/chrome/locale/*/meta.properties = =name | 134 adblockplus/chrome/locale/*/meta.properties = =name |
| 136 adblockplusui/locale/*/firstRun.json = =* | 135 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |