Closed
Bug 1671319
Opened 5 years ago
Closed 5 years ago
Remove GetAvailableContentISize in nsColumnSetFrame.cpp
Categories
(Core :: Layout: Columns, task)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
nsColumnSetFrame won't have any border and padding because it's an inner
frame under ColumnSetWrapper. We've already asserted this fact at the
beginning of nsColumnSetFrame::Reflow().
This change shouldn't change behavior.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9cc4440e50e9
Remove GetAvailableContentISize in nsColumnSetFrame.cpp. r=emilio
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•