RESOLVED FIXED 117154
[GTK] Migrate WebKitWebView to GTask
https://bugs.webkit.org/show_bug.cgi?id=117154
Summary [GTK] Migrate WebKitWebView to GTask
Carlos Garcia Campos
Reported 2013-06-03 09:00:02 PDT
Migrate WebKitWebView to GTask
Attachments
Patch (25.34 KB, patch)
2013-06-03 09:04 PDT, Carlos Garcia Campos
no flags
Updated patch according to review comments (25.09 KB, patch)
2013-06-04 01:47 PDT, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2013-06-03 09:04:39 PDT
WebKit Commit Bot
Comment 2 2013-06-03 09:07:17 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Dan Winship
Comment 3 2013-06-03 10:36:33 PDT
Comment on attachment 203598 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203598&action=review > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2472 > + if (g_cancellable_set_error_if_cancelled(g_task_get_cancellable(task.get()), &error)) { > + g_task_return_error(task.get(), error); > + return; > + } if (g_task_return_error_if_cancelled(task)) return; > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2953 > + if (g_cancellable_set_error_if_cancelled(g_task_get_cancellable(task.get()), &error)) { likewise
Carlos Garcia Campos
Comment 4 2013-06-04 01:47:52 PDT
Created attachment 203664 [details] Updated patch according to review comments
Dan Winship
Comment 5 2013-06-04 06:27:32 PDT
Comment on attachment 203664 [details] Updated patch according to review comments looks good
Gustavo Noronha (kov)
Comment 6 2013-06-18 10:01:38 PDT
Comment on attachment 203664 [details] Updated patch according to review comments LGTM
Carlos Garcia Campos
Comment 7 2013-06-19 00:19:53 PDT
Note You need to log in before you can comment on or make changes to this bug.