WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

fuelIApplication

IID:fe74cf80-aa2d-11db-abbd-0800200c9a66
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

readonly fuelIWindow activeWindow

The currently active browser window.

readonly fuelIBookmarkFolder bookmarks

The root bookmarks object for the application.

readonly fuelIConsole console

The console object for the application.

readonly fuelIEvents events

The events object for the application. supports: "load", "ready", "quit", "unload"

readonly fuelIExtensions extensions

The extensions object for the application. Contains a list of all installed extensions.

readonly AString id

The id of the application.

readonly AString name

The name of the application.

readonly fuelIPreferenceBranch prefs

The preferences object for the application. Defaults to an empty root branch.

readonly fuelISessionStorage storage

The storage object for the application.

readonly AString version

The version number of the application.

readonly nsIVariant windows

An array of browser windows within the application.

Reference documentation is generated from Mozilla's source.