Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4db15f6f271b2473099cc686ad1719db55260c38
      
https://github.com/WebKit/WebKit/commit/4db15f6f271b2473099cc686ad1719db55260c38
  Author: Richard Robinson <[email protected]>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M Source/WebCore/Modules/airplay/WebMediaSessionManagerClient.h
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/platform/ValidationBubble.h
    R Source/WebCore/platform/cocoa/PlatformView.h
    M Source/WebCore/platform/cocoa/VideoPresentationLayerProvider.h
    M Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.cpp
    M Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.h
    M 
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.h
    M 
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm
    M Source/WebCore/platform/mock/MediaPlaybackTargetPickerMock.cpp
    M Source/WebCore/platform/mock/MediaPlaybackTargetPickerMock.h
    M Source/WebCore/testing/cocoa/WebViewVisualIdentificationOverlay.h
    M Source/WebCore/testing/cocoa/WebViewVisualIdentificationOverlay.mm
    M Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.h
    M Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.mm
    M Source/WebKit/UIProcess/WebPageProxyInternals.h
    M 
Source/WebKit/WebKitSwift/WritingTools/IntelligenceTextEffectViewManager.swift
    M 
Source/WebKit/WebKitSwift/WritingTools/PlatformIntelligenceTextEffectView.swift
    M Source/WebKit/_WebKit_SwiftUI/Implementation/CocoaWebViewAdapter.swift
    M Source/WebKitLegacy/mac/WebView/WebMediaPlaybackTargetPicker.h
    M Source/WebKitLegacy/mac/WebView/WebMediaPlaybackTargetPicker.mm

  Log Message:
  -----------
  Remove PlatformView in favor of CocoaView
https://bugs.webkit.org/show_bug.cgi?id=291803
rdar://149626393

Reviewed by Abrar Rahman Protyasha.

Currently there exists both PlatformView and CocoaView, which is redundant. 
Remove the former
in favor of the latter which is more modern and uses the more-established 
"Cocoa*" naming.

* Source/WebCore/Modules/airplay/WebMediaSessionManagerClient.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/ValidationBubble.h:
* Source/WebCore/platform/cocoa/PlatformView.h: Removed.
* Source/WebCore/platform/cocoa/VideoPresentationLayerProvider.h:
(WebCore::VideoPresentationLayerProvider::layerHostView const):
(WebCore::VideoPresentationLayerProvider::setLayerHostView):
(WebCore::VideoPresentationLayerProvider::videoView const):
(WebCore::VideoPresentationLayerProvider::setVideoView):
* Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.cpp:
(WebCore::MediaPlaybackTargetPicker::showPlaybackTargetPicker):
* Source/WebCore/platform/graphics/MediaPlaybackTargetPicker.h:
* 
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.h:
* 
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:
(WebCore::MediaPlaybackTargetPickerMac::showPlaybackTargetPicker):
* Source/WebCore/platform/mock/MediaPlaybackTargetPickerMock.cpp:
(WebCore::MediaPlaybackTargetPickerMock::showPlaybackTargetPicker):
* Source/WebCore/platform/mock/MediaPlaybackTargetPickerMock.h:
* Source/WebCore/testing/cocoa/WebViewVisualIdentificationOverlay.h:
* Source/WebCore/testing/cocoa/WebViewVisualIdentificationOverlay.mm:
(+[WebViewVisualIdentificationOverlay 
installForWebViewIfNeeded:kind:deprecated:]):
(-[WebViewVisualIdentificationOverlay initWithWebView:kind:deprecated:]):
* Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.mm:
(-[WKLayerHostView visibilityPropagationView]):
(-[WKLayerHostView setVisibilityPropagationView:]):
* Source/WebKit/UIProcess/WebPageProxyInternals.h:
* 
Source/WebKit/WebKitSwift/WritingTools/IntelligenceTextEffectViewManager.swift:
* 
Source/WebKit/WebKitSwift/WritingTools/PlatformIntelligenceTextEffectView.swift:
* Source/WebKit/_WebKit_SwiftUI/Implementation/CocoaWebViewAdapter.swift:
(CocoaWebViewAdapter.findBarView):
(CocoaWebViewAdapter.contentView):
* Source/WebKitLegacy/mac/WebView/WebMediaPlaybackTargetPicker.h:
* Source/WebKitLegacy/mac/WebView/WebMediaPlaybackTargetPicker.mm:
(WebMediaPlaybackTargetPicker::platformView const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to