Closed
Bug 1951834
Opened 13 days ago
Closed 9 days ago
Clean up in nsGridContainerFrame::Reflow()
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [grid-percentages:m1])
Attachments
(2 files)
I'm planning to post some patches to tidy up nsGridContainerFrame::Reflow()
.
Updated•12 days ago
|
Whiteboard: [grid-percentages:m1]
Assignee | ||
Comment 1•11 days ago
|
||
Updated•11 days ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 days ago
|
||
This patch does not change behavior.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e6c7d817d735
Part 1 - Use IsColSubgrid() and IsRowSubgrid() more. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/8adfca78b758
Part 2 - Simplify if-else branch in nsGridContainerFrame::Reflow(). r=layout-reviewers,emilio
Comment 4•9 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e6c7d817d735
https://hg.mozilla.org/mozilla-central/rev/8adfca78b758
Status: ASSIGNED → RESOLVED
Closed: 9 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•