[Webkit-unassigned] [Bug 173874] New: DocumentLoader should always notify the client if there are pending icon loads when the load is stopped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 27 07:32:52 PDT 2017


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

            Bug ID: 173874
           Summary: DocumentLoader should always notify the client if
                    there are pending icon loads when the load is stopped
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: beidson at apple.com

If DocumentLoader::stopLoading() is called before DocumentLoader::didGetLoadDecisionForIcon() or before DocumentLoader::finishedLoadingIcon(), the UI process never receives the notifications. The load icon decision callbacks in WebPageProxy are not released until it's destroyed, keeping them alive as well as anything captured in the lambdas.

-- 
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/20170627/b55a68ad/attachment.html>


More information about the webkit-unassigned mailing list