Layout.reflow.async.duringDocLoadFrom MozillaZine Knowledge Base
[edit] BackgroundThis preference affects the way a web page reflows (redraws itself) while loading. When using synchronous reflow, Mozilla’s event loop blocks on all reflow events. In practical terms, this means that the UI can become inaccessible during the document load and some repaint events won’t fire. Asynchronous reflow solves this problem by limiting the maximum amount of time Gecko spends performing reflow events on each trip through the event loop and “posting” excess reflows to a queue to be processed on the next trip. This allows Mozilla’s event loop to proceed at a more predictable pace and keeps the UI responsive. [edit] Possible values and their effects[edit] TrueUse asynchronous reflowing during document load. (Default) [edit] FalseUse synchronous reflowing during document load. [edit] Caveats
[edit] First checked in2000-09-12 by Nisheeth Ranjan. [edit] Has an effect in
[edit] Related bugs
[edit] Related preferences[edit] External links |
|