Visit Mozilla.org

FUEL:Application

From MDC

This article covers features introduced in Firefox 3

Contents

[edit] Method overview

[edit] Attributes

Attribute Type Description
id readonly attribute AString The id of the application.
name readonly attribute AString The name of the application.
version readonly attribute AString The version number of the application.
console readonly attribute fuelIConsole The console object for the application.
extensions readonly attribute fuelIExtensions The extensions object for the application. Contains a list of all installed extensions.
prefs readonly attribute fuelIPreferenceBranch The preferences object for the application. Defaults to an empty root branch.
storage readonly attribute fuelISessionStorage The storage object for the application.
events readonly attribute fuelIEvents The events object for the application. supports: "load", "ready", "quit", "unload"
bookmarks readonly attribute fuelIBookmarkFolder The root bookmarks object for the application.
windows readonly attribute nsIVariant An array of browser windows within the application.
activeWindow readonly attribute fuelIWindow The currently active browser window.

[edit] Methods

[edit] See also