openLocationLastURL.jsm File Reference

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
 

Function Documentation

Components classes ["@mozilla.org/observer-service;1"] getService ( Components.interfaces.  nsIObserverService)

Variable Documentation

Components classes ["@mozilla.org/observer-service;1"] browsing

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
Initial value:
= {
QueryInterface: function (aIID) {
if (aIID.equals(Components.interfaces.nsIObserver) ||
aIID.equals(Components.interfaces.nsISupports) ||
aIID.equals(Components.interfaces.nsISupportsWeakReference))
return this;
throw Components.results.NS_NOINTERFACE;
},
observe: function (aSubject, aTopic, aData) {
}
}
sbOSDControlService prototype QueryInterface
let gOpenLocationLastURLData
_updateTextAndScrollDataForFrame aData
sbDeviceFirmwareAutoCheckForUpdate prototype observe

Definition at line 47 of file openLocationLastURL.jsm.

let pbSvc
Initial value:
= Components.classes["@mozilla.org/privatebrowsing;1"]
.getService(Components.interfaces.nsIPrivateBrowsingService)

Definition at line 42 of file openLocationLastURL.jsm.

let prefSvc
Initial value:
= Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch)

Definition at line 44 of file openLocationLastURL.jsm.

Components classes ["@mozilla.org/observer-service;1"] true

Definition at line 62 of file openLocationLastURL.jsm.