Closed
Bug 1859527
Opened 2 years ago
Closed 2 years ago
Generate nsHtml5Attributes.h include in nsHtml5StackNode
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
120 Branch
People
(Reporter: hsivonen, Assigned: hsivonen)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1820575 manually edited a generated file without updating the generator to match. The simple update to the generator has the side effect of also adding the same include to another generated file. This bug is about landing the generator output after the generator change.
| Assignee | ||
Comment 1•2 years ago
|
||
On second thought, I instead made a non-minimal change to avoid duplicating the boilerplate includes in the .cpp, since they are already in the corresponding .h.
https://treeherder.mozilla.org/jobs?repo=try&revision=2c4784987934b4c0e94623ee5b55a0bc45fe9d25
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30433b571857
Update the generated includes in the HTML parser. r=edgar
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Keywords: regression
Regressed by: 1820575
Comment 5•2 years ago
|
||
Set release status flags based on info from the regressing bug 1820575
status-firefox118:
--- → affected
status-firefox119:
--- → affected
status-firefox120:
--- → affected
status-firefox-esr115:
--- → affected
Updated•2 years ago
|
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•