[Webkit-unassigned] [Bug 54688] ThreadableLoaderClient needs willSendRequest method.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 19:52:31 PST 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2011-02-17 19:52:31 PST ---
Seems unfortunate that we have pass a willSendRequest from ResourceHandle to worker thread, and then go all the way back to make a client call.

> +    m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextWillSendRequest, m_workerClientWrapper, newRequest, redirectResponse), m_taskMode);

Does this make a synchronous call? I'm curious how we avoid deadlocking here.

-- 
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