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

Unified Diff: qunit/index.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 | « lib/adblockplus.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/index.html
===================================================================
--- a/qunit/index.html
+++ b/qunit/index.html
@@ -13,7 +13,7 @@
<script src="qunit.js"></script>
<script src="../ext/common.js"></script>
<script src="../ext/background.js"></script>
- <script src="../lib/lz-string.js"></script>
+ <script src="../lib/localforage.min.js"></script>
<script src="../lib/compat.js"></script>
<script src="../lib/info.js"></script>
<script src="../lib/adblockplus.js"></script>
« no previous file with comments | « lib/adblockplus.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld