Skip to content
  • commit-queue@webkit.org's avatar
    Implement css-conditional's CSS.supports() · 05ccd1f7
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=100324
    
    Patch by Pablo Flouret <pablof@motorola.com> on 2013-02-13
    Reviewed by Antti Koivisto.
    
    Source/WebCore:
    
    http://dev.w3.org/csswg/css3-conditional/#the-css-interface
    
    The supports() method provides the css @supports rule's corresponding
    dom api.
    The patch also adds the CSS interface on DOMWindow, which holds "useful
    CSS-related functions that do not belong elsewhere". This is where
    supports() lives.
    
    Test: css3/supports-dom-api.html
    
    * CMakeLists.txt:
    * DerivedSources.cpp:
    * DerivedSources.make:
    * DerivedSources.pri:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.exp.in:
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * bindings/gobject/GNUmakefile.am:
    * bindings/scripts/CodeGeneratorGObject.pm:
    (SkipFunction):
        Add DOMWindowCSS.* to the build systems.
    
    * bindings/scripts/CodeGenerator.pm:
    (WK_lcfirst):
        Handle CSS prefixes correctly (s/cSS/css/).
    
    * css/CSSGrammar.y.in:
    * css/CSSParser.cpp:
    (WebCore::CSSParser::CSSParser):
    (WebCore::CSSParser::parseSupportsCondition):
    (WebCore::CSSParser::detectAtToken):
    * css/CSSParser.h:
        webkit_supports_condition parses just the condition part of an
        @supports rule and evaluates it, outputting whether the condition
        is supported or not.
    
    * css/CSSAllInOne.cpp:
    * css/DOMWindowCSS.cpp: Added.
    * css/DOMWindowCSS.h: Added.
    * css/DOMWindowCSS.idl: Added.
        The CSS interface object.
    
    * page/DOMWindow.cpp:
    (WebCore::DOMWindow::css):
    * page/DOMWindow.h:
    * page/DOMWindow.idl:
        window.CSS
    
    LayoutTests:
    
    * css3/supports-dom-api-expected.txt: Added.
    * css3/supports-dom-api.html: Added.
    * platform/chromium/TestExpectations:
    * platform/efl/TestExpectations:
    * platform/gtk/TestExpectations:
    * platform/mac/TestExpectations:
    * platform/qt/TestExpectations:
    * platform/win/TestExpectations:
    * platform/wincairo/TestExpectations:
    * platform/wk2/TestExpectations:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142739 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    05ccd1f7