RESOLVED FIXED 211734
[iOS] WKWebView.evaluateJavaScript should run at foreground priority when app is foreground
https://bugs.webkit.org/show_bug.cgi?id=211734
Summary [iOS] WKWebView.evaluateJavaScript should run at foreground priority when app...
Chris Dumez
Reported 2020-05-11 11:04:06 PDT
WKWebView.evaluateJavaScript should run at foreground priority when app is foreground.
Attachments
Patch (1.87 KB, patch)
2020-05-11 11:05 PDT, Chris Dumez
no flags
Patch (2.11 KB, patch)
2020-05-11 11:10 PDT, Chris Dumez
no flags
Patch (2.14 KB, patch)
2020-05-11 11:31 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-05-11 11:05:15 PDT
Chris Dumez
Comment 2 2020-05-11 11:10:29 PDT
Chris Dumez
Comment 3 2020-05-11 11:31:05 PDT
Darin Adler
Comment 4 2020-05-11 12:29:28 PDT
Comment on attachment 399034 [details] 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.
EWS
Comment 5 2020-05-11 12:42:45 PDT
Committed r261489: <https://trac.webkit.org/changeset/261489> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399034 [details].
Radar WebKit Bug Importer
Comment 6 2020-05-11 12:43:15 PDT
Note You need to log in before you can comment on or make changes to this bug.