WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Updated patch according to review comments
(25.09 KB, patch)
2013-06-04 01:47 PDT
,
Carlos Garcia Campos
gustavo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2013-06-03 09:04:39 PDT
Created
attachment 203598
[details]
Patch
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
Committed
r151724
: <
http://trac.webkit.org/changeset/151724
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug