Closed
Bug 1420377
Opened 8 years ago
Closed 7 years ago
Avoid atomize 'is' value twice when the custom element is created from parser
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8931632 -
Flags: review?(bugs)
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8931632 [details]
Bug 1420377 - Avoid atomizing 'is' value twice when the custom element is created from parser;
https://reviewboard.mozilla.org/r/202804/#review218806
Btw, if there are some very hot code paths in main thread needing atomize, NS_AtomizeMainThread can be a bit faster, at least if it gets called often with same values.
But I don't think any case here is such.
Attachment #8931632 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•7 years ago
|
||
(In reply to Olli Pettay [:smaug] (please try to find other reviewers for non-web components patches) from comment #8)
> Btw, if there are some very hot code paths in main thread needing atomize,
> NS_AtomizeMainThread can be a bit faster, at least if it gets called often
> with same values.
Nice to learn this. Thank you. :)
Comment 10•7 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/efc5e53b695b
Avoid atomizing 'is' value twice when the custom element is created from parser; r=smaug
Comment 11•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•