Closed
Bug 1803863
Opened 2 years ago
Closed 2 years ago
Minor clean up for table frame
Categories
(Core :: Layout: Tables, task)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
See the upcoming patches for details.
Assignee | ||
Comment 1•2 years ago
|
||
The helper cannot fail, so we can return the height directly instead of using an
output argument.
Updated•2 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D163761
Assignee | ||
Comment 3•2 years ago
|
||
- Remove unnecessary calls to ClearSize() after declaring a fresh ReflowOutput.
- Use ReflowOutput::SetSize() in nsTableFrame::FixupPositionedTableParts().
Depends on D163762
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/94713a5fbadf
Part 1 - Simplify nsTableFrame::SetupHeaderFooterChild(). r=emilio
https://hg.mozilla.org/integration/autoland/rev/f1123b6e0eed
Part 2 - Make TableReflowInput's member vars conform with coding style. r=emilio
https://hg.mozilla.org/integration/autoland/rev/7e2df6f0d1fd
Part 3 - Simplify the usages for ReflowOutput. r=emilio
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/94713a5fbadf
https://hg.mozilla.org/mozilla-central/rev/f1123b6e0eed
https://hg.mozilla.org/mozilla-central/rev/7e2df6f0d1fd
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•