Closed
Bug 1523999
Opened 7 years ago
Closed 7 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•7 years ago
|
Blocks: smaug-pageload
| Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → bugs
| Assignee | ||
Comment 2•7 years ago
|
||
tested this, and no meaningful difference.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•4 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf]
You need to log in
before you can comment on or make changes to this bug.
Description
•