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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf | 65 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf |
66 skin/social/facebook.png = adblockplusui/skin/social/facebook.png | 66 skin/social/facebook.png = adblockplusui/skin/social/facebook.png |
67 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png | 67 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png |
68 skin/social/renren.png = adblockplusui/skin/social/renren.png | 68 skin/social/renren.png = adblockplusui/skin/social/renren.png |
69 skin/social/twitter.png = adblockplusui/skin/social/twitter.png | 69 skin/social/twitter.png = adblockplusui/skin/social/twitter.png |
70 skin/social/weibo.png = adblockplusui/skin/social/weibo.png | 70 skin/social/weibo.png = adblockplusui/skin/social/weibo.png |
71 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 71 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
72 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 72 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
73 | 73 |
74 [convert_js] | 74 [convert_js] |
75 lib/adblockplus.js = lib/prefs.js | 75 lib/adblockplus.js = lib/events.js |
| 76 lib/prefs.js |
76 lib/utils.js | 77 lib/utils.js |
77 lib/io.js | 78 lib/io.js |
78 adblockpluscore/lib/downloader.js | 79 adblockpluscore/lib/downloader.js |
79 adblockpluscore/lib/filterNotifier.js | 80 adblockpluscore/lib/filterNotifier.js |
80 adblockpluscore/lib/filterClasses.js | 81 adblockpluscore/lib/filterClasses.js |
81 adblockpluscore/lib/subscriptionClasses.js | 82 adblockpluscore/lib/subscriptionClasses.js |
82 adblockpluscore/lib/filterStorage.js | 83 adblockpluscore/lib/filterStorage.js |
83 adblockpluscore/lib/elemHide.js | 84 adblockpluscore/lib/elemHide.js |
84 adblockpluscore/lib/matcher.js | 85 adblockpluscore/lib/matcher.js |
85 adblockpluscore/lib/cssRules.js | 86 adblockpluscore/lib/cssRules.js |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 addSubscription.label | 141 addSubscription.label |
141 addSubscriptionAdd.label | 142 addSubscriptionAdd.label |
142 addSubscriptionOther.label | 143 addSubscriptionOther.label |
143 acceptableAds2.label | 144 acceptableAds2.label |
144 viewList.label | 145 viewList.label |
145 readMore.label | 146 readMore.label |
146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 147 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
147 title.label | 148 title.label |
148 adblockplus/chrome/locale/*/meta.properties = =name | 149 adblockplus/chrome/locale/*/meta.properties = =name |
149 adblockplusui/locale/*/firstRun.json = =* | 150 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |