[webkit-reviews] review requested: [Bug 68074] [GTK][WEBKIT2] Add support for title property in WebKitWebView : [Attachment 109188] Title property added.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 12:39:32 PDT 2011


Nayan Kumar K <nayankk at motorola.com> has asked	for review:
Bug 68074: [GTK][WEBKIT2] Add support for title property in WebKitWebView
https://bugs.webkit.org/show_bug.cgi?id=68074

Attachment 109188: Title property added.
https://bugs.webkit.org/attachment.cgi?id=109188&action=review

------- Additional Comments from Nayan Kumar K <nayankk at motorola.com>
Implementation of title property as per the new GObjectization design.

This approach adds 'title' property to WebKitWebView. Loader client will
register didTitleReceiveCallback and intimates WebView upon title change.
WebView will in turn notifies the application via g_object_notify.

GtkLauncher2 is modified accordingly.


More information about the webkit-reviews mailing list