Closed
Bug 1501145
Opened 6 years ago
Closed 6 years ago
Assign default values to fields in nsColumnSet::ReflowConfig and nsColumnSet::ColumnBalanceData
Categories
(Core :: Layout: Columns, enhancement, P4)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(2 files)
It might be good to assign good default values to those fields.
Assignee | ||
Comment 1•6 years ago
|
||
The original statement is neat, but one cannot easily associates the values
computed in ChooseColumnStrategy with the actually field name in ReflowConfig.
Remove the aFeasibleBSize and aInfeasibleBSize for ChooseColumnStrategy()
because they're not used.
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D9467
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/aa716a3cae86
Part 1 - Assign default values to ReflowConfig fields, and explicitly initialize them in ChooseColumnStrategy. r=mats
https://hg.mozilla.org/integration/autoland/rev/fb761199e41a
Part 2 - Assign default values to ColumnBalanceData fields. r=mats
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aa716a3cae86
https://hg.mozilla.org/mozilla-central/rev/fb761199e41a
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•