Closed Bug 1433 Opened 26 years ago Closed 25 years ago

Page loading is synchronous for embedded stuff like stylesheets

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: peterl-retired)

References

()

Details

This makes it very slow to load pages that have lots of embedded style sheets,
scripts, ?images?, etc.
Assignee: gagan → vidur
Component: Networking Library → Layout
To tell you the truth, this is not a netlib bug. It's a problem with the way
NGLayout is loading these things. I'm grabbing the bug from Gagan.
*** Bug 603 has been marked as a duplicate of this bug. ***
Status: NEW → ASSIGNED
Assignee: vidur → peterl
Status: ASSIGNED → NEW
Fixed. The downside is that we're blocking waiting for a stylesheet to load. It
might make more sense to continue building the content model, but just not
starting reflowing till all the stylesheets are in. Peter, do you want to take
this on?
The current behavior is correct for SCRIPTs.
Status: NEW → ASSIGNED
We are no longer blocking for top level style sheets.
Unfortunately, we're still blocking on @imports within the sheets. I'm still
working on that.
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
Target Milestone: M4 → M5
Target Milestone: M5 → M6
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: 4144 → 4110
Whiteboard: Pending verification from assigned engineer
Insufficient information to verify bug. Peter - can you verify this?
Status: RESOLVED → VERIFIED
Try Ian Hickson's Evil test suite. You'll really see this on the test that load
multiple sheets.
Whiteboard: Pending verification from assigned engineer
You need to log in before you can comment on or make changes to this bug.