Closed
Bug 1913515
Opened 1 year ago
Closed 1 year 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•1 year ago
|
||
Updated•1 year 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•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•