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

Delta Between Two Patch Sets: tests/metadata.chrome

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Left Patch Set: Created April 18, 2018, 2:41 p.m.
Right Patch Set: Created April 19, 2018, 11:42 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 [general] 1 [general]
2 version = 1.2.3 2 version = 1.2.3
3 author = eyeo GmbH 3 author = eyeo GmbH
4 basename = adblockpluschrome 4 basename = adblockpluschrome
5 backgroundScripts = 5 backgroundScripts =
6 ext/common.js 6 ext/common.js
Sebastian Noack 2018/04/18 15:59:01 Nit: Two space indentation everywhere but in Pytho
tlucas 2018/04/19 10:01:40 Done.
7 ext/background.js 7 ext/background.js
8 testScripts = 8 testScripts =
9 ../ext/common.js 9 ../ext/common.js
10 ../ext/background.js 10 ../ext/background.js
11 options = options.html 11 options = options.html
12 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html 12 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
13 icons = icons/abp-16.png 13 icons = icons/abp-16.png
14 14
15 [manifest] 15 [manifest]
16 devtools_page = devtools.html 16 devtools_page = devtools.html
17 storage.managed_schema = storage.json 17 storage.managed_schema = storage.json
18 permissions = 18 permissions =
19 tabs 19 tabs
20 <all_urls> 20 <all_urls>
21 optional_permissions = 21 optional_permissions =
22 webRequest 22 webRequest
23 web_accessible_resources = 23 web_accessible_resources =
24 images/*.png 24 images/*.png
25 externally_connectable.matches = 25 externally_connectable.matches =
26 https://*.google.com/* 26 https://*.google.com/*
27 *://*.chromium.org/* 27 *://*.chromium.org/*
28 externally_connectable.ids = 28 externally_connectable.ids =
29 foo 29 foo
30 bar 30 bar
31 externally_connectable.accepts_tls_channel_id = bool:true 31 externally_connectable.accepts_tls_channel_id = bool:true
32 32
33 [contentScripts] 33 [contentScripts]
34 planets = content.js 34 planets = content.js
35 35
36 [mapping] 36 [mapping]
37 logo_44.png = chrome/icons/abp-44.png 37 logo_44.png = chrome/icons/abp-44.png
38 foo/logo_50.png = chrome/icons/abp-50.png 38 foo/logo_50.png = chrome/icons/abp-50.png
39 icons/logo_150.png = chrome/icons/abp-150.png 39 icons/logo_150.png = chrome/icons/abp-150.png
40 40
41 [compat] 41 [compat]
42 chrome = 49.0 42 chrome = 49.0
43 opera = 36.0 43 opera = 36.0
44 44
45 [import_locales] 45 [import_locales]
46 _modules/*/module.json = =* 46 _modules/*/module.json = =*
47 _modules/*/unit.properties = =* 47 _modules/*/unit.properties = =*
48 _imp/*/gecko.dtd = =* 48 _imp/*/gecko.dtd = =*
49 49
50 [bundles] 50 [bundles]
51 lib/foo.js = 51 lib/foo.js =
52 ext/a.js 52 ext/a.js
53 lib/b.js 53 lib/b.js
LEFTRIGHT

Powered by Google App Engine
This is Rietveld