Bug 79804 - [GTK] Remove virtual methods of WebKitDownload signals in WebKit2 GTK+ API
Summary: [GTK] Remove virtual methods of WebKitDownload signals in WebKit2 GTK+ API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-02-28 09:05 PST by Carlos Garcia Campos
Modified: 2012-02-28 09:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (8.63 KB, patch)
2012-02-28 09:07 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-02-28 09:05:18 PST
That comes from the first patch that followed the approach of the first LoaderClient implementation. With current implementation download signals, except decide-destination, don't need to be true_handled, and they won't have a default handler implementation. Also the download object is not supposed to be inheritable, since instances are created privately by the WebContext, so it's not possible to override the virtual methods in derived classes.
Comment 1 Carlos Garcia Campos 2012-02-28 09:07:42 PST
Created attachment 129274 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-28 09:10:29 PST
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
Comment 3 Carlos Garcia Campos 2012-02-28 09:57:05 PST
Committed r109117: <http://trac.webkit.org/changeset/109117>