Closed
Bug 1756441
Opened 3 years ago
Closed 3 years ago
Add profiler marker text for Element.matches
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Just like querySelector{,All}, Element.matches sometimes is executed in very hot code. It'd be useful to know what the specific selectors are to see if there are optimizations we can apply.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9264833 -
Attachment description: Bug 1756441 - Add profiler markers for Element.matches/closest. r=#layout-reviewers,#style,florian → Bug 1756441 - Add profiler label frames for Element.matches/closest. r=#layout-reviewers,#style,florian
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04bce76f226a
Add profiler label frames for Element.matches/closest. r=florian
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•