Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 29a03fe3ca962ef1f6fc57ba07f723e9825b9383
      
https://github.com/WebKit/WebKit/commit/29a03fe3ca962ef1f6fc57ba07f723e9825b9383
  Author: Alex Christensen <[email protected]>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M Source/WebCore/dom/FullscreenManager.cpp
    M Source/WebKit/UIProcess/WebFullScreenManagerProxy.cpp
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm
    M Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp

  Log Message:
  -----------
  Send correct IPC identifier with 
Messages::WebFullScreenManager::RequestRestoreFullScreen
https://bugs.webkit.org/show_bug.cgi?id=287441
rdar://144551098

Reviewed by Jer Noble.

In 289198@main I removed page->webPageIDInMainFrameProcess() in 
WebFullScreenManagerProxy::requestRestoreFullScreen
but I forgot to add page->webPageIDInProcess(*fullScreenProcess) to replace it. 
 This adds it back, and I
also audited the places that completion handler goes and added missing calls.

* Source/WebKit/UIProcess/WebFullScreenManagerProxy.cpp:
(WebKit::WebFullScreenManagerProxy::requestRestoreFullScreen):
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
(-[WKFullScreenWindowController requestRestoreFullScreen:]):
(-[WKFullScreenWindowController _completedExitFullScreen]):
* Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::WebFullScreenManager::requestRestoreFullScreen):

Canonical link: https://commits.webkit.org/290192@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