Closed
Bug 1433
Opened 26 years ago
Closed 26 years ago
Page loading is synchronous for embedded stuff like stylesheets
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
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.
Updated•26 years ago
|
Assignee: gagan → vidur
Component: Networking Library → Layout
Comment 1•26 years ago
|
||
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.
Updated•26 years ago
|
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: vidur → peterl
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
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.
Comment 6•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 4144 → 4110
Updated•26 years ago
|
Whiteboard: Pending verification from assigned engineer
Comment 7•26 years ago
|
||
Insufficient information to verify bug. Peter - can you verify this?
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 8•26 years ago
|
||
Try Ian Hickson's Evil test suite. You'll really see this on the test that load
multiple sheets.
Updated•26 years ago
|
Whiteboard: Pending verification from assigned engineer
You need to log in
before you can comment on or make changes to this bug.
Description
•