Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5bbeecb131e59b2284a6367d93c0cc9255ef2308
https://github.com/WebKit/WebKit/commit/5bbeecb131e59b2284a6367d93c0cc9255ef2308
Author: Pascoe <[email protected]>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M Source/WebCore/CMakeLists.txt
M Source/WebCore/Headers.cmake
M Source/WebCore/PlatformMac.cmake
M Source/WebCore/SourcesCocoa.txt
M Source/WebCore/accessibility/AXIsolatedTree.h
M Source/WebCore/bindings/js/JSWindowProxy.cpp
M Source/WebCore/html/OffscreenCanvas.cpp
M
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm
M Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.mm
M Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.h
M Source/WebCore/platform/graphics/coreimage/FECompositeCoreImageApplier.h
M Source/WebCore/platform/graphics/coreimage/FECompositeCoreImageApplier.mm
M Source/WebCore/platform/graphics/coreimage/FEMergeCoreImageApplier.mm
M Source/WebCore/platform/graphics/cv/CVUtilities.mm
M Source/WebCore/platform/mediarecorder/MediaRecorderPrivateAVFImpl.cpp
Log Message:
-----------
[CMake] Fix Mac CMake build for WebCore
https://bugs.webkit.org/show_bug.cgi?id=312024
rdar://174578979
Reviewed by BJ Burg.
Add comprehensive Mac CMake configuration for WebCore including
framework linking, include directories, Cocoa source files, IDL
additions, libwebrtc/WebM handling, private framework headers, and
build guards for USE(LIBWEBRTC).
Based on a base patch by Simon Lewis. Incorporates LINKER: prefix
link options and source file include fixes from Ian Grunert
(PR #62543). Force-load PAL into WebCore via
WebCore_EXTRA_LINK_OPTIONS so soft-link symbols are exported even
under -undefined,dynamic_lookup, thanks to Brandon Stewart.
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Headers.cmake: Add private framework headers for
downstream WebKit/WebKitLegacy targets.
* Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp:
* Source/WebCore/PlatformMac.cmake: Add framework linking, include
directories, Cocoa sources, WebM parser OBJECT library, and build
guards.
* Source/WebCore/SourcesCocoa.txt: Remove files that no longer exist.
* Source/WebCore/accessibility/AXIsolatedTree.h: Add forwarding include.
* Source/WebCore/bindings/js/JSWindowProxy.cpp: Add missing include.
* Source/WebCore/html/OffscreenCanvas.cpp: Fix header name case.
*
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
(WebCore::SourceBufferPrivateAVFObjC::configureParser):
* Source/WebCore/platform/graphics/cocoa/VP9UtilitiesCocoa.mm: Add
USE(LIBWEBRTC) guards.
(WebCore::registerWebKitVP9Decoder):
* Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.h:
Add missing include.
* Source/WebCore/platform/graphics/coreimage/FECompositeCoreImageApplier.h:
Add missing include.
* Source/WebCore/platform/graphics/coreimage/FECompositeCoreImageApplier.mm:
Add missing include.
* Source/WebCore/platform/graphics/coreimage/FEMergeCoreImageApplier.mm:
Add missing include.
* Source/WebCore/platform/graphics/cv/CVUtilities.mm: Add missing include.
* Source/WebCore/platform/mediarecorder/MediaRecorderPrivateAVFImpl.cpp:
(WebCore::MediaRecorderPrivateAVFImpl::isTypeSupported):
Canonical link: https://commits.webkit.org/311117@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications