[webkit-reviews] review requested: [Bug 68085] [GTK] Loader client implementation for WebKit2 GTK+ API : [Attachment 108456] New patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 03:31:53 PDT 2011


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 68085: [GTK] Loader client implementation for WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=68085

Attachment 108456: New patch
https://bugs.webkit.org/attachment.cgi?id=108456&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
This patch is similar to the interface approach, but using an object, like the
previous default client one, that has virtual methods for the signals. This way
you can use the object directly connecting to the signals, or use your own
loader client inheriting from this one, and overriding the signal handlers, the
same way it could be done with the interface. All the code related to the
loader client has been moved from webview to webloaderclient.


More information about the webkit-reviews mailing list