Closed
Bug 1943591
Opened 25 days ago
Closed 24 days ago
Remove `ReflowInput::CalculateAbsoluteSizeWithResolvedAutoBlockSize`
Categories
(Core :: Layout: Positioned, enhancement)
Core
Layout: Positioned
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: dshin, Assigned: dshin)
Details
Attachments
(1 file)
Seems unused, hence really not possible to test properly on handling anchor-size
in bug 1923959.
Remove ReflowInput::IsInlineSizeComputableByBlockSizeAndAspectRatio
as well, which is only used by this function.
Their access was protected
anyway, so potential use sites were limited.
Assignee | ||
Comment 1•25 days ago
|
||
Updated•25 days ago
|
Assignee: nobody → dshin
Status: NEW → ASSIGNED
Comment 2•25 days ago
|
||
For the record, all the callers of CalculateAbsoluteSizeWithResolvedAutoBlockSize
had been removed by Bug 1920160 in Part 3.
Assignee | ||
Comment 3•25 days ago
|
||
(Ha, of course that was me as well)
Pushed by dshin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/818e439264bb
Remove unused ReflowInput functions. r=layout-reviewers,emilio
Comment 5•24 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 24 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•