Skip to content
  • tony@chromium.org's avatar
    Remove the CSS3_FLEXBOX compile time flag and enable on all ports · bdfda8d0
    tony@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=72196
    
    Reviewed by Ojan Vafai.
    
    Source/JavaScriptCore:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebCore:
    
    * Configurations/FeatureDefines.xcconfig:
    * css/CSSComputedStyleDeclaration.cpp:
    (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
    * css/CSSFlexValue.cpp:
    * css/CSSFlexValue.h:
    * css/CSSParser.cpp:
    (WebCore::CSSParser::parseValue):
    (WebCore::CSSParser::parseFlex):
    * css/CSSPrimitiveValueMappings.h:
    (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
    * css/CSSProperty.cpp:
    (WebCore::CSSProperty::isInheritedProperty):
    * css/CSSPropertyNames.in:
    * css/CSSStyleApplyProperty.cpp:
    (WebCore::ApplyPropertyLength::applyValue):
    (WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):
    * css/CSSStyleSelector.cpp:
    (WebCore::CSSStyleSelector::applyProperty):
    * css/CSSValue.cpp:
    (WebCore::CSSValue::cssText):
    (WebCore::CSSValue::destroy):
    * css/CSSValue.h:
    * css/CSSValueKeywords.in:
    * rendering/RenderFlexibleBox.cpp:
    * rendering/RenderFlexibleBox.h:
    * rendering/RenderObject.cpp:
    (WebCore::RenderObject::createObject):
    * rendering/RenderObject.h:
    (WebCore::RenderObject::isFlexibleBoxIncludingDeprecated):
    * rendering/style/RenderStyle.cpp:
    (WebCore::RenderStyle::RenderStyle):
    (WebCore::RenderStyle::diff):
    * rendering/style/RenderStyle.h:
    * rendering/style/RenderStyleConstants.h:
    * rendering/style/StyleFlexibleBoxData.cpp:
    * rendering/style/StyleFlexibleBoxData.h:
    * rendering/style/StyleRareNonInheritedData.cpp:
    (WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
    (WebCore::StyleRareNonInheritedData::operator==):
    * rendering/style/StyleRareNonInheritedData.h:
    
    Source/WebKit/chromium:
    
    * features.gypi:
    
    Source/WebKit/mac:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebKit2:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Tools:
    
    * Scripts/build-webkit:
    
    WebKitLibraries:
    
    * win/tools/vsprops/FeatureDefines.vsprops:
    * win/tools/vsprops/FeatureDefinesCairo.vsprops:
    
    LayoutTests:
    
    * fast/css/getComputedStyle/computed-style-expected.txt:
    * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
    * svg/css/getComputedStyle-basic-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100198 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bdfda8d0