Closed
Bug 1973607
Opened 2 months ago
Closed 2 months ago
Add log to flex and grid container frames
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
(Whiteboard: [grid-percentages:m1])
Attachments
(1 file)
See the patch for details.
Assignee | ||
Comment 1•2 months ago
|
||
This patch adds logs at the beginning of Reflow()
and
ComputeIntrinsicISize()
for both flex and grid container frames. These logs
are useful when debugging nested flex/grid container scenarios in Pernosco, such
as Bug 1966450.
To enable the flex and grid logging:
MOZ_LOG="GridContainer:5,FlexContainer:5" ./mach run path/to/test
Updated•2 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 months ago
|
Whiteboard: [grid-percentages:triage]
Updated•2 months ago
|
Whiteboard: [grid-percentages:triage] → [grid-percentages:m1]
Pushed by tlin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2afcdc063801
https://hg.mozilla.org/integration/autoland/rev/4db545451bb6
Add logs to flex and grid container frame. r=layout-reviewers,emilio
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•28 days ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•