Closed
Bug 1722356
Opened 3 years ago
Closed 3 years ago
Minor cleanup in layout
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
These patches are written while I'm reading our layout code to understand some bugs.
Assignee | ||
Comment 1•3 years ago
|
||
If we need to construct a scroll frame, we can just assign it to
primaryFrame
variable.
Assignee | ||
Comment 2•3 years ago
|
||
These grid reftests were removed accidentally in
https://hg.mozilla.org/mozilla-central/diff/46fc8d45948300d9e635c684d01ac7a4444dd6c8/layout/reftests/css-grid/reftest.list
Depends on D120866
Assignee | ||
Comment 3•3 years ago
|
||
This shouldn't change the behavior.
Depends on D120867
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ce5abbede80c
Remove frameToAddToList in ConstructFrameFromItemInternal(). r=emilio
https://hg.mozilla.org/integration/autoland/rev/45f88f959f57
Restore grid reftests in layout/reftests/css-grid/reftest.list. r=emilio
https://hg.mozilla.org/integration/autoland/rev/142407ff717c
Cleanup the logic computing button's rect in nsComboboxControlFrame. r=emilio
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce5abbede80c
https://hg.mozilla.org/mozilla-central/rev/45f88f959f57
https://hg.mozilla.org/mozilla-central/rev/142407ff717c
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•