Bug 117149 - [GTK][META] Migrate to GTask
Summary: [GTK][META] Migrate to GTask
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 117150 117152 117153 117154 117156 117157
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-03 08:37 PDT by Carlos Garcia Campos
Modified: 2015-06-20 14:16 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!