RESOLVED FIXED 117149
[GTK][META] Migrate to GTask
https://bugs.webkit.org/show_bug.cgi?id=117149
Summary [GTK][META] Migrate to GTask
Carlos Garcia Campos
Reported 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.
Attachments
Laszlo Gombos
Comment 1 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).
Carlos Garcia Campos
Comment 2 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?
Chris Dumez
Comment 3 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.
Sergio Villar Senin
Comment 4 2013-07-04 08:17:18 PDT
Should we close this Carlos?
Carlos Garcia Campos
Comment 5 2013-07-04 08:34:29 PDT
Yes. Thanks Gustavo!
Note You need to log in before you can comment on or make changes to this bug.