[webkit-changes] [WebKit/WebKit] e1c35f: Non-unified build fixes, mid-January 2023 edition
Adrian Perez
noreply at github.com
Tue Jan 17 07:12:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1c35f7fdd555c8aad8335b909095445ab6e0bd1
https://github.com/WebKit/WebKit/commit/e1c35f7fdd555c8aad8335b909095445ab6e0bd1
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M Source/WebCore/Modules/gamepad/GamepadEffectParameters.h
M Source/WebCore/animation/WebAnimationUtilities.h
M Source/WebCore/bindings/js/JSHTMLElementCustom.cpp
M Source/WebCore/css/CSSCounterStyle.h
M Source/WebCore/css/CSSCounterStyleDescriptors.cpp
M Source/WebCore/css/CSSCounterStyleRegistry.h
M Source/WebCore/css/color/CSSUnresolvedColorMix.h
M Source/WebCore/rendering/style/StyleFilterImage.cpp
M Source/WebCore/style/CustomPropertyRegistry.cpp
M Source/WebCore/style/RuleData.cpp
M Source/WebCore/style/RuleSet.cpp
M Source/WebCore/style/RuleSetBuilder.cpp
M Source/WebCore/style/StyleTreeResolver.cpp
M Source/WebCore/workers/service/context/ServiceWorkerFetch.h
M Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Non-unified build fixes, mid-January 2023 edition
Unreviewed non-unified build fixes.
* Source/WebCore/Modules/gamepad/GamepadEffectParameters.h: Add missing
wtf/Seconds.h header.
* Source/WebCore/animation/WebAnimationUtilities.h: Add missing
WebAnimationTypes.h header.
* Source/WebCore/bindings/js/JSHTMLElementCustom.cpp: Add missing
FormAssociatedElement.h header.
* Source/WebCore/css/CSSCounterStyle.h: Add missing wtf/WeakPtr.h
header.
* Source/WebCore/css/CSSCounterStyleDescriptors.cpp: Add missing headers
CSSCounterStyleRule.h, CSSPrimitiveValue.h, CSSValueList.h, and Pair.h
headers; remove now unneeded StyleProperties.h header.
* Source/WebCore/css/CSSCounterStyleRegistry.h: Replace inclusion of
wtf/text/AtomString.h with wtf/text/AtomStringHash.h to bring in
missing definitions.
* Source/WebCore/css/color/CSSUnresolvedColorMix.h: Add missing
StyleColor.h header.
* Source/WebCore/rendering/style/StyleFilterImage.cpp: Add missing
CSSValuePool.h header.
* Source/WebCore/style/CustomPropertyRegistry.cpp: Add missing
Document.h header.
* Source/WebCore/style/RuleData.cpp: Add missing
ScriptExecutionContext.h header.
* Source/WebCore/style/RuleSet.cpp: Ditto.
* Source/WebCore/style/RuleSetBuilder.cpp: Add missing Document.h
header.
* Source/WebCore/style/StyleTreeResolver.cpp: Add missing StyleBuilder.h
header.
* Source/WebCore/workers/service/context/ServiceWorkerFetch.h: Replace
forward declaration of ResourceResponse with the inclusion of
ResourceResponse.h in order to bring in the declaration for nested
types which cannot be forward-declared.
* Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp: Add
missing WebCore/StorageEstimate.h header.
* Source/WebKit/UIProcess/WebPageProxy.cpp: Add missing WebCore
namespace import.
Canonical link: https://commits.webkit.org/258978@main
More information about the webkit-changes
mailing list