Backed out changeset 5580c145af58 (bug 1397426)

--HG--
extra : rebase_source : dc6bc89688de83ec7b0752189134574a86c72769
This commit is contained in:
Mike Conley 2017-12-06 15:59:07 -05:00
Родитель 69e38dfce8
Коммит 281e258fa4
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -17,11 +17,11 @@ interface nsITabParent : nsISupports
readonly attribute boolean useAsyncPanZoom;
/**
* Manages the docshell active state of the remote browser. Setting the
* docShell to be active will also cause it to render layers and upload
* them to the compositor. Setting the docShell as not active will clear
* those layers.
*/
* Manages the docshell active state of the remote browser. Setting the
* docShell to be active will also cause it to render layers and upload
* them to the compositor. Setting the docShell as not active will clear
* those layers.
*/
attribute boolean docShellIsActive;
/**
@ -38,12 +38,12 @@ interface nsITabParent : nsISupports
[infallible] readonly attribute boolean isPrerendered;
/**
* 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.
*/
* 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.
*/
void preserveLayers(in boolean aPreserveLayers);
/**