Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3c460f943a83d5f57c5adb2326a437a3d98110d
https://github.com/WebKit/WebKit/commit/e3c460f943a83d5f57c5adb2326a437a3d98110d
Author: Sam Weinig <[email protected]>
Date: 2026-05-25 (Mon, 25 May 2026)
Changed paths:
M Source/WebCore/css/CSSCustomIdentValue.cpp
M Source/WebCore/css/CSSCustomIdentValue.h
M Source/WebCore/css/CSSFontFamilyNameValue.cpp
M Source/WebCore/css/CSSFontFamilyNameValue.h
M Source/WebCore/css/CSSKeywordValue.cpp
M Source/WebCore/css/CSSKeywordValue.h
M Source/WebCore/css/CSSStringValue.cpp
M Source/WebCore/css/CSSStringValue.h
Log Message:
-----------
Add missing CSSValue::addDerivedHash implementations to types that formerly
were part of CSSPrimitiveValue
https://bugs.webkit.org/show_bug.cgi?id=315514
Reviewed by Antti Koivisto.
Implements `addDerivedHash` on ident and string-like CSSValue
subtypes that have been extracted from CSSPrimitiveValue by
hooking them up to the `add(Hasher&, {type})` implementations
for their underlying strong type.
This hashing is used by ImmutableStyleProperties::createDeduplicating
to deduplicate style property lists.
* Source/WebCore/css/CSSCustomIdentValue.cpp:
* Source/WebCore/css/CSSCustomIdentValue.h:
* Source/WebCore/css/CSSFontFamilyNameValue.cpp:
* Source/WebCore/css/CSSFontFamilyNameValue.h:
* Source/WebCore/css/CSSKeywordValue.cpp:
* Source/WebCore/css/CSSKeywordValue.h:
* Source/WebCore/css/CSSStringValue.cpp:
* Source/WebCore/css/CSSStringValue.h:
Canonical link: https://commits.webkit.org/313858@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications