Closed
Bug 1886942
Opened 11 months ago
Closed 11 months ago
Minor cleanup in nsTableCellFrame
Categories
(Core :: Layout: Tables, task)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
See the patch stack for detail.
Assignee | ||
Comment 1•11 months ago
|
||
These typedefs are either not used, or used only once or twice.
Updated•11 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 months ago
|
||
Assignee | ||
Comment 3•11 months ago
|
||
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/195908957031
Part 1 - Remove typedefs in nsTableCellFrame. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/83878f41b5e9
Part 2 - Initialize nsTableCellFrame members in the declaration. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/cf8f333d8f5e
Part 3 - Inline simple getter/setters in nsTableCellFrame. r=layout-reviewers,emilio
Backed out for causing build bustages on nsMathMLmtableFrame.h
Flags: needinfo?(aethanyc)
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/946f9f27cc42
Part 1 - Remove typedefs in nsTableCellFrame. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/75eed49f6cd0
Part 2 - Initialize nsTableCellFrame members in the declaration. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/f8b7a796a15f
Part 3 - Inline simple getter/setters in nsTableCellFrame. r=layout-reviewers,emilio
Comment 7•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/946f9f27cc42
https://hg.mozilla.org/mozilla-central/rev/75eed49f6cd0
https://hg.mozilla.org/mozilla-central/rev/f8b7a796a15f
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(aethanyc)
You need to log in
before you can comment on or make changes to this bug.
Description
•