[Webkit-unassigned] [Bug 210131] New: WKUserScripts deferred from injection are not injected if -[WKWebView _notifyUserScripts] is called early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 10:14:46 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210131

            Bug ID: 210131
           Summary: WKUserScripts deferred from injection are not injected
                    if -[WKWebView _notifyUserScripts] is called early
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: timothy at apple.com

If -[WKWebView _notifyUserScripts] is called early, before Frame::injectUserScripts() happens, pageWasNotified will still be false, allowing scripts to build up in m_userScriptsAwaitingNotification and never being injected (since -[WKWebView _notifyUserScripts] will not be called again).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200407/84fa882d/attachment.htm>


More information about the webkit-unassigned mailing list