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/publicSuffixList.js | 10 lib/publicSuffixList.js |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf | 61 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.
otf |
62 skin/social/facebook.png = adblockplusui/skin/social/facebook.png | 62 skin/social/facebook.png = adblockplusui/skin/social/facebook.png |
63 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png | 63 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png |
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 = adblockpluscore/lib/events.js | 71 lib/adblockplus.js = |
| 72 lib/devtools.js |
| 73 lib/filterComposer.js |
| 74 lib/filterValidation.js |
| 75 lib/icon.js |
| 76 lib/io.js |
| 77 lib/messaging.js |
| 78 lib/notificationHelper.js |
| 79 lib/popupBlocker.js |
72 lib/prefs.js | 80 lib/prefs.js |
| 81 lib/punycode.js |
| 82 lib/requestBlocker.js |
| 83 lib/stats.js |
| 84 lib/subscriptionInit.js |
| 85 lib/tldjs.js |
| 86 lib/uninstall.js |
| 87 lib/url.js |
73 lib/utils.js | 88 lib/utils.js |
74 lib/io.js | 89 lib/whitelisting.js |
| 90 safari/contentBlocking.js |
| 91 abp2blocklist/lib/abp2blocklist.js |
| 92 adblockpluscore/lib/antiadblockInit.js |
| 93 adblockpluscore/lib/cssRules.js |
75 adblockpluscore/lib/downloader.js | 94 adblockpluscore/lib/downloader.js |
| 95 adblockpluscore/lib/elemHide.js |
| 96 adblockpluscore/lib/events.js |
| 97 adblockpluscore/lib/filterClasses.js |
| 98 adblockpluscore/lib/filterListener.js |
76 adblockpluscore/lib/filterNotifier.js | 99 adblockpluscore/lib/filterNotifier.js |
77 adblockpluscore/lib/filterClasses.js | 100 adblockpluscore/lib/filterStorage.js |
| 101 adblockpluscore/lib/matcher.js |
| 102 adblockpluscore/lib/notification.js |
78 adblockpluscore/lib/subscriptionClasses.js | 103 adblockpluscore/lib/subscriptionClasses.js |
79 adblockpluscore/lib/filterStorage.js | |
80 adblockpluscore/lib/elemHide.js | |
81 adblockpluscore/lib/matcher.js | |
82 adblockpluscore/lib/cssRules.js | |
83 adblockpluscore/lib/filterListener.js | |
84 adblockpluscore/lib/synchronizer.js | 104 adblockpluscore/lib/synchronizer.js |
85 adblockpluscore/lib/notification.js | |
86 adblockpluscore/lib/antiadblockInit.js | |
87 lib/messaging.js | |
88 lib/tldjs.js | |
89 lib/punycode.js | |
90 lib/url.js | |
91 lib/stats.js | |
92 lib/devtools.js | |
93 lib/whitelisting.js | |
94 lib/filterValidation.js | |
95 lib/filterComposer.js | |
96 lib/icon.js | |
97 lib/notificationHelper.js | |
98 lib/subscriptionInit.js | |
99 lib/requestBlocker.js | |
100 lib/popupBlocker.js | |
101 lib/uninstall.js | |
102 abp2blocklist/lib/abp2blocklist.js | |
103 safari/contentBlocking.js | |
104 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ | 105 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ |
| 106 autoload=filterListener,synchronizer,requestBlocker,popupBlocker,contentBlocki
ng,subscriptionInit,filterComposer,stats,uninstall |
105 ext/common.js = ext/common.js chrome/ext/common.js | 107 ext/common.js = ext/common.js chrome/ext/common.js |
106 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand | 108 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand |
107 include.postload.js = subscriptionLink.postload.js composer.postload.js | 109 include.postload.js = subscriptionLink.postload.js composer.postload.js |
108 | 110 |
109 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 111 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
110 adblockplustests/chrome/content/tests/filterClasses.js | 112 adblockplustests/chrome/content/tests/filterClasses.js |
111 adblockplustests/chrome/content/tests/filterNotifier.js | 113 adblockplustests/chrome/content/tests/filterNotifier.js |
112 adblockplustests/chrome/content/tests/filterStorage.js | 114 adblockplustests/chrome/content/tests/filterStorage.js |
113 adblockplustests/chrome/content/tests/matcher.js | 115 adblockplustests/chrome/content/tests/matcher.js |
114 adblockplustests/chrome/content/tests/prefs.js | 116 adblockplustests/chrome/content/tests/prefs.js |
(...skipping 27 matching lines...) Expand all Loading... |
142 addSubscription.label | 144 addSubscription.label |
143 addSubscriptionAdd.label | 145 addSubscriptionAdd.label |
144 addSubscriptionOther.label | 146 addSubscriptionOther.label |
145 acceptableAds2.label | 147 acceptableAds2.label |
146 viewList.label | 148 viewList.label |
147 readMore.label | 149 readMore.label |
148 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
149 title.label | 151 title.label |
150 adblockplus/chrome/locale/*/meta.properties = =name | 152 adblockplus/chrome/locale/*/meta.properties = =name |
151 adblockplusui/locale/*/firstRun.json = =* | 153 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |