[Webkit-unassigned] [Bug 68085] [GTK] Loader client implementation for WebKit2 GTK+ API

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


https://bugs.webkit.org/show_bug.cgi?id=68085


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108136|0                           |1
        is obsolete|                            |
 Attachment #108136|review?                     |
               Flag|                            |
 Attachment #108456|                            |review?
               Flag|                            |




--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-09-23 03:31:54 PST ---
Created an attachment (id=108456)
 --> (https://bugs.webkit.org/attachment.cgi?id=108456&action=review)
New patch

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list