Bug 1397426 - Fix block comment formatting in nsITabParent.idl. r=billm

MozReview-Commit-ID: KWwDee0ujR

--HG--
extra : rebase_source : 1840908f74a1ccb9aa50ce95d57cf38d5e55efa0
extra : source : 5580c145af589494221aa1878d38882287d2b5d0
This commit is contained in:
Mike Conley 2017-09-25 13:55:48 -04:00
Родитель 57e988cd7e
Коммит a8219e0b83
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);
/**