Attributes

From extIApplication

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

From extIExtension

 The events object for the extension.
 supports: "uninstall"
readonly attribute extIEvents events

From extIPreference

 The events object for this preference.
 supports: "change"
readonly attribute extIEvents events

From extIPreferenceBranch

 The events object for the preferences
 supports: "change"
readonly attribute extIEvents events

From extISessionStorage

 Interface representing a simple storage system


 The events object for the storage
 supports: "change"
readonly attribute extIEvents events

From fuelIBookmark

 The events object for the bookmark.
 supports: "remove", "change", "visit", "move"
readonly attribute extIEvents events

From fuelIBookmarkFolder

 The events object for the folder.
 supports: "add", "addchild", "remove", "removechild", "change", "move"
readonly attribute extIEvents events

From fuelIBrowserTab

 The events object for the browser tab.
 supports: "load"
readonly attribute extIEvents events

From fuelIWindow

 The events object for the browser window.
 supports: "TabOpen", "TabClose", "TabMove", "TabSelect"
readonly attribute extIEvents events