[webkit-changes] [WebKit/WebKit] 9cb5bc: Remove CustomStateSetEnabled feature flag
Keith Cirkel
noreply at github.com
Fri Oct 4 16:40:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9cb5bcea1cb4c02b4bc47cc5d0ff91f3a4afa97e
https://github.com/WebKit/WebKit/commit/9cb5bcea1cb4c02b4bc47cc5d0ff91f3a4afa97e
Author: Keith Cirkel <webkit at keithcirkel.co.uk>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSPseudoSelectors.json
M Source/WebCore/css/parser/CSSParserContext.cpp
M Source/WebCore/css/parser/CSSParserContext.h
M Source/WebCore/css/parser/CSSSelectorParserContext.cpp
M Source/WebCore/css/parser/CSSSelectorParserContext.h
M Source/WebCore/dom/CustomStateSet.idl
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/ElementInternals.idl
Log Message:
-----------
Remove CustomStateSetEnabled feature flag
https://bugs.webkit.org/show_bug.cgi?id=280907
Reviewed by Ryosuke Niwa.
CustomStateSet has been shipping in stable for a while now.
This flag is no longer needed.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSPseudoSelectors.json:
* Source/WebCore/css/parser/CSSParserContext.cpp:
(WebCore::add):
* Source/WebCore/css/parser/CSSParserContext.h:
* Source/WebCore/css/parser/CSSSelectorParserContext.cpp:
(WebCore::CSSSelectorParserContext::CSSSelectorParserContext):
(WebCore::add):
* Source/WebCore/css/parser/CSSSelectorParserContext.h:
* Source/WebCore/dom/CustomStateSet.idl:
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::hasCustomState const):
* Source/WebCore/dom/ElementInternals.idl:
Canonical link: https://commits.webkit.org/284715@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