[webkit-changes] [WebKit/WebKit] 6ac0f7: [visionOS] Only delegate Image Fullscreen to Quick...

Commit Queue noreply at github.com
Fri Jun 7 12:25:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6ac0f7beb9713b7e18c58f7cef3a35a57a0b2841
      https://github.com/WebKit/WebKit/commit/6ac0f7beb9713b7e18c58f7cef3a35a57a0b2841
  Author: Yoel Hawa <yoel at apple.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm

  Log Message:
  -----------
  [visionOS] Only delegate Image Fullscreen to Quick Look if client has proper entitlements
https://bugs.webkit.org/show_bug.cgi?id=275235
<rdar://129366478>

Reviewed by Andy Estes.

When going into fullscreen, check that the client has the necessary
entitlements before marking it to be delegated to Quick Look.

* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
(-[WKFullScreenWindowController enterFullScreen:]):
Rename `_isImageElement` to `_isUsingQuickLook` to more accurately
reflect it's purpose, and perform the entitlement check.

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