Closed
Bug 1956370
Opened 8 months ago
Closed 8 months ago
Rename bSize in nsGridContainerFrame::Reflow() to contentBSize
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
(Whiteboard: [grid-percentages:m1])
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•8 months ago
|
||
In nsGridContainerFrame::Reflow(), we are computing the content-box block-size
for the grid container. This patch renames the variable bSize to improve
clarity.
The only modification other than the rename is removing the nscoord
declaration within if (aReflowInput.ShouldApplyAutomaticMinimumOnBlockAxis())
since we've already declared contentBSize.
Updated•8 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2603a6888841
Rename bSize in nsGridContainerFrame::Reflow(). r=layout-grid-reviewers,AlaskanEmily
Comment 3•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Updated•8 months ago
|
Whiteboard: [grid-percentages:triage] → [grid-percentages:m1]
You need to log in
before you can comment on or make changes to this bug.
Description
•