Closed
Bug 1929270
Opened 3 months ago
Closed 3 months ago
Use std::clamp instead of min/max chain in dom/
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a5ae29b17323
Use std::clamp instead of min/max chain in dom/ r=nika
Comment 3•3 months ago
•
|
||
Backed out for causing multiple failures related to mozalloc_abort
This failure is also caused by this bug.
Flags: needinfo?(sguelton)
Comment 4•3 months ago
|
||
The std::clamp
assertion failed here:
https://hg.mozilla.org/integration/autoland/rev/a5ae29b17323#l1.16
because StickyTimeDuration(-mEffect->NormalizedTiming().Delay()
was less than zeroDuration
.
Updated•3 months ago
|
Attachment #9435411 -
Attachment description: Bug 1929270 - Use std::clamp instead of min/max chain in dom/ r=nika → Bug 1929270 - Use std::clamp instead of min/max chain in dom/ r=nika!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1079b962f439
Use std::clamp instead of min/max chain in dom/ r=nika
Assignee | ||
Updated•3 months ago
|
Flags: needinfo?(sguelton)
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•