Content.notify.ontimerFrom MozillaZine Knowledge Base
[edit] BackgroundRather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. Because reflowing the page every time additional data is received greatly slows down total page load time, a timer was added so that the page would not reflow too often. This preference specfies whether that timer is active. [edit] Possible values and their effects[edit] trueDon't reflow pages at an interval any higher than that specified by content.notify.interval. (Default) [edit] falseReflow pages whenever new data is received. [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences |
|