12012-10-22 Tony Chang <tony@chromium.org>
2
3 WebKit does not support 'flex-wrap: nowrap'
4 https://bugs.webkit.org/show_bug.cgi?id=99924
5
6 Reviewed by NOBODY (OOPS!).
7
8 The spec changed back from using none to nowrap for the single-line
9 flexbox case.
10 http://dev.w3.org/csswg/css3-flexbox/#flex-wrap-property
11
12 No new tests, covered by css3/flexbox/css-properties.html and others.
13
14 * css/CSSParser.cpp:
15 (WebCore::isValidKeywordPropertyAndValue):
16 * css/CSSPrimitiveValueMappings.h:
17 (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
18 (WebCore::CSSPrimitiveValue::operator EFlexWrap):
19 * css/CSSValueKeywords.in:
20 * rendering/RenderBox.cpp:
21 (WebCore::isStretchingColumnFlexItem):
22 (WebCore::RenderBox::sizesLogicalWidthToFitContent):
23 * rendering/RenderFlexibleBox.cpp:
24 (WebCore::RenderFlexibleBox::isMultiline):
25 * rendering/style/RenderStyle.h:
26 * rendering/style/RenderStyleConstants.h:
27