[webkit-changes] [WebKit/WebKit] c515c4: REGRESSION(274626main): Unable to exit fullscreen ...

aestes noreply at github.com
Sun Feb 25 12:29:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c515c4be3ed61124f16cd57e1dfedd9c7709ef26
      https://github.com/WebKit/WebKit/commit/c515c4be3ed61124f16cd57e1dfedd9c7709ef26
  Author: Andy Estes <aestes at apple.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.mm

  Log Message:
  -----------
  REGRESSION(274626main): Unable to exit fullscreen on tvOS
https://bugs.webkit.org/show_bug.cgi?id=270020
rdar://123534305

Reviewed by Jer Noble.

When refactoring VideoPresentationInterfaceAVKit in 274626main we inadvertently removed
WebAVPlayerViewControllerDelegate's conformance to -playerViewControllerShouldDismiss:, which broke
the ability to exit fullscreen on tvOS. Restored the delegate method.

* Source/WebCore/platform/ios/VideoPresentationInterfaceAVKit.mm:
(-[WebAVPlayerViewControllerDelegate playerViewControllerShouldDismiss:]):

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