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

Side by Side Diff: metadata.edge

Issue 29766581: Issue 6640 - Update Edge builds to use the latest changes (Closed)
Patch Set: Created April 30, 2018, 10:28 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [default] 1 [default]
2 inherit = metadata.chrome 2 inherit = metadata.chrome
3 3
4 [general] 4 [general]
5 version = 0.9.11 5 version = 0.9.11
6 basename = adblockplusedge 6 basename = adblockplusedge
7 app_id_release = EyeoGmbH.AdblockPlus 7 app_id_release = EyeoGmbH.AdblockPlus
8 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild 8 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild
9 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 9 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
10 background_color = red 10 background_color = red
11 extension_id_release = 1.0 11 extension_id_release = 1.0
12 backgroundScripts = lib/localforage.min.js 12 backgroundScripts = lib/localforage.min.js
13 polyfill.js
13 ext/common.js 14 ext/common.js
14 ext/background.js 15 ext/background.js
15 lib/compat.js 16 lib/compat.js
16 lib/publicSuffixList.js 17 lib/publicSuffixList.js
17 lib/adblockplus.js 18 lib/adblockplus.js
18 messageResponder.js 19 testScripts = ../polyfill.js
19 background.js
20 testScripts = lib/localforage.min.js
21 ../ext/common.js 20 ../ext/common.js
22 ../ext/background.js 21 ../ext/background.js
23 ../lib/compat.js 22 ../lib/compat.js
24 ../lib/adblockplus.js
25 ../lib/publicSuffixList.js 23 ../lib/publicSuffixList.js
26 common.js 24 tests.js
27 tests/prefs.js
28 tests/versionComparator.js
29 tests/url.js
30 tests/cssEscaping.js
31
32 25
33 [compat] 26 [compat]
34 edge = 41.16299.0.0 27 edge = 41.16299.0.0
35 windows = 10.0.16299.0/12.0.0.0 28 windows = 10.0.16299.0/12.0.0.0
36 29
37 [appx_assets] 30 [appx_assets]
38 logo_44.png = icons/abp-44.png 31 logo_44.png = icons/abp-44.png
39 logo_50.png = icons/abp-50.png 32 logo_50.png = icons/abp-50.png
40 logo_150.png = icons/abp-150.png 33 logo_150.png = icons/abp-150.png
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld