Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove the code guarded by STYLE_SCOPED
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: Canonical link: https://commits.webkit.org/140180@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@156683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
142 additions
and 344 deletions.
- +12 −0 ChangeLog
- +9 −0 Source/JavaScriptCore/ChangeLog
- +1 −2 Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
- +9 −0 Source/WTF/ChangeLog
- +0 −4 Source/WTF/wtf/FeatureDefines.h
- +48 −0 Source/WebCore/ChangeLog
- +1 −2 Source/WebCore/Configurations/FeatureDefines.xcconfig
- +0 −4 Source/WebCore/WebCore.exp.in
- +0 −3 Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
- +0 −9 Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
- +1 −1 Source/WebCore/css/DocumentRuleSets.cpp
- +1 −1 Source/WebCore/css/ElementRuleCollector.cpp
- +0 −12 Source/WebCore/css/StyleResolver.cpp
- +1 −9 Source/WebCore/css/StyleResolver.h
- +2 −2 Source/WebCore/css/StyleScopeResolver.cpp
- +2 −2 Source/WebCore/css/StyleScopeResolver.h
- +0 −28 Source/WebCore/dom/Node.cpp
- +3 −17 Source/WebCore/dom/Node.h
- +0 −18 Source/WebCore/dom/ShadowRoot.cpp
- +0 −8 Source/WebCore/dom/ShadowRoot.h
- +1 −133 Source/WebCore/html/HTMLStyleElement.cpp
- +0 −29 Source/WebCore/html/HTMLStyleElement.h
- +0 −1 Source/WebCore/html/HTMLStyleElement.idl
- +0 −15 Source/WebCore/testing/InternalSettings.cpp
- +0 −4 Source/WebCore/testing/InternalSettings.h
- +0 −1 Source/WebCore/testing/InternalSettings.idl
- +0 −13 Source/WebCore/testing/Internals.cpp
- +0 −1 Source/WebCore/testing/Internals.h
- +0 −1 Source/WebCore/testing/Internals.idl
- +9 −0 Source/WebKit/ChangeLog
- +0 −3 Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in
- +10 −0 Source/WebKit/gtk/ChangeLog
- +0 −7 Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp
- +0 −1 Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h
- +9 −0 Source/WebKit/mac/ChangeLog
- +1 −2 Source/WebKit/mac/Configurations/FeatureDefines.xcconfig
- +9 −0 Source/WebKit2/ChangeLog
- +1 −2 Source/WebKit2/Configurations/FeatureDefines.xcconfig
- +0 −1 Source/autotools/SetupWebKitFeatures.m4
- +0 −1 Source/cmake/OptionsBlackBerry.cmake
- +0 −1 Source/cmake/WebKitFeatures.cmake
- +0 −1 Source/cmakeconfig.h.cmake
- +12 −0 Tools/ChangeLog
- +0 −1 Tools/DumpRenderTree/gtk/DumpRenderTree.cpp
- +0 −3 Tools/Scripts/webkitperl/FeatureList.pm
- +0 −1 Tools/qmake/mkspecs/features/features.pri
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -762,10 +762,6 @@ | ||
#define ENABLE_SQL_DATABASE 1 | ||
#endif | ||
|
||
#if !defined(ENABLE_SUBPIXEL_LAYOUT) | ||
#define ENABLE_SUBPIXEL_LAYOUT 0 | ||
#endif | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.