Javascript source for the add-on bundle widget services. More...
Go to the source code of this file.
Functions | |
Components utils | import ("resource://app/jsmodules/DOMUtils.jsm") |
if (typeof(Cc)=="undefined") var Cc | |
function | addOnBundleSvc (aWidget) |
Javascript source for the add-on bundle widget services.
Definition in file addOnBundle.js.
function addOnBundleSvc | ( | aWidget | ) |
Construct an add-on bundle widget services object for the widget specified by aWidget.
aWidget | Add-on bundle widget. |
Definition at line 82 of file addOnBundle.js.
if | ( | typeof(Cc) | = ="undefined" | ) |
Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.
Definition at line 524 of file sbDataRemote.js.
Components utils import | ( | "resource://app/jsmodules/DOMUtils.jsm" | ) |