Closed
Bug 2044987
Opened 4 days ago
Closed 3 days ago
Initialize `Document::mOnloadBlocker` lazily
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: jjaschke, Assigned: jjaschke)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Inspired by Claudometer 323c7824-0b4a-4c6e-af76-bd6458c722ef. This can avoid unnecessary allocations during page loads.
| Assignee | ||
Comment 1•4 days ago
|
||
Comment 2•4 days ago
|
||
"PERF" key word?
Comment 3•4 days ago
|
||
We don't really use that keyword. And this is blocking a performance meta bug.
Pushed by jjaschke@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f6d95fd6e8c5
https://hg.mozilla.org/integration/autoland/rev/ca9706007b0b
Lazily initialize `Document::mOnloadBlocker`. r=dom-core-reviewers,smaug
Comment 5•3 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Comment 6•3 days ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #3)
We don't really use that keyword
We who? I have used that for a long time to track performance affecting bugs. If it is no longer used, should it then just be removed from Bugzilla?
You need to log in
before you can comment on or make changes to this bug.
Description
•