Closed
Bug 1927962
Opened 1 year ago
Closed 1 year ago
Remove GridReflowInput::CalculateTrackSizes()
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
Just a minor cleanup. See the patch for details.
Assignee | ||
Comment 1•1 year ago
|
||
CalculateTrackSizes()
is used only once, while CalculateTrackSizesForAxis()
is used more extensively. Let's just expand CalculateTrackSizes()
.
This patch doesn't change behavior.
Updated•1 year ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ea258e8d724
Remove GridReflowInput::CalculateTrackSizes(). r=dholbert
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•