Closed
Bug 1913515
Opened 7 months ago
Closed 7 months ago
Add a helper to return the inner frame of nsTableCellFrame
Categories
(Core :: Layout: Tables, task)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
In nsTableCellFrame.cpp
, we call mFrames.FirstChild()
to get the inner frame, and some callsites assert the inner frame is the only child, e.g. in AppendDirectlyOwnedAnonBoxes() and BuildDisplayList(). Let's add a helper to return the inner frame with an assertion.
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d682885b9faa
Add a helper to return the inner frame of nsTableCellFrame. r=layout-reviewers,emilio
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•