Closed
Bug 1735251
Opened 3 years ago
Closed 3 years ago
Minor clean up in layout and dom
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
These are small clean up patches while I read relevant code.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
After Bug 1681849 Part 4 [1], accessing ComputedMaxSize() is trivial.
Note: MainComponent() expects its aSize argument in flex container's
writing mode, which matches aReflowInput's writing mode, so we don't
need any conversion.
[1] https://hg.mozilla.org/mozilla-central/rev/80ed365889fc
Depends on D128150
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D128151
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/157a26073a9c
Set ReflowInput::mComputeSize in one operation. r=jwatt
https://hg.mozilla.org/integration/autoland/rev/7acda2706e9d
Use AxisTracker::MainComponent() to retrieve main max size. r=emilio
https://hg.mozilla.org/integration/autoland/rev/b1b65bf03247
Apply clang-format to nsXMLContentSerializer.cpp. r=jwatt
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/157a26073a9c
https://hg.mozilla.org/mozilla-central/rev/7acda2706e9d
https://hg.mozilla.org/mozilla-central/rev/b1b65bf03247
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•