Closed
Bug 1155312
Opened 10 years ago
Closed 10 years ago
Convert flex container's final nsHTMLReflowMetrics-populating code to use logical coordinates
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
7.99 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
Filing this bug on making nsFlexContainerFrame's reflow code populate its nsHTMLReflowMetrics outparam (aDesiredSize) using logical coordinates.
[marking depends-on bug 1152913, since this bug's patch layers on top of that bug's patches]
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8593527 -
Flags: review?(mats)
Assignee | ||
Comment 2•10 years ago
|
||
Note: I'm capturing blockEndContainerBP up high because we need to capture it before we've applied 'skipSides'. (And then add it conditionally, depending on whether we're wrapping across a page boundary.)
Comment 3•10 years ago
|
||
Comment on attachment 8593527 [details] [diff] [review]
fix v1
r=mats
Attachment #8593527 -
Flags: review?(mats) → review+
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite-
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•