gecko-dev/dom/flex
Ting-Yu Lin 48fdff53fc Bug 1639053 - Remove the ability to reverse axes internally for nsFlexContainerFrame. r=dholbert
The ability to reverse axes internally was added in bug 983427, but it
turns out not to be used.

test_flex_lines.html needs to be modified because those expected cross
values are written as if the flex lines are physically in top-to-bottom
order (due to we reversed the axes internally).

Now we don't reverse the internal axes, the order of the flex lines
becomes bottom-to-top due to "flex-wrap: wrap-reverse". The crossStart
coordinate begins from the flex container's bottom end edge, and it
increases from bottom to the top to the flex container's top end
edge. (Note the flex container has 42px height.)

Differential Revision: https://phabricator.services.mozilla.com/D75887
2020-05-19 21:13:35 +00:00
..
test Bug 1639053 - Remove the ability to reverse axes internally for nsFlexContainerFrame. r=dholbert 2020-05-19 21:13:35 +00:00
Flex.cpp Bug 1563163 Part 1: Make Flex::Flex gracefully handle frames without FlexContainerInfo structures. r=mats 2019-08-30 23:16:09 +00:00
Flex.h
FlexItemValues.cpp
FlexItemValues.h
FlexLineValues.cpp
FlexLineValues.h
moz.build