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: Created Dec. 9, 2016, 6:38 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.common 2 inherit = metadata.common
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 permissions = tabs 8 permissions = tabs
9 http://*/* 9 http://*/*
10 https://*/* 10 https://*/*
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 icons/detailed/abp-48.png = chrome/icons/detailed/abp-48.png 53 icons/detailed/abp-48.png = chrome/icons/detailed/abp-48.png
54 54
55 [appx_assets] 55 [appx_assets]
56 logo_44.png = icons/abp-44.png 56 logo_44.png = icons/abp-44.png
57 logo_50.png = icons/abp-50.png 57 logo_50.png = icons/abp-50.png
58 logo_150.png = icons/abp-150.png 58 logo_150.png = icons/abp-150.png
59 59
60 [convert_js] 60 [convert_js]
61 lib/adblockplus.js += lib/popupBlocker.js lib/uninstall.js lib/csp.js 61 lib/adblockplus.js += lib/popupBlocker.js lib/uninstall.js lib/csp.js
62 ext/common.js += chrome/ext/common.js 62 ext/common.js += chrome/ext/common.js
63 ext/background.js += chrome/ext/background.js 63 ext/background.js += chrome/ext/background.js edge/localforage.min.js edge/ext/b ackground.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