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

Delta Between Two Patch Sets: metadata.edge

Issue 29367480: Issue 4721 - Use IndexedDB for storage in Edge (Closed)
Left Patch Set: Don't introduce unnecessary changes from old code Created Dec. 19, 2016, 10:55 a.m.
Right Patch Set: Address some nits Created Dec. 20, 2016, 2:31 p.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
« no previous file with change/comment | « lib/localforage.min.js ('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 version = 0.9.10.0
5 basename = adblockplusedge 6 basename = adblockplusedge
6 app_id = EyeoGmbH.AdblockPlus 7 app_id = EyeoGmbH.AdblockPlus
7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
8 background_color = red 9 background_color = red
9 backgroundScripts = lib/polyfills/fetch.js 10 backgroundScripts = lib/polyfills/fetch.js
Sebastian Noack 2017/01/11 15:17:23 Is it necessary to duplicate all scripts here? Can
Oleksandr 2017/01/11 15:29:46 The order is important here. localforage has to be
10 lib/localforage.min.js 11 lib/localforage.min.js
11 ext/common.js 12 ext/common.js
12 ext/background.js 13 ext/background.js
13 lib/compat.js 14 lib/compat.js
14 lib/info.js 15 lib/info.js
15 lib/publicSuffixList.js 16 lib/publicSuffixList.js
16 lib/adblockplus.js 17 lib/adblockplus.js
17 messageResponder.js 18 messageResponder.js
18 background.js 19 background.js
19 20
20 [compat] 21 [compat]
21 edge = 37.14332.1000.0 22 edge = 37.14332.1000.0
22 windows = 10.0.14332.0/12.0.0.0 23 windows = 10.0.14332.0/12.0.0.0
23 24
24 [appx_assets] 25 [appx_assets]
25 logo_44.png = icons/abp-44.png 26 logo_44.png = icons/abp-44.png
26 logo_50.png = icons/abp-50.png 27 logo_50.png = icons/abp-50.png
27 logo_150.png = icons/abp-150.png 28 logo_150.png = icons/abp-150.png
LEFTRIGHT

Powered by Google App Engine
This is Rietveld