Closed Bug 1150 Opened 26 years ago Closed 26 years ago

{inc} extra newlines triggering an extra incremental reflow during doc loading

Categories

(Core :: Layout, defect, P4)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: kipp, Assigned: buster)

Details

Because we aren't yet doing a good job of getting rid of all the extra newlines in an HTML document we end up having an extra incremental reflow occur after all of the document has been loaded because the parser takes all the buffered newlines and appends them to the content before finishing. We need to work out a proper solution to this to avoid the reflow, and to lighten up the total document storage.
Assignee: rickg → kipp
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Severity: normal → minor
Priority: P3 → P4
Summary: extra newlines triggering an extra incremental reflow during doc loading → {inc} extra newlines triggering an extra incremental reflow during doc loading
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
The extra newlines are correct; reflow just needs to be fast (which for document load it is)
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.