Readonly
contentReadonly
contentReadonly
cspReadonly
isA browser can change from remote to non-remote and vice versa. For example, when navigating from an in-process chrome page to a web page, this value would change from false to true.
Whether or not the character encoding menu may be enabled.
Readonly
permanentThe browser's permanent key. This was added temporarily for Session Store, and will be removed in bug 1716788.
Readonly
referrerOptional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Called by the child to inform the parent that links are dropped into content area.
a flat array of url, name, and type for each link
a principal that initiated loading of the dropped links
Swapping of frameloaders are usually initiated from a frameloader owner or other components operating on frameloader owners. This is done by calling swapFrameLoaders at MozFrameLoaderOwner webidl interface.
This function aimed to provide the other way around - if the swapping is initiated from frameloader itself or other platform level components, it uses this interface to delegate the swapping request to frameloader owners and ask them to re-initiate frameloader swapping, so that frameloader owners such as xul:browser can setup their properties and / or listeners properly on swapping.
Called by Gecko to update the browser when a location change occurs.
the new location
the character set of the document
whether or not the content encoding menu may be enabled
the URI of the new document
the title of the new doucment
the security principal of the new document
the security principal for the new document's storage
the content security policy of the new document
the referrer info of the new document
whether or not the document is synthetic
whether or not the the request context has a value (true) or null should be used (false)
the request context ID
the content type of the document
Called by Gecko to update the browser when its state changes.
the new character set of the document
the URI of the current document
the content type of the document
Called by Gecko to update the nsIWebNavigation when a location change occurs.
whether or not the nsIWebNavigation can go backwards in history
whether or not the nsIWebNavigation can go forward in history
Generated using TypeDoc
Whether or not the browser is in the process of an nsIWebNavigation navigation method.