WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
33484
[GTK] Add and cleanup return values of signals in view and frame
https://bugs.webkit.org/show_bug.cgi?id=33484
Summary
[GTK] Add and cleanup return values of signals in view and frame
Christian Dywan
Reported
2010-01-11 12:16:28 PST
Created
attachment 46297
[details]
Add and cleanup return values I noticed that the return values are missing from some of the signal in WebKitWebView and one in WebKitWebFrame. This causes confusion when looking up a signal and either having crashing code or lacking documented variables. While I was at it, I changed existing @return tags into Return value: for better readability.
Attachments
Add and cleanup return values
(12.50 KB, patch)
2010-01-11 12:16 PST
,
Christian Dywan
gustavo
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Christian Dywan
Comment 1
2010-01-11 12:17:34 PST
Note the move-cursor signal. I honestly don't know what the return value is supposed to do. Is it a bug that it has no boolean accumulator?
Gustavo Noronha (kov)
Comment 2
2010-01-28 12:26:57 PST
Comment on
attachment 46297
[details]
Add and cleanup return values 1380 * * Return value: a #WebKitNavigationResponse 1381 * Additional * here. I would prefer if you leave move-cursor out of this for now, and report a bug specifically about it. I don't really know whether it should have an accummulator, or if we should simply make it return void, go ahead with the rest, though. Thanks!
Eric Seidel (no email)
Comment 3
2010-02-01 16:11:53 PST
Attachment 46297
[details]
was posted by a committer and has review+, assigning to Christian Dywan for commit.
Christian Dywan
Comment 4
2010-02-04 15:39:39 PST
Committed with the change to the move-cursor signal removed. 2010-02-04 Christian Dywan <
christian@twotoasts.de
> Reviewed by Gustavo Noronha Silva. [GTK] Add and cleanup return values of signals in view and frame
https://bugs.webkit.org/show_bug.cgi?id=33484
Add missing and cleanup return values of web frame and web view signals. * webkit/webkitwebframe.cpp: (webkit_web_frame_class_init): * webkit/webkitwebview.cpp: (DNDContentsRequest::webkit_web_view_class_init):
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