Bug 117149

Summary: [GTK][META] Migrate to GTask
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, danw, gustavo, laszlo.gombos, svillar, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=146184
Bug Depends on: 117150, 117152, 117153, 117154, 117156, 117157    
Bug Blocks:    

Description Carlos Garcia Campos 2013-06-03 08:37:16 PDT
Now that we depend on glib 2.36 we can use GTask to simplify a lot the code that currently implements async operations using GSimpleAsyncResult.
Comment 1 Laszlo Gombos 2013-06-05 02:03:13 PDT
It seems that part of this work impacts other ports as well, e.g. EFL (e.g. cairo changes).
Comment 2 Carlos Garcia Campos 2013-06-05 02:12:03 PDT
(In reply to comment #1)
> It seems that part of this work impacts other ports as well, e.g. EFL (e.g. cairo changes).

What cairo changes? This is a metabug for migrating GTK port to GTask, the only change that affects EFL is the soup request one that is marked as [GTK][SOUP] maybe it should be simply [SOUP]. EFL already depends on glib 2.36.0, right?
Comment 3 Chris Dumez 2013-06-05 03:21:21 PDT
(In reply to comment #2)
> (In reply to comment #1)
> > It seems that part of this work impacts other ports as well, e.g. EFL (e.g. cairo changes).
> 
> What cairo changes? This is a metabug for migrating GTK port to GTask, the only change that affects EFL is the soup request one that is marked as [GTK][SOUP] maybe it should be simply [SOUP]. EFL already depends on glib 2.36.0, right?

Yes, EFL already depends on glib 2.36.0 because of libsoup. So no problem IMO.
Comment 4 Sergio Villar Senin 2013-07-04 08:17:18 PDT
Should we close this Carlos?
Comment 5 Carlos Garcia Campos 2013-07-04 08:34:29 PDT
Yes. Thanks Gustavo!