Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dffb0684e0b58153910c43b49142f499ce80d386
      
https://github.com/WebKit/WebKit/commit/dffb0684e0b58153910c43b49142f499ce80d386
  Author: Richard Robinson <[email protected]>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M Source/WTF/wtf/spi/cocoa/IOTypesSPI.h
    M Source/WebCore/Configurations/WebCore.xcconfig
    M Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/WritingToolsSPI.h
    A Source/WebCore/WebCore.modulemap
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/WebCore_Private.modulemap
    M Source/WebCore/accessibility/mac/CocoaAccessibilityConstants.h
    M Source/WebCore/dom/MouseEvent.h
    M Source/WebCore/dom/PointerEvent.h
    M Source/WebCore/layout/integration/LayoutIntegrationUtils.h
    M Source/WebCore/page/UndoManager.h
    M Source/WebCore/page/mac/WebCoreFrameView.h
    M Source/WebCore/platform/cocoa/CocoaWritingToolsTypes.h
    M Source/WebCore/platform/graphics/ca/PlatformCALayerClient.h
    M Source/WebCore/platform/ios/wak/WAKClipView.h
    M Source/WebCore/platform/ios/wak/WAKScrollView.h
    M Source/WebCore/platform/ios/wak/WKUtilities.h
    M Source/WebCore/platform/ios/wak/WKView.h
    M Source/WebCore/platform/ios/wak/WKViewPrivate.h
    M Source/WebCore/platform/mac/PlatformEventFactoryMac.h
    M Source/WebCore/platform/mac/PowerObserverMac.h

  Log Message:
  -----------
  [Swift in WebKit] Modularize WebCore
rdar://165326510
https://bugs.webkit.org/show_bug.cgi?id=303039

Reviewed by Mike Wyrzykowski.

Add module maps and enable modularization for WebCore. This makes it possible 
to have Swift code in WebKit depend (or transitively) depend
on WebCore code.

* Source/WTF/wtf/spi/cocoa/IOTypesSPI.h:
* Source/WebCore/Configurations/WebCore.xcconfig:
* Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h:
* Source/WebCore/PAL/pal/spi/cocoa/WritingToolsSPI.h:
* Source/WebCore/WebCore.modulemap: Added.
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/WebCore_Private.modulemap: Added.
* Source/WebCore/accessibility/mac/CocoaAccessibilityConstants.h:
* Source/WebCore/dom/MouseEvent.h:
* Source/WebCore/dom/PointerEvent.h:
* Source/WebCore/layout/integration/LayoutIntegrationUtils.h:
* Source/WebCore/page/UndoManager.h:
* Source/WebCore/page/mac/WebCoreFrameView.h:
* Source/WebCore/platform/cocoa/CocoaWritingToolsTypes.h:
* Source/WebCore/platform/graphics/ca/PlatformCALayerClient.h:
* Source/WebCore/platform/ios/wak/WAKClipView.h:
* Source/WebCore/platform/ios/wak/WAKScrollView.h:
* Source/WebCore/platform/ios/wak/WKUtilities.h:
* Source/WebCore/platform/ios/wak/WKView.h:
* Source/WebCore/platform/ios/wak/WKViewPrivate.h:
* Source/WebCore/platform/mac/PlatformEventFactoryMac.h:
* Source/WebCore/platform/mac/PowerObserverMac.h:

Canonical link: https://commits.webkit.org/303552@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to