Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: metadata.chrome

Issue 29592604: Issue 5957 - Get the unit tests passing again (Closed)
Patch Set: lib/adblockplus.js isn't required for the tests anymore Created Oct. 30, 2017, 3:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | qunit/tests/cssEscaping.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.13.4 3 version = 1.13.4
4 author = eyeo GmbH 4 author = eyeo GmbH
5 permissions = tabs 5 permissions = tabs
6 <all_urls> 6 <all_urls>
7 contextMenus 7 contextMenus
8 webRequest 8 webRequest
9 webRequestBlocking 9 webRequestBlocking
10 webNavigation 10 webNavigation
11 storage 11 storage
12 unlimitedStorage 12 unlimitedStorage
13 notifications 13 notifications
14 backgroundScripts = polyfill.js 14 backgroundScripts = polyfill.js
15 ext/common.js 15 ext/common.js
16 ext/background.js 16 ext/background.js
17 lib/compat.js 17 lib/compat.js
18 lib/publicSuffixList.js 18 lib/publicSuffixList.js
19 lib/adblockplus.js 19 lib/adblockplus.js
20 testScripts = polyfill.js 20 testScripts = ../polyfill.js
21 ../ext/common.js 21 ../ext/common.js
22 ../ext/background.js 22 ../ext/background.js
23 ../lib/compat.js 23 ../lib/compat.js
24 ../lib/adblockplus.js
25 ../lib/publicSuffixList.js 24 ../lib/publicSuffixList.js
26 common.js 25 tests.js
27 tests/prefs.js
28 tests/versionComparator.js
29 tests/url.js
30 tests/cssEscaping.js
31 options = options.html 26 options = options.html
32 devtools = devtools.html 27 devtools = devtools.html
33 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32. png icons/abp-38.png icons/abp-40.png popup.html 28 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32. png icons/abp-38.png icons/abp-40.png popup.html
34 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png 29 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png
35 icons/detailed/abp-64.png icons/detailed/abp-128.png 30 icons/detailed/abp-64.png icons/detailed/abp-128.png
36 managedStorageSchema = managed-storage-schema.json 31 managedStorageSchema = managed-storage-schema.json
37 32
38 [compat] 33 [compat]
39 chrome = 49.0 34 chrome = 49.0
40 opera = 36.0 35 opera = 36.0
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 lib/subscriptionInit.js 81 lib/subscriptionInit.js
87 lib/filterComposer.js 82 lib/filterComposer.js
88 lib/stats.js 83 lib/stats.js
89 lib/uninstall.js 84 lib/uninstall.js
90 lib/csp.js 85 lib/csp.js
91 lib/cssInjection.js 86 lib/cssInjection.js
92 adblockplusui/messageResponder.js 87 adblockplusui/messageResponder.js
93 background.js 88 background.js
94 include.preload.js = include.preload.js inject.preload.js 89 include.preload.js = include.preload.js inject.preload.js
95 include.postload.js = subscriptionLink.postload.js composer.postload.js 90 include.postload.js = subscriptionLink.postload.js composer.postload.js
91 qunit/tests.js =
92 qunit/common.js
93 qunit/tests/prefs.js
94 qunit/tests/url.js
95 qunit/tests/cssEscaping.js
96 96
97 [import_locales] 97 [import_locales]
98 adblockplusui/locale/*/firstRun.json = * 98 adblockplusui/locale/*/firstRun.json = *
99 adblockplusui/locale/*/antiadblockInit.json = * 99 adblockplusui/locale/*/antiadblockInit.json = *
100 adblockplusui/locale/*/issue-reporter.json = * 100 adblockplusui/locale/*/issue-reporter.json = *
OLDNEW
« no previous file with comments | « no previous file | qunit/tests/cssEscaping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld