Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 3.1 | 3 version = 3.1 |
4 author = eyeo GmbH | 4 author = eyeo GmbH |
5 backgroundScripts = polyfill.js | 5 backgroundScripts = polyfill.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/publicSuffixList.js | 9 lib/publicSuffixList.js |
10 lib/adblockplus.js | 10 lib/adblockplus.js |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
149 lib/uninstall.js | 149 lib/uninstall.js |
150 lib/csp.js | 150 lib/csp.js |
151 lib/cssInjection.js | 151 lib/cssInjection.js |
152 adblockplusui/messageResponder.js | 152 adblockplusui/messageResponder.js |
153 include.preload.js = | 153 include.preload.js = |
154 include.preload.js | 154 include.preload.js |
155 inject.preload.js | 155 inject.preload.js |
156 include.postload.js = | 156 include.postload.js = |
157 subscriptionLink.postload.js | 157 subscriptionLink.postload.js |
158 composer.postload.js | 158 composer.postload.js |
159 qunit/tests.js = | |
tlucas
2018/06/04 09:52:27
This would fix the ticket, but it would also break
hub
2018/06/04 12:21:18
It actually fixes the unit testing in devenv, whic
| |
160 qunit/common.js | |
161 qunit/tests/prefs.js | |
162 qunit/tests/url.js | |
163 qunit/tests/cssEscaping.js | |
164 | 159 |
165 [import_locales] | 160 [import_locales] |
166 adblockplusui/locale/*/antiadblockInit.json = * | 161 adblockplusui/locale/*/antiadblockInit.json = * |
167 adblockplusui/locale/*/common.json = * | 162 adblockplusui/locale/*/common.json = * |
168 adblockplusui/locale/*/desktop-options.json = * | 163 adblockplusui/locale/*/desktop-options.json = * |
169 adblockplusui/locale/*/firstRun.json = * | 164 adblockplusui/locale/*/firstRun.json = * |
170 adblockplusui/locale/*/issue-reporter.json = * | 165 adblockplusui/locale/*/issue-reporter.json = * |
171 adblockplusui/locale/*/updates.json = * | 166 adblockplusui/locale/*/updates.json = * |
OLD | NEW |