| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.11 | 2 version = 1.11 |
| 3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
| 4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
| 5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
| 6 ext/common.js | 6 ext/common.js |
| 7 ext/background.js | 7 ext/background.js |
| 8 lib/compat.js | 8 lib/compat.js |
| 9 lib/info.js | 9 lib/info.js |
| 10 lib/adblockplus.js | 10 lib/adblockplus.js |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf | 63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf |
| 64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png | 64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png |
| 65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png | 65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png |
| 66 skin/social/renren.png = adblockplusui/skin/social/renren.png | 66 skin/social/renren.png = adblockplusui/skin/social/renren.png |
| 67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png | 67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png |
| 68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png | 68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png |
| 69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
| 70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
| 71 | 71 |
| 72 [convert_js] | 72 [convert_js] |
| 73 lib/adblockplus.js = lib/events.js | 73 lib/adblockplus.js = adblockpluscore/lib/events.js |
| 74 lib/prefs.js | 74 lib/prefs.js |
| 75 lib/utils.js | 75 lib/utils.js |
| 76 lib/io.js | 76 lib/io.js |
| 77 adblockpluscore/lib/downloader.js | 77 adblockpluscore/lib/downloader.js |
| 78 adblockpluscore/lib/filterNotifier.js | 78 adblockpluscore/lib/filterNotifier.js |
| 79 adblockpluscore/lib/filterClasses.js | 79 adblockpluscore/lib/filterClasses.js |
| 80 adblockpluscore/lib/subscriptionClasses.js | 80 adblockpluscore/lib/subscriptionClasses.js |
| 81 adblockpluscore/lib/filterStorage.js | 81 adblockpluscore/lib/filterStorage.js |
| 82 adblockpluscore/lib/elemHide.js | 82 adblockpluscore/lib/elemHide.js |
| 83 adblockpluscore/lib/matcher.js | 83 adblockpluscore/lib/matcher.js |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 addSubscription.label | 140 addSubscription.label |
| 141 addSubscriptionAdd.label | 141 addSubscriptionAdd.label |
| 142 addSubscriptionOther.label | 142 addSubscriptionOther.label |
| 143 acceptableAds2.label | 143 acceptableAds2.label |
| 144 viewList.label | 144 viewList.label |
| 145 readMore.label | 145 readMore.label |
| 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 147 title.label | 147 title.label |
| 148 adblockplus/chrome/locale/*/meta.properties = =name | 148 adblockplus/chrome/locale/*/meta.properties = =name |
| 149 adblockplusui/locale/*/firstRun.json = =* | 149 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |