[webkit-changes] [WebKit/WebKit] 6082b4: Interaction: When using media controls in full scr...

Dean Jackson noreply at github.com
Sat Aug 26 12:50:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6082b4aaed9f7255e573d0fdb7d73c2463047624
      https://github.com/WebKit/WebKit/commit/6082b4aaed9f7255e573d0fdb7d73c2463047624
  Author: Dean Jackson <dino at apple.com>
  Date:   2023-08-26 (Sat, 26 Aug 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Interaction: When using media controls in full screen, Safari thinks we're trying to type.
https://bugs.webkit.org/show_bug.cgi?id=260754
rdar://114412655

Reviewed by Richard Robinson.

visionOS is popping up the potential phishing alert when you tap
around in the fullscreen media controls. This platform has a virtual
keyboard, but it is always in a separate window, so we don't need
the phishing protection. Turn it off for visionOS.

I left a FIXME saying it would be better to have this feature
controlled globally with a USE or HAVE.

* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView _shouldAvoidSecurityHeuristicScoreUpdates]):

Canonical link: https://commits.webkit.org/267329@main




More information about the webkit-changes mailing list