Skip to content
  • benjamin@webkit.org's avatar
    Remove the code guarded by STYLE_SCOPED · 32bbc4c1
    benjamin@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=122123
    
    Reviewed by Anders Carlsson.
    
    .: 
    
    * Source/autotools/SetupWebKitFeatures.m4:
    * Source/cmake/OptionsBlackBerry.cmake:
    * Source/cmake/WebKitFeatures.cmake:
    * Source/cmakeconfig.h.cmake:
    
    Source/JavaScriptCore: 
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebCore: 
    
    Start cleaning the code related to <style scoped>. This patch
    only removes the code with #ifdef guards.
    
    * Configurations/FeatureDefines.xcconfig:
    * WebCore.exp.in:
    * bindings/generic/RuntimeEnabledFeatures.cpp:
    (WebCore::RuntimeEnabledFeatures::RuntimeEnabledFeatures):
    * bindings/generic/RuntimeEnabledFeatures.h:
    * css/DocumentRuleSets.cpp:
    (WebCore::DocumentRuleSets::appendAuthorStyleSheets):
    * css/ElementRuleCollector.cpp:
    (WebCore::ElementRuleCollector::matchScopedAuthorRules):
    * css/StyleResolver.cpp:
    (WebCore::StyleResolver::locateCousinList):
    (WebCore::StyleResolver::canShareStyleWithElement):
    (WebCore::StyleResolver::locateSharedStyle):
    * css/StyleResolver.h:
    (WebCore::StyleResolver::ensureScopeResolver):
    * css/StyleScopeResolver.cpp:
    * css/StyleScopeResolver.h:
    * dom/Node.cpp:
    * dom/Node.h:
    * dom/ShadowRoot.cpp:
    (WebCore::ShadowRoot::ShadowRoot):
    * dom/ShadowRoot.h:
    * html/HTMLStyleElement.cpp:
    (WebCore::HTMLStyleElement::HTMLStyleElement):
    (WebCore::HTMLStyleElement::parseAttribute):
    (WebCore::HTMLStyleElement::insertedInto):
    (WebCore::HTMLStyleElement::removedFrom):
    * html/HTMLStyleElement.h:
    * html/HTMLStyleElement.idl:
    * testing/InternalSettings.cpp:
    (WebCore::InternalSettings::Backup::Backup):
    (WebCore::InternalSettings::Backup::restoreTo):
    * testing/InternalSettings.h:
    * testing/InternalSettings.idl:
    * testing/Internals.cpp:
    * testing/Internals.h:
    * testing/Internals.idl:
    
    Source/WebKit: 
    
    * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
    
    Source/WebKit/gtk: 
    
    * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
    * WebCoreSupport/DumpRenderTreeSupportGtk.h:
    
    Source/WebKit/mac: 
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebKit2: 
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WTF: 
    
    * wtf/FeatureDefines.h:
    
    Tools: 
    
    * DumpRenderTree/gtk/DumpRenderTree.cpp:
    (resetDefaultsToConsistentValues):
    * Scripts/webkitperl/FeatureList.pm:
    * qmake/mkspecs/features/features.pri:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    32bbc4c1