Readonly
browsingReadonly
contentReadonly
hasTrue if layers are being rendered and the compositor has reported receiving them.
Readonly
hasTrue if we've previously received layers for this tab when switching to it.
Readonly
osThe OS level process Id of the related child process.
When set to true, this priority hint indicates that the content processes of this tab should be set to a higher process priority.
When set to true, this tells the child to paint and upload layers to the compositor. When set to false, previous layers are cleared from the compositor, but only if preserveLayers is also set to false.
Readonly
tabOptional
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.
Similar to nsIDocShell.createAboutBlankContentViewer
but on a remote
frame. The docShell must not yet have navigated away from the initial
about:blank document when this method is called.
the principal to use for the new document.
the partitioned principal to use for the new document.
Interrupt content scripts if possible/needed to allow chrome scripts in the content process to run (in particular, to allow navigating through browser history.
As an optimisation, setting the docshell's active state to inactive also triggers a layer invalidation to free up some potentially unhelpful memory usage. Calling preserveLayers will cause the layers to be preserved even for inactive docshells.
Generated using TypeDoc
The toplevel BrowsingContext loaded in this remote tab.