[Webkit-unassigned] [Bug 117153] [GTK] Migrate WebKitWebContext to GTask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 11:21:26 PDT 2013


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-06-03 11:19:59 PST ---
(In reply to comment #3)
> (From update of attachment 203596 [details])
> any reason you kept GetPluginsAsyncData rather than just returning the Vector directly?
> 
> If there's some problem with returning C++ types from GTask, I'd like to fix it if possible

I don't think so, I kept it just because we need a free function anyway, but I guess we can simply allocate the Vector on the heap and use a helper free function as GDestroyNotify to call delete.

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