Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dba962b2a56d30037022920c5467fe3e4e176512
https://github.com/WebKit/WebKit/commit/dba962b2a56d30037022920c5467fe3e4e176512
Author: Richard Robinson <[email protected]>
Date: 2025-11-22 (Sat, 22 Nov 2025)
Changed paths:
M Source/WebCore/Modules/Model/InternalAPI/DDMaterialDescriptor.h
M Source/WebCore/Modules/Model/InternalAPI/DDTextureDescriptor.h
M Source/WebCore/Modules/Model/InternalAPI/DDUpdateTextureDescriptor.h
M Source/WebCore/Modules/fetch/FetchBodyConsumer.h
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/animation/AnimationTimeline.h
M Source/WebCore/platform/TextRecognitionResult.h
M Source/WebCore/platform/animation/AcceleratedTimeline.h
M Source/WebCore/platform/animation/ProgressResolutionData.h
M Source/WebCore/platform/graphics/angle/ANGLEUtilities.h
M
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferParserAVFObjC.h
M
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferParserAVFObjC.mm
M Source/WebCore/platform/mac/WebCoreObjCExtras.h
M Source/WebCore/platform/network/BlobDataFileReference.h
M Source/WebCore/platform/network/FormData.h
M Source/WebCore/platform/network/ResourceRequestBase.h
M Source/WebCore/platform/network/ResourceResponseBase.h
M Source/WebCore/platform/network/cf/ResourceRequest.h
M Source/WebCore/style/values/backgrounds/StyleLineWidth.h
M Source/WebKit/Platform/IPC/Decoder.h
A Source/WebKit/Platform/cocoa/ClassStructPtr.h
M Source/WebKit/UIProcess/API/APIPageConfiguration.h
M Source/WebKit/UIProcess/WebURLSchemeTask.h
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
[Swift in WebKit] Continue work towards modularizing WebCore (part 1)
rdar://165217840
https://bugs.webkit.org/show_bug.cgi?id=302959
Reviewed by Mike Wyrzykowski.
Fix some more module related issues before introducing the WebCore module.
* Source/WebCore/animation/AnimationTimeline.h:
* Source/WebCore/platform/animation/AcceleratedTimeline.h:
* Source/WebCore/platform/animation/ProgressResolutionData.h:
* Source/WebCore/Modules/fetch/FetchBodyConsumer.h:
* Source/WebCore/Modules/Model/InternalAPI/DDMaterialDescriptor.h:
* Source/WebCore/Modules/Model/InternalAPI/DDTextureDescriptor.h:
* Source/WebCore/Modules/Model/InternalAPI/DDUpdateTextureDescriptor.h:
* Source/WebCore/platform/TextRecognitionResult.h:
* Source/WebCore/style/values/backgrounds/StyleLineWidth.h:
- Fix quoted header imports
* Source/WebCore/platform/graphics/angle/ANGLEUtilities.h:
* Source/WebCore/platform/network/cf/ResourceRequest.h:
* Source/WebCore/platform/network/BlobDataFileReference.h:
* Source/WebCore/platform/network/FormData.h:
* Source/WebCore/platform/network/ResourceRequestBase.h:
* Source/WebCore/platform/network/ResourceResponseBase.h:
- Add missing includes
*
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferParserAVFObjC.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferParserAVFObjC.mm:
(WebCore::SourceBufferParserAVFObjC::logChannel const):
- Fix `logChannel` definition to be properly defined in the implementation file
like all other definitions of it.
* Source/WebCore/platform/mac/WebCoreObjCExtras.h:
- Allow this file to be included anywhere, just guard the contents
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
- Make some private headers project, and vice versa
* Source/WebKit/UIProcess/API/APIPageConfiguration.h:
(API::PageConfiguration::attachmentFileWrapperClassSingleton const):
(API::PageConfiguration::setAttachmentFileWrapperClass):
- Do not rely on a (transitive) dependency on `Decoder.h` just for
`ClassStructPtr`,
especially since it's never used in APIPageConfiguration in a non-objc context
* Source/WebKit/UIProcess/WebURLSchemeTask.h:
- Forward declare `WebProcessProxy` instead of including it, and instead
include only
the headers that are actually needed.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
- Let Xcode sort some stuff, and also add some missing headers to the xcode
project.
Canonical link: https://commits.webkit.org/303439@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications