~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/content/ck.editor.cookie.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:
33
33
        onkeypress="gCookieEditor.onWindowKeyPress(event);">
34
34
 
35
35
  <stringbundle id="bundleCookieKeeper" src="chrome://cookiekeeper/locale/cookiekeeper.properties" />
36
 
 
 
36
  <script type="application/x-javascript">
 
37
    Components.utils.import("resource://gre/modules/Services.jsm");
 
38
  </script>
37
39
  <script src="chrome://cookiekeeper/content/common.js"           type="application/x-javascript" />
38
40
  <script src="chrome://cookiekeeper/content/ck.editor.cookie.js" type="application/x-javascript" />
39
41