[Webkit-unassigned] [Bug 115351] New: Make sure ResourceHandleSoup::platformSetDefersLoading() does not call ResourceHandleClient callbacks synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 07:37:00 PDT 2013


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

           Summary: Make sure
                    ResourceHandleSoup::platformSetDefersLoading() does
                    not call ResourceHandleClient callbacks synchronously
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrunko at gmail.com


ResourceHandleSoup::platformSetDefersLoading() per default calls the client callbacks asynchronously, unless there is a deferred result pending, in which case the client callbacks are called immediately. We should make sure ResourceHandleSoup::platformSetDefersLoading() never invokes client callbacks synchronously to avoid a possible deadlock on the gstreamer source element.

Patch to come next.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list