Closed
Bug 1888702
Opened 1 year ago
Closed 1 year ago
Minor cleanup in nsFlexContainerFrame and nsCSSFrameConstructor
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(2 files)
Minor cleanup while I'm investigating forced break in flex container in bug 1663079.
| Assignee | ||
Comment 1•1 year ago
|
||
Remove the forward declarations because we use mozilla:: prefix in the header.
Updated•1 year ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
The last caller of PrependPageBreakItem() is removed in
https://hg.mozilla.org/mozilla-central/rev/97613a0619b2
Since we only need to append page break items, we don't need
InsertPageBreakItem() and InsertPageBreakLocation enum. We can just implement
AppendPageBreakItem directly.
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94ac33c5c516
Part 1 - Remove unused #includes and forward declarations for flex container frame. r=layout-reviewers,tnikkel
https://hg.mozilla.org/integration/autoland/rev/5abc3ab011c9
Part 2 - Remove PrependPageBreakItem() and simplify AppendPageBreakItem(). r=layout-reviewers,emilio
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/94ac33c5c516
https://hg.mozilla.org/mozilla-central/rev/5abc3ab011c9
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•