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

Unified Diff: background.html

Issue 29355962: Issue 4023 - Use localforage (IndexedDB) instead of localStorage (Closed)
Patch Set: Don't call both successCallback and errorCallback Created Oct. 11, 2016, 1:50 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 | « no previous file | lib/adblockplus.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.html
===================================================================
--- a/background.html
+++ b/background.html
@@ -4,7 +4,7 @@
<script type="text/javascript" src="lib/polyfills/fetch.js"></script>
<script type="text/javascript" src="ext/common.js"></script>
<script type="text/javascript" src="ext/background.js"></script>
- <script type="text/javascript" src="lib/lz-string.js"></script>
+ <script type="text/javascript" src="lib/localforage.min.js"></script>
<script type="text/javascript" src="lib/compat.js"></script>
<script type="text/javascript" src="lib/info.js"></script>
<script type="text/javascript" src="lib/publicSuffixList.js"></script>
« no previous file with comments | « no previous file | lib/adblockplus.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld