Build failure in CollectStackingContextItems
Categories
(Core :: Web Painting, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | unaffected |
firefox98 | --- | fixed |
People
(Reporter: fabrice, Assigned: mikokm)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When MOZ_DIAGNOSTIC_ASSERT_ENABLED
is enabled, https://searchfox.org/mozilla-central/rev/a2c26b9b49a521f4be39559ca1ca9c345a237c70/layout/painting/RetainedDisplayListBuilder.cpp#1588 fails to build because of https://searchfox.org/mozilla-central/rev/a2c26b9b49a521f4be39559ca1ca9c345a237c70/layout/painting/nsDisplayList.h#2865
I don't know if adding the matching #ifdef ...
in RetainedDisplayListBuilder.cpp is the right fix or not.
Assignee | ||
Comment 1•3 years ago
|
||
(In reply to [:fabrice] Fabrice Desré from comment #0)
I don't know if adding the matching
#ifdef ...
in RetainedDisplayListBuilder.cpp is the right fix or not.
It is. Thank you for the report.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1697979
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Comment 7•3 years ago
|
||
The patch seems to be working in today's beta late simulation: https://treeherder.mozilla.org/jobs?repo=try&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cusercancel&revision=dfa8b253a84e73d2e1a028c64329ae7332d2640d
Description
•