~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome/content/preferences.js

  • Committer: Yvon Tanguy
  • Date: 2016-04-12 15:40:22 UTC
  • mfrom: (376.1.3 cookiekeeper)
  • Revision ID: vono22@yahoo.fr-20160412154022-ey43yeracn1dnoqr
Merge trunk bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Components.utils.import("resource://gre/modules/NetUtil.jsm");
23
23
Components.utils.import("resource://cookiekeeper/cookiekeeper.jsm");
24
24
 
25
 
// Topic for the preferences change observer
26
 
const NS_PREFBRANCH_PREFCHANGE_TOPIC_ID  = "nsPref:changed";
27
25
// Custom DOM event, used by prefs.browser.js, fired by prefsObserver
28
26
const EVENT_CUSTOM_CHANGED = "changed";
29
27