[Webkit-unassigned] [Bug 117157] [GTK][SOUP] Migrate SoupRequestManager to GTask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 00:33:47 PDT 2013


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-06-19 00:32:25 PST ---
(In reply to comment #3)
> (From update of attachment 203602 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=203602&action=review
> 
> I kept wondering if we could do away with the data struct like you did on the other patch, but I don't think there's a lot to gain here.

In this case the AsyncData struct is not only for the GTask async operation but for the whole custom uri scheme operation. Note that this data struct is not set as task data, but it contains the GTask that is released (see releaseTask) when it finishes.

> >> Source/WebKit2/ChangeLog:7
> >> +
> > 
> > Could you please explain in the Changelog why we are migrating to GTask?
> 
> ++

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