Closed
Bug 2037935
Opened 1 month ago
Closed 12 days ago
Special-case the most common element and attribute names in Speedometer3 innerHTML/DOMParser parsing
Categories
(Core :: DOM: HTML Parser, enhancement)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
At https://searchfox.org/firefox-main/rev/a358f48a49a4d72df7b214805c4b2d2049d34a5a/parser/html/nsHtml5AttributeName.h#93 and https://searchfox.org/firefox-main/rev/a358f48a49a4d72df7b214805c4b2d2049d34a5a/parser/html/nsHtml5ElementName.h#122 , before bufToHash, check explitly for buffer contents that match the names that are the most common ones in Speedometer3.
| Assignee | ||
Updated•27 days ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•27 days ago
|
||
| Assignee | ||
Comment 2•26 days ago
|
||
| Assignee | ||
Comment 3•26 days ago
|
||
| Assignee | ||
Comment 4•26 days ago
|
||
Base revision's try run: https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=193868
Local revision's try run: https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=193918
This currently builds on top of bug 2028401, which I hear is expected to land only after the merge day. I haven't decided yet whether to factor this into a form that could land before that patch lands.
| Assignee | ||
Updated•21 days ago
|
| Assignee | ||
Comment 5•14 days ago
|
||
Pushed by hsivonen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9986518e260f
https://hg.mozilla.org/integration/autoland/rev/9fca498f578b
Special-case the most common element and attribute names in Speedometer3 innerHTML/DOMParser parsing. r=smaug
Comment 7•12 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 12 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Comment 8•8 days ago
•
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•