[webkit-changes] [WebKit/WebKit] f3eb8e: [iOS 15.3+] Crash at -[UIViewController presentVie...

Eric Carlson noreply at github.com
Tue Feb 21 11:36:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f3eb8e384292b901bcee46913008d70c6b7b0ebb
      https://github.com/WebKit/WebKit/commit/f3eb8e384292b901bcee46913008d70c6b7b0ebb
  Author: Eric Carlson <eric.carlson at apple.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/UIDelegate.mm

  Log Message:
  -----------
  [iOS 15.3+] Crash at -[UIViewController presentViewController:withAnimationController:completion:], called on a wrong thread
https://bugs.webkit.org/show_bug.cgi?id=242235
rdar://96305779

Reviewed by Youenn Fablet.

* Source/WebKit/UIProcess/Cocoa/UIDelegate.mm:
(WebKit::UIDelegate::UIClient::decidePolicyForUserMediaPermissionRequest): Always call request
methods that may prompt on the main runloop.

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




More information about the webkit-changes mailing list