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

Unified 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.
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
« edge/ext/background.js ('K') | « edge/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
@@ -14,4 +14,7 @@
[appx_assets]
logo_44.png = icons/abp-44.png
logo_50.png = icons/abp-50.png
-logo_150.png = icons/abp-150.png
+logo_150.png = icons/abp-150.png
+
+[convert_js]
+ext/background.js += edge/localforage.min.js edge/ext/background.js
« 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