Closed
Bug 1523999
Opened 6 years ago
Closed 6 years ago
Investigate if runnables blocking load event to fire could use some higher priority queue
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
Performance Impact | ? |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.74 KB,
patch
|
Details | Diff | Splinter Review |
If a runnable, say nsUnblockOnloadEvent, is posted to a normal priority queue which has tons of other stuff to process, it may take a while before we actually unblock load event to fire.
Assignee | ||
Updated•6 years ago
|
Blocks: smaug-pageload
Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → bugs
Assignee | ||
Comment 2•6 years ago
|
||
tested this, and no meaningful difference.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf]
You need to log in
before you can comment on or make changes to this bug.
Description
•