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

Side by Side Diff: metadata.edge

Issue 29367151: Issue 4721 - Use IndexedDB for storage in Edge (Closed)
Patch Set: Use arrow functions. Remove code duplication. Address comments and nits. Created Dec. 13, 2016, 6:16 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
« edge/ext/background.js ('K') | « edge/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 basename = adblockplusedge 5 basename = adblockplusedge
6 app_id = EyeoGmbH.AdblockPlus 6 app_id = EyeoGmbH.AdblockPlus
7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
8 background_color = red 8 background_color = red
9 9
10 [compat] 10 [compat]
11 edge = 37.14332.1000.0 11 edge = 37.14332.1000.0
12 windows = 10.0.14332.0/12.0.0.0 12 windows = 10.0.14332.0/12.0.0.0
13 13
14 [appx_assets] 14 [appx_assets]
15 logo_44.png = icons/abp-44.png 15 logo_44.png = icons/abp-44.png
16 logo_50.png = icons/abp-50.png 16 logo_50.png = icons/abp-50.png
17 logo_150.png = icons/abp-150.png 17 logo_150.png = icons/abp-150.png
18
19 [convert_js]
20 ext/background.js += edge/localforage.min.js edge/ext/background.js
OLDNEW
« edge/ext/background.js ('K') | « edge/localforage.min.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld