Skip to content
  • abarth@webkit.org's avatar
    Remove ENABLE(WCSS) and associated code · 546aea6d
    abarth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=68759
    
    Reviewed by Darin Adler.
    
    .:
    
    * configure.ac:
    
    Source/WebCore:
    
    As discussed on webkit-dev, we are removing this feature from trunk to
    reduce the number of different configurations.
    
    * CodeGenerators.pri:
    * GNUmakefile.am:
    * WebCore.pro:
    * css/CSSParser.cpp:
    (WebCore::CSSParser::parseValue):
    * css/CSSParser.h:
    * css/CSSPrimitiveValueMappings.h:
    (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
    * css/CSSStyleSelector.cpp:
    (WebCore::CSSStyleSelector::applyProperty):
    * css/WCSSPropertyNames.in: Removed.
    * css/WCSSValueKeywords.in: Removed.
    * features.pri:
    * html/HTMLInputElement.cpp:
    (WebCore::HTMLInputElement::HTMLInputElement):
    * html/HTMLInputElement.h:
    * html/TextFieldInputType.cpp:
    (WebCore::TextFieldInputType::sanitizeValue):
    (WebCore::TextFieldInputType::handleBeforeTextInsertedEvent):
    * rendering/RenderMarquee.cpp:
    (WebCore::RenderMarquee::start):
    * rendering/RenderObject.cpp:
    (WebCore::RenderObject::createObject):
    * rendering/style/RenderStyleConstants.h:
    
    Tools:
    
    * Scripts/build-webkit:
    * Scripts/old-run-webkit-tests:
    * Scripts/webkitperl/features.pm:
    (hasFeature):
    * Scripts/webkitpy/layout_tests/port/webkit.py:
    * Scripts/webkitpy/layout_tests/port/webkit_unittest.py:
    
    LayoutTests:
    
    * fast/wcss: Removed.
    * fast/wcss/wap-input-format-expected.txt: Removed.
    * fast/wcss/wap-input-format.xhtml: Removed.
    * fast/wcss/wap-input-required-expected.txt: Removed.
    * fast/wcss/wap-input-required.xhtml: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95911 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    546aea6d