[webkit-changes] [WebKit/WebKit] b2389d: [FeatureFlags] Remove CSSNestingEnabled flag
Matthieu Dubet
noreply at github.com
Thu Feb 20 09:54:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b2389dbf5eccbf4c4775c1fe6cfa8ccf79f21004
https://github.com/WebKit/WebKit/commit/b2389dbf5eccbf4c4775c1fe6cfa8ccf79f21004
Author: Matthieu Dubet <m_dubet at apple.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSStyleRule.idl
M Source/WebCore/css/parser/CSSParserContext.cpp
M Source/WebCore/css/parser/CSSParserContext.h
M Source/WebCore/css/parser/CSSParserImpl.h
M Source/WebCore/css/parser/CSSSelectorParser.cpp
M Source/WebCore/css/parser/CSSSelectorParserContext.cpp
M Source/WebCore/css/parser/CSSSelectorParserContext.h
Log Message:
-----------
[FeatureFlags] Remove CSSNestingEnabled flag
https://bugs.webkit.org/show_bug.cgi?id=287986
Reviewed by Tim Nguyen.
It should be always on.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSStyleRule.idl:
* Source/WebCore/css/parser/CSSParserContext.cpp:
(WebCore::add):
* Source/WebCore/css/parser/CSSParserContext.h:
* Source/WebCore/css/parser/CSSParserImpl.h:
(WebCore::CSSParserImpl::isStyleNestedContext):
* Source/WebCore/css/parser/CSSSelectorParser.cpp:
(WebCore::CSSSelectorParser::consumeSimpleSelector):
* Source/WebCore/css/parser/CSSSelectorParserContext.cpp:
(WebCore::CSSSelectorParserContext::CSSSelectorParserContext):
(WebCore::add):
* Source/WebCore/css/parser/CSSSelectorParserContext.h:
Canonical link: https://commits.webkit.org/290718@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list