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

Delta Between Two Patch Sets: tests/metadata.edge

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Left Patch Set: Issue 6552 - Support arbitrary manifest values Created April 11, 2018, 9:42 a.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
« chainedconfigparser.py ('K') | « tests/metadata.chrome ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [default] 1 [default]
2 inherit = metadata.chrome 2 inherit = metadata.chrome
3 3
4 [general] 4 [general]
5 basename = adblockplusedge 5 basename = adblockplusedge
6 app_id_release = EyeoGmbH.AdblockPlus 6 app_id_release = EyeoGmbH.AdblockPlus
7 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild 7 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild
8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
9 background_color = red 9 background_color = red
10 extension_id_release = 1.0 10 extension_id_release = 1.0
11 11
12 [manifest] 12 [manifest]
13 permissions[] = tabs 13 permissions =
14 tabs
14 http://*/* 15 http://*/*
15 https://*/* 16 https://*/*
16 contextMenus 17 contextMenus
17 18
18 [appx_assets] 19 [appx_assets]
19 logo_44.png = chrome/icons/abp-44.png 20 logo_44.png = chrome/icons/abp-44.png
20 logo_50.png = chrome/icons/abp-50.png 21 logo_50.png = chrome/icons/abp-50.png
21 logo_150.png = chrome/icons/abp-150.png 22 logo_150.png = chrome/icons/abp-150.png
22 23
23 [mapping] 24 [mapping]
24 icons = chrome/icons 25 icons = chrome/icons
25 icons/abp-16.png = icons/abp-16.png 26 icons/abp-16.png = icons/abp-16.png
26 icons/abp-19.png = icons/abp-19.png 27 icons/abp-19.png = icons/abp-19.png
27 icons/abp-53.png = icons/abp-53.png 28 icons/abp-53.png = icons/abp-53.png
28 29
29 [compat] 30 [compat]
30 edge = 37.14332.1000.0 31 edge = 37.14332.1000.0
31 windows = 10.0.14332.0/12.0.0.0 32 windows = 10.0.14332.0/12.0.0.0
32 33
33 [contentScripts] 34 [contentScripts]
34 planets = content.js 35 planets = content.js
35 36
36 [import_locales] 37 [import_locales]
37 _modules/*/module.json = =* 38 _modules/*/module.json = =*
38 _modules/*/unit.properties = =* 39 _modules/*/unit.properties = =*
39 _imp/*/gecko.dtd = =* 40 _imp/*/gecko.dtd = =*
40 41
41 [bundles] 42 [bundles]
42 lib/foo.js = ext/a.js 43 lib/foo.js =
44 ext/a.js
43 lib/b.js 45 lib/b.js
LEFTRIGHT

Powered by Google App Engine
This is Rietveld