Skip to content
  • jianli@chromium.org's avatar
    Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION · 9acde016
    jianli@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=98975
    
    Reviewed by Adam Barth.
    
    Source/JavaScriptCore:
    
    Renaming is needed to better match with the draggable region code.
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebCore:
    
    Renaming is needed to better match with the draggable region code.
    
    No new tests (OOPS!).
    
    * Configurations/FeatureDefines.xcconfig:
    * DerivedSources.make:
    * WebCore.exp.in:
    * css/CSSComputedStyleDeclaration.cpp:
    (WebCore):
    (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
    * css/CSSParser.cpp:
    (WebCore::CSSParser::parseValue):
    * css/CSSProperty.cpp:
    (WebCore::CSSProperty::isInheritedProperty):
    * css/CSSPropertyNames.in:
    * css/CSSValueKeywords.in:
    * css/StyleResolver.cpp:
    (WebCore::StyleResolver::applyProperty):
    * dom/Document.cpp:
    (WebCore::Document::Document):
    (WebCore):
    (WebCore::Document::reportMemoryUsage):
    * dom/Document.h:
    (WebCore):
    (Document):
    * page/Chrome.cpp:
    (WebCore):
    * page/ChromeClient.h:
    (ChromeClient):
    * page/FrameView.cpp:
    (WebCore::FrameView::layout):
    (WebCore):
    (WebCore::FrameView::paintContents):
    * page/FrameView.h:
    (FrameView):
    * rendering/RenderInline.cpp:
    (WebCore):
    (WebCore::RenderInline::addAnnotatedRegions):
    * rendering/RenderInline.h:
    (RenderInline):
    * rendering/RenderLayer.cpp:
    (WebCore::RenderLayer::scrollTo):
    (WebCore::RenderLayer::setHasHorizontalScrollbar):
    (WebCore::RenderLayer::setHasVerticalScrollbar):
    (WebCore::RenderLayer::updateScrollbarsAfterLayout):
    * rendering/RenderListBox.cpp:
    (WebCore::RenderListBox::setHasVerticalScrollbar):
    * rendering/RenderObject.cpp:
    (WebCore::RenderObject::styleWillChange):
    (WebCore):
    (WebCore::RenderObject::addAnnotatedRegions):
    * rendering/RenderObject.h:
    (WebCore::AnnotatedRegionValue::operator==):
    (AnnotatedRegionValue):
    (RenderObject):
    * rendering/style/RenderStyle.h:
    * rendering/style/RenderStyleConstants.h:
    * rendering/style/StyleRareNonInheritedData.cpp:
    (WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
    (WebCore::StyleRareNonInheritedData::operator==):
    * rendering/style/StyleRareNonInheritedData.h:
    (StyleRareNonInheritedData):
    
    Source/WebKit/chromium:
    
    Renaming is needed to better match with the draggable region code.
    
    * features.gypi:
    * src/ChromeClientImpl.cpp:
    (WebKit):
    * src/ChromeClientImpl.h:
    (ChromeClientImpl):
    * src/WebDocument.cpp:
    (WebKit::WebDocument::draggableRegions):
    
    Source/WebKit/mac:
    
    Renaming is needed to better match with the draggable region code.
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebKit2:
    
    Renaming is needed to better match with the draggable region code.
    
    * Configurations/FeatureDefines.xcconfig:
    
    LayoutTests:
    
    Renaming is needed to better match with the draggable region code.
    
    * platform/efl/TestExpectations:
    * platform/gtk/TestExpectations:
    * platform/mac/TestExpectations:
    * platform/qt/TestExpectations:
    * platform/win/TestExpectations:
    * platform/wincairo/TestExpectations:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@131532 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    9acde016