Skip to content
  • hyatt@apple.com's avatar
    WebCore: · a67f96a0
    hyatt@apple.com authored
    2009-07-14  David Hyatt  <hyatt@apple.com>
    
            Reviewed by Simon Fraser.
    
            https://bugs.webkit.org/show_bug.cgi?id=27283
    
            Implement the new 'rem' unit from CSS3.
    
            Added some rem-* tests in fast/css.
    
            * css/CSSGrammar.y:
            * css/CSSParser.cpp:
            (WebCore::CSSParser::validUnit):
            (WebCore::unitFromString):
            (WebCore::CSSParser::parseValue):
            (WebCore::CSSParser::lex):
            * css/CSSParserValues.cpp:
            (WebCore::CSSParserValue::createCSSValue):
            * css/CSSPrimitiveValue.cpp:
            (WebCore::CSSPrimitiveValue::computeLengthInt):
            (WebCore::CSSPrimitiveValue::computeLengthIntForLength):
            (WebCore::CSSPrimitiveValue::computeLengthShort):
            (WebCore::CSSPrimitiveValue::computeLengthFloat):
            (WebCore::CSSPrimitiveValue::computeLengthDouble):
            (WebCore::CSSPrimitiveValue::cssText):
            (WebCore::CSSPrimitiveValue::parserValue):
            * css/CSSPrimitiveValue.h:
            (WebCore::CSSPrimitiveValue::):
            (WebCore::CSSPrimitiveValue::isUnitTypeLength):
            * css/CSSStyleSelector.cpp:
            (WebCore::CSSStyleSelector::initForStyleResolve):
            (WebCore::convertToLength):
            (WebCore::CSSStyleSelector::applyProperty):
            (WebCore::CSSStyleSelector::mapFillSize):
            (WebCore::CSSStyleSelector::mapFillXPosition):
            (WebCore::CSSStyleSelector::mapFillYPosition):
            (WebCore::CSSStyleSelector::createTransformOperations):
            * css/CSSStyleSelector.h:
            * css/MediaQueryEvaluator.cpp:
            (WebCore::device_heightMediaFeatureEval):
            (WebCore::device_widthMediaFeatureEval):
            (WebCore::heightMediaFeatureEval):
            (WebCore::widthMediaFeatureEval):
            * css/WebKitCSSMatrix.cpp:
            (WebCore::WebKitCSSMatrix::setMatrixValue):
            * css/tokenizer.flex:
            * dom/Document.cpp:
            (WebCore::Document::Document):
            * dom/Document.h:
            (WebCore::Document::usesRemUnits):
            (WebCore::Document::setUsesRemUnits):
            * dom/Element.cpp:
            (WebCore::Element::recalcStyle):
            * rendering/SVGRenderTreeAsText.cpp:
            (WebCore::writeStyle):
            * rendering/style/SVGRenderStyle.cpp:
            (WebCore::SVGRenderStyle::cssPrimitiveToLength):
            * svg/graphics/SVGPaintServer.cpp:
            (WebCore::applyStrokeStyleToContext):
            (WebCore::dashArrayFromRenderingStyle):
            * svg/graphics/SVGPaintServer.h:
    
    LayoutTests:
    
    2009-07-14  David Hyatt  <hyatt@apple.com>
    
            Reviewed by Simon Fraser.
    
            Add layout tests for the new CSS3 'rem' unit type.
    
            * fast/css/rem-dynamic-scaling.html: Added.
            * fast/css/rem-units-on-root.html: Added.
            * fast/css/remove-shorthand-expected.checksum: Added.
            * fast/css/remove-shorthand-expected.png: Added.
            * platform/mac/fast/css/rem-dynamic-scaling-expected.checksum: Added.
            * platform/mac/fast/css/rem-dynamic-scaling-expected.png: Added.
            * platform/mac/fast/css/rem-dynamic-scaling-expected.txt: Added.
            * platform/mac/fast/css/rem-units-on-root-expected.checksum: Added.
            * platform/mac/fast/css/rem-units-on-root-expected.png: Added.
            * platform/mac/fast/css/rem-units-on-root-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45919 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a67f96a0