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

Side by Side Diff: metadata.edge

Issue 29367480: Issue 4721 - Use IndexedDB for storage in Edge (Closed)
Patch Set: Cleanup unnecessary changes Created Dec. 20, 2016, 12:14 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« lib/io.js ('K') | « lib/localforage.min.js ('k') | 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.10.0 5 version = 0.9.10.0
kzar 2016/12/20 11:09:02 I assume this "change" is actually due to rebase,
Oleksandr 2016/12/20 14:36:50 Yes, it is due to rebase.
6 basename = adblockplusedge 6 basename = adblockplusedge
7 app_id = EyeoGmbH.AdblockPlus 7 app_id = EyeoGmbH.AdblockPlus
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 backgroundScripts = lib/polyfills/fetch.js
11 lib/localforage.min.js
12 ext/common.js
13 ext/background.js
14 lib/compat.js
15 lib/info.js
16 lib/publicSuffixList.js
17 lib/adblockplus.js
18 messageResponder.js
19 background.js
10 20
11 [compat] 21 [compat]
12 edge = 37.14332.1000.0 22 edge = 37.14332.1000.0
13 windows = 10.0.14332.0/12.0.0.0 23 windows = 10.0.14332.0/12.0.0.0
14 24
15 [appx_assets] 25 [appx_assets]
16 logo_44.png = icons/abp-44.png 26 logo_44.png = icons/abp-44.png
17 logo_50.png = icons/abp-50.png 27 logo_50.png = icons/abp-50.png
18 logo_150.png = icons/abp-150.png 28 logo_150.png = icons/abp-150.png
OLDNEW
« lib/io.js ('K') | « lib/localforage.min.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld