Skip to content
  • commit-queue@webkit.org's avatar
    [CSS Regions] Rename region-overflow to region-fragment · afd67199
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=117397
    
    PerformanceTests:
    
    Renamed -webkit-region-overflow to -webkit-region-fragment according to the new working draft
    at http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-region-fragment-property
    
    Patch by Radu Stavila <stavila@adobe.com> on 2013-06-10
    Reviewed by Alexander Pavlov.
    
    * Layout/resources/regions.css:
    
    Source/WebCore:
    
    Renamed -webkit-region-overflow to -webkit-region-fragment and
    webkitRegionOverflow to webkitRegionFragment according to the new working draft
    at http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-region-fragment-property
    
    Patch by Radu Stavila <stavila@adobe.com> on 2013-06-10
    Reviewed by Alexander Pavlov.
    
    * css/CSSComputedStyleDeclaration.cpp:
    (WebCore::ComputedStyleExtractor::propertyValue):
    * css/CSSParser.cpp:
    (WebCore::isValidKeywordPropertyAndValue):
    (WebCore::isKeywordPropertyID):
    (WebCore::CSSParser::parseValue):
    * css/CSSPrimitiveValueMappings.h:
    (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
    (WebCore::CSSPrimitiveValue::operator RegionFragment):
    * css/CSSProperty.cpp:
    (WebCore::CSSProperty::isInheritedProperty):
    * css/CSSPropertyNames.in:
    * css/CSSValueKeywords.in:
    * css/DeprecatedStyleBuilder.cpp:
    (WebCore::DeprecatedStyleBuilder::DeprecatedStyleBuilder):
    * css/StyleResolver.cpp:
    (WebCore::StyleResolver::applyProperty):
    * rendering/RenderBlock.cpp:
    (WebCore::RenderBlock::hasNextPage):
    * rendering/RenderRegion.cpp:
    (WebCore::RenderRegion::overflowRectForFlowThreadPortion):
    * rendering/style/RenderStyle.cpp:
    (WebCore::RenderStyle::changeRequiresLayout):
    * rendering/style/RenderStyle.h:
    * rendering/style/RenderStyleConstants.h:
    * rendering/style/StyleRareNonInheritedData.cpp:
    (WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
    (WebCore::StyleRareNonInheritedData::operator==):
    * rendering/style/StyleRareNonInheritedData.h:
    
    LayoutTests:
    
    Renamed -webkit-region-overflow to -webkit-region-fragment and
    webkitRegionOverflow to webkitRegionFragment according to the new working draft
    at http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-region-fragment-property
    
    Patch by Radu Stavila <stavila@adobe.com> on 2013-06-10
    Reviewed by Alexander Pavlov.
    
    * fast/regions/autoheight-breakafteralways-maxheight.html:
    * fast/regions/autoheight-breakbeforealways.html:
    * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html:
    * fast/regions/autoheight-singleregion-breakafteralways.html:
    * fast/regions/autoheight-singleregion-breakaftermargin.html:
    * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html:
    * fast/regions/autoheight-singleregion-breakbeforealways.html:
    * fast/regions/autoheight-singleregion-multiplebreaks.html:
    * fast/regions/css-regions-disabled-expected.txt:
    * fast/regions/region-overflow-auto-overflow-hidden.html:
    * fast/regions/region-overflow-auto-overflow-visible.html:
    * fast/regions/region-overflow-break.html:
    * fast/regions/regions-widows-and-orphans.html:
    * fast/regions/script-tests/css-regions-disabled.js:
    * fast/regions/script-tests/webkit-region-overflow-parsing.js:
    * fast/regions/webkit-region-overflow-parsing-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@151394 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    afd67199