Go to the source code of this file.
Functions | |
Components classes["@mozilla.org/observer-service;1"] | getService (Components.interfaces.nsIObserverService).addObserver(observer |
Variables | |
const | LAST_URL_PREF = "general.open_location.last_url" |
const | nsISupportsString = Components.interfaces.nsISupportsString |
var | EXPORTED_SYMBOLS = [ "gOpenLocationLastURL" ] |
let | pbSvc |
let | prefSvc |
let | observer |
Components classes["@mozilla.org/observer-service;1"] | browsing |
Components classes["@mozilla.org/observer-service;1"] | true |
let | gOpenLocationLastURLData = "" |
let | gOpenLocationLastURL |
Components classes ["@mozilla.org/observer-service;1"] getService | ( | Components.interfaces. | nsIObserverService | ) |
Definition at line 62 of file openLocationLastURL.jsm.
var EXPORTED_SYMBOLS = [ "gOpenLocationLastURL" ] |
Definition at line 40 of file openLocationLastURL.jsm.
let gOpenLocationLastURL |
Definition at line 65 of file openLocationLastURL.jsm.
let gOpenLocationLastURLData = "" |
Definition at line 64 of file openLocationLastURL.jsm.
const LAST_URL_PREF = "general.open_location.last_url" |
Definition at line 37 of file openLocationLastURL.jsm.
const nsISupportsString = Components.interfaces.nsISupportsString |
Definition at line 38 of file openLocationLastURL.jsm.
let observer |
Definition at line 47 of file openLocationLastURL.jsm.
let pbSvc |
Definition at line 42 of file openLocationLastURL.jsm.
let prefSvc |
Definition at line 44 of file openLocationLastURL.jsm.
Definition at line 62 of file openLocationLastURL.jsm.