Closed
Bug 1618646
Opened 5 years ago
Closed 5 years ago
Minor ColumnSet cleanup
Categories
(Core :: Layout: Columns, task)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
ColumnSet is an inner frame now. It cannot have border and padding.
| Assignee | ||
Comment 2•5 years ago
|
||
They were used when nsColumnSetFrame was still a column container, but
are not used today.
Depends on D64646
Updated•5 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9129591 -
Attachment description: Bug 1618646 Part 2 - Bug Remove mComputedBSize and mConsumedBSize in nsColumnSetFrame::ReflowConfig. → Bug 1618646 Part 2 - Remove mComputedBSize and mConsumedBSize in nsColumnSetFrame::ReflowConfig.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3b1c588d756c
Part 1 - Remove nsColumnSetFrame::GetAvailableContentBSize(). r=mats
https://hg.mozilla.org/integration/autoland/rev/e7699efb2aae
Part 2 - Remove mComputedBSize and mConsumedBSize in nsColumnSetFrame::ReflowConfig. r=mats
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3b1c588d756c
https://hg.mozilla.org/mozilla-central/rev/e7699efb2aae
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
| Assignee | ||
Comment 5•5 years ago
|
||
This should've been removed in Part 1.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/208adff7b4a3
followup - Remove the declaration of nsColumnSetFrame::GetAvailableContentBSize(). r=mats
Comment 7•5 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•