[Webkit-unassigned] [Bug 129470] [GTK] WebKit1 downloads not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 2 11:41:44 PST 2014


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


Ben Boeckel <mathstuf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Ben Boeckel <mathstuf at gmail.com>  2014-03-02 11:38:48 PST ---
I found my problem. When I had ported over to WebKit2, the download destination was determined asynchronously, but WebKit1's download mechanism calls _start and _cancel on its own, so if we're async, the destination isn't set when the download is started by WebKit itself, implicitly and silently cancelling it. The fix is to make the WebKit1 code sync.

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