Closed
Bug 1929222
Opened 1 month ago
Closed 1 month ago
Use std::clamp instead of min/max chain in gfx/
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•1 month ago
|
||
Updated•1 month ago
|
Attachment #9435343 -
Attachment description: Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond → Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/17f9248f7a54
Use std::clamp instead of min/max chain in gfx/ r=aosmond
Backed out for causing build bustages @ ScaledFontMac.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line:
[task 2024-11-05T15:26:08.597Z] 15:26:08 ERROR - /builds/worker/checkouts/gecko/gfx/2d/ScaledFontMac.cpp:596:17: error: no matching function for call to 'clamp'
Flags: needinfo?(sguelton)
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f61560a1ccfe
Use std::clamp instead of min/max chain in gfx/ r=aosmond
Comment 5•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
Assignee | ||
Updated•1 month ago
|
Flags: needinfo?(sguelton)
You need to log in
before you can comment on or make changes to this bug.
Description
•