[webkit-changes] [WebKit/WebKit] 3d472e: Remove CSSCascadeLayersEnabled, CSSColorMixEnabled...
Anne van Kesteren
noreply at github.com
Tue Mar 19 09:14:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d472e998b647fa0a30124147ae30f1da1e60010
https://github.com/WebKit/WebKit/commit/3d472e998b647fa0a30124147ae30f1da1e60010
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2024-03-19 (Tue, 19 Mar 2024)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/parser/CSSParserContext.cpp
M Source/WebCore/css/parser/CSSParserContext.h
M Source/WebCore/css/parser/CSSParserImpl.cpp
M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
Log Message:
-----------
Remove CSSCascadeLayersEnabled, CSSColorMixEnabled, & CSSContainIntrinsicSizeEnabled preferences
https://bugs.webkit.org/show_bug.cgi?id=271224
Reviewed by Tim Nguyen.
They have all been stable for over a year.
While here, make CSSParserContext's Hasher slightly more efficient by
switching to uint32_t.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/parser/CSSParserContext.cpp:
(WebCore::CSSParserContext::CSSParserContext):
(WebCore::add):
* Source/WebCore/css/parser/CSSParserContext.h:
* Source/WebCore/css/parser/CSSParserImpl.cpp:
(WebCore::CSSParserImpl::consumeImportRule):
(WebCore::CSSParserImpl::consumeLayerRule):
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::parseColorMixFunctionParametersRaw):
(WebCore::CSSPropertyParserHelpers::parseColorMixFunctionParameters):
Canonical link: https://commits.webkit.org/276352@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