Closed
Bug 1696584
Opened 4 years ago
Closed 4 years ago
Minor clean up in layout
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(4 files)
+++ This bug was initially created as a clone of Bug #1664738 +++
A placeholder bug for random clean up patches in layout while reading code. None of the patches in this bug should change the behavior.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D107312
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D107313
Assignee | ||
Comment 4•4 years ago
|
||
UnionRectEdges() and UnionEdges() are equivalent, and the later has a
modern interface with a shorter name. Let's remove the former.
Depends on D107314
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/34b5b961708d
Change 'typedef' to 'using' in Coord.h. r=emilio
https://hg.mozilla.org/integration/autoland/rev/703dd254d8b4
Removed unused nsLineBox::SetBounds(). r=emilio
https://hg.mozilla.org/integration/autoland/rev/a6cff5fa00ae
Make nsBlockFrame::ComputeOverflowAreas return OverflowAreas rather than though outparam. r=emilio
https://hg.mozilla.org/integration/autoland/rev/14fac67d1cce
Remove UnionRectEdges() and replace the callers with the equivalent UnionEdges(). r=emilio
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/34b5b961708d
https://hg.mozilla.org/mozilla-central/rev/703dd254d8b4
https://hg.mozilla.org/mozilla-central/rev/a6cff5fa00ae
https://hg.mozilla.org/mozilla-central/rev/14fac67d1cce
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•