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

Unified Diff: metadata.edge

Issue 29367480: Issue 4721 - Use IndexedDB for storage in Edge (Closed)
Patch Set: Address some nits Created Dec. 20, 2016, 2:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/localforage.min.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.edge
===================================================================
--- a/metadata.edge
+++ b/metadata.edge
@@ -7,6 +7,16 @@
app_id = EyeoGmbH.AdblockPlus
publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
background_color = red
+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
+ lib/localforage.min.js
+ ext/common.js
+ ext/background.js
+ lib/compat.js
+ lib/info.js
+ lib/publicSuffixList.js
+ lib/adblockplus.js
+ messageResponder.js
+ background.js
[compat]
edge = 37.14332.1000.0
« no previous file with comments | « lib/localforage.min.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld