[webkit-reviews] review granted: [Bug 211734] [iOS] WKWebView.evaluateJavaScript should run at foreground priority when app is foreground : [Attachment 399034] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 12:29:28 PDT 2020


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 211734: [iOS] WKWebView.evaluateJavaScript should run at foreground
priority when app is foreground
https://bugs.webkit.org/show_bug.cgi?id=211734

Attachment 399034: Patch

https://bugs.webkit.org/attachment.cgi?id=399034&action=review




--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 399034
  --> https://bugs.webkit.org/attachment.cgi?id=399034
Patch

Seems like a better principle is inheriting this from what triggered the need
to run script rather than querying the state at the moment the WebKit API is
called. This seems like a shortcut that might get it right, but might get it
wrong.


More information about the webkit-reviews mailing list