Closed
Bug 1656385
Opened 4 years ago
Closed 4 years ago
Remove redundant IsBResize() in ViewportFrame::Reflow()
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
aReflowInput.ShouldReflowAllKids() already checks IsBResize() and
ViewportFrame always has NS_FRAME_CONTAINS_RELATIVE_BSIZE set at the
beginning of Reflow().
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8f56b3b18558
Remove redundant IsBResize() in ViewportFrame::Reflow(). r=emilio
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•