Results 61 - 80 of 547

Navigator.mozApps

Returns an Apps object you can use to install, manage, and control Open Web Apps in the browser.
API Apps Apps API Non-standard Property

Navigator.mozIsLocallyAvailable()

The Navigator.mozIsLocallyAvailable() method allows add-ons to determine whether or not a given resource is available.
API Method Navigator Non-standard Obsolete

Window.back()

Returns the window to the previous item in the history. This was a Gecko-specific method. Use the standard history.back method instead.
API DOM Gecko Method Non-standard

Window.captureEvents()

Registers the window to capture all events of the specified type.
API DOM DOM_0 Gecko Method Non-standard

Window.dump()

Prints messages to the (native) console.
API DOM DOM_0 Method Non-standard

Window.openDialog()

window.openDialog() is an extension to window.open(). It behaves the same, except that it can optionally take one or more parameters past windowFeatures, and windowFeatures itself is treated a little differently.
API DOM DOM_0 Gecko Method Non-standard

Window.releaseEvents()

Releases the window from trapping events of a specific type.
API DOM DOM_0 Method Non-standard

Window.scrollByLines()

Scrolls the document by the given number of lines.
API DOM DOM_0 Method Non-standard Window

Window.scrollMaxX

Returns the maximum number of pixels that the document can be scrolled horizontally.
API DOM DOM_0 Gecko Non-standard Property