[webkit-changes] [WebKit/WebKit] 9e43b2: [tvOS] Implement basic element fullscreen controls

aestes noreply at github.com
Fri May 24 09:32:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e43b27a6881878ab23c48f21c64d21610841405
      https://github.com/WebKit/WebKit/commit/9e43b27a6881878ab23c48f21c64d21610841405
  Author: Andy Estes <aestes at apple.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformEnableCocoa.h
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.h
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm

  Log Message:
  -----------
  [tvOS] Implement basic element fullscreen controls
https://bugs.webkit.org/show_bug.cgi?id=274613
rdar://128637048

Reviewed by Eric Carlson.

Disabled fullscreen dismissal gestures (for now) on tvOS and added a
single cancel button to dismiss element fullscreen.

* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:
(-[WKFullScreenViewController loadView]):
* Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.h:
* Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm:
(-[WKFullscreenStackView init]):
(-[WKFullscreenStackView addArrangedSubviewForTV:]): Deleted.

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