Closed
Bug 1839922
Opened 2 years ago
Closed 2 years ago
Remove usage of HasAttr(kNameSpaceID_None, ..), GetAttr(kNameSpaceID_None, ..)
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
We have more readable and faster versions (that just omit the namespace
arg).
Mostly done via sed, with a couple helpers to use the faster lookups
where possible.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd328e6b49f9
Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•