[webkit-changes] [WebKit/WebKit] f7d9e2: [iOS] Rename {PlaybackSessionInterface, VideoPresen...
aestes
noreply at github.com
Mon Dec 16 11:53:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7d9e28ef63047bc414077cb34702918b9fe4c95
https://github.com/WebKit/WebKit/commit/f7d9e28ef63047bc414077cb34702918b9fe4c95
Author: Andy Estes <aestes at apple.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M Source/WebCore/SourcesCocoa.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/platform/graphics/PlatformPlaybackSessionInterface.h
M Source/WebCore/platform/graphics/PlatformVideoPresentationInterface.h
R Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.h
R Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm
A Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKitLegacy.h
A Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKitLegacy.mm
R Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.h
R Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.mm
A Source/WebCore/platform/ios/VideoPresentationInterfaceAVKitLegacy.h
A Source/WebCore/platform/ios/VideoPresentationInterfaceAVKitLegacy.mm
M Source/WebCore/platform/ios/WebVideoFullscreenControllerAVKit.mm
M Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.mm
M Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.mm
M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm
M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm
M Source/WebKitLegacy/mac/WebView/WebVideoFullscreenController.mm
Log Message:
-----------
[iOS] Rename {PlaybackSessionInterface,VideoPresentationInterface}AVKit to {PlaybackSessionInterface,VideoPresentationInterface}AVKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=284736
rdar://problem/141530991
Reviewed by Eric Carlson.
In preparation for introducing fullscreen and playback session interfaces based on
AVPlayerViewControllerContentSource, renamed the existing PlaybackSessionInterfaceAVKit and
VideoPresentationInterfaceAVKit to PlaybackSessionInterfaceAVKitLegacy and
VideoPresentationInterfaceAVKitLegacy respectively.
* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/PlatformPlaybackSessionInterface.h:
* Source/WebCore/platform/graphics/PlatformVideoPresentationInterface.h:
* Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKitLegacy.h: Renamed from Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.h.
* Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKitLegacy.mm: Renamed from Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm.
* Source/WebCore/platform/ios/VideoPresentationInterfaceAVKitLegacy.h: Renamed from Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.h.
* Source/WebCore/platform/ios/VideoPresentationInterfaceAVKitLegacy.mm: Renamed from Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.mm.
* Source/WebCore/platform/ios/WebVideoFullscreenControllerAVKit.mm:
(VideoFullscreenControllerContext::setUpFullscreen):
* Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.mm:
(WebKit::PlaybackSessionManagerProxy::createModelAndInterface):
* Source/WebKit/UIProcess/Cocoa/VideoPresentationManagerProxy.mm:
(WebKit::VideoPresentationManagerProxy::createModelAndInterface):
* Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
* Source/WebKitLegacy/mac/WebView/WebVideoFullscreenController.mm:
(-[WebVideoFullscreenController init]):
Canonical link: https://commits.webkit.org/287905@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list