~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/content/ck.editor.dom_storage.xul

  • Committer: Yvon Tanguy
  • Date: 2016-04-29 18:50:18 UTC
  • Revision ID: vono22@yahoo.fr-20160429185018-9ba3gls2fv2d9286
#1573744: When a DOM Storage items was modified, there was a double entry in the database in Firefox 46+.
Add a check on uninit() to be sure the test don't crash.
Clean a little dom storage code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  <stringbundle id="bundleCookieKeeper" src="chrome://cookiekeeper/locale/cookiekeeper.properties" />
37
37
 
38
38
  <script type="application/x-javascript">
 
39
    Components.utils.import("resource://gre/modules/osfile.jsm");
39
40
    Components.utils.import("resource://gre/modules/Services.jsm");
40
41
    Components.utils.import("resource://gre/modules/Task.jsm");
41
42
    Components.utils.import("resource://gre/modules/Sqlite.jsm");