Closed Bug 1956370 Opened 8 months ago Closed 8 months ago

Rename bSize in nsGridContainerFrame::Reflow() to contentBSize

Categories

(Core :: Layout: Grid, task)

task

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.

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.

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
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Whiteboard: [grid-percentages:triage] → [grid-percentages:m1]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: