Results 41 - 54 of 54

Event.originalTarget

The original target of the event before any retargetings. (Mozilla-specific)
API DOM Gecko NeedsExample NeedsHelp Non-standard Property

Event.stopPropagation()

Prevents further propagation of the current event in the capturing and bubbling phases.
API DOM Event Gecko Method NeedsRewrite Reference Référence

EventTarget.dispatchEvent()

Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) also apply to events dispatched manually with dispatchEvent().
API DOM DOM Element Methods Gecko Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

EventTarget.removeEventListener()

The EventTarget.removeEventListener() method removes the event listener previously registered with EventTarget.addEventListener().
API browser compatibility DOM DOM Element Methods Gecko Method Reference

Navigator.mozCamera

This API has not been implemented as of Firefox OS 2.2. You probably actually want navigator.mozCameras.
API DOM Firefox OS Gecko DOM Reference Graphics Property WebAPI

Node.baseURIObject

The Node.baseURIObject property returns the nsIURI representing the node's (typically a document or an element) base URL. It's similar to Node.baseURI, except it returns an nsIURI instead of a string.
API DOM DOM 3 DOM Reference Gecko Node Property Reference Référence

Node.childNodes

The Node.childNodes read-only property returns a live collection of child nodes of the given element.
API DOM DOM Reference Gecko Property Reference Référence

Window.frameElement

Returns the element (such as <iframe> or <object>) in which the window is embedded, or null if the element is either top-level or is embedded into a document with a different script origin; that is, in cross-origin situations.
API DOM DOM Reference Gecko Property Reference Window

Window.frames

Returns the window itself, which is an array-like object, listing the direct sub-frames of the current window.
API DOM DOM Reference Gecko NeedsContent NeedsUpdate Property Reference Référence

Window.getAttention()

Attempts to get the user's attention. How this happens varies based on OS and window manager.
API DOM DOM Reference Gecko Method Reference Référence

Window.length

Returns the number of frames (either <frame> or <iframe> elements) in the window.
API DOM DOM Reference Gecko Property Reference Window

WindowTimers.setInterval()

Repeatedly calls a function or executes a code snippet, with a fixed time delay between each call. Returns an intervalID.
API DOM Gecko Intervals JavaScript timers MakeBrowserAgnostic Method NeedsMarkupWork setInterval Timers WindowTimers