[Webkit-unassigned] [Bug 68074] [GTK][WEBKIT2] Add support for title and progress property in WebKitWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 04:35:39 PDT 2011


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





--- Comment #2 from Nayan Kumar K <nayankk at motorola.com>  2011-09-14 04:35:40 PST ---
With this patch, webkit_web_view_get_title returns g_strdup of the title obtained using title.utf8().data() (As directly returning title.utf8().data() returns garbage). Also it assumes that application calling this function is responsible for freeing this dup'ed memory, which is not consistent with the definition of this API in webkit1. 

One way to solve this would be to maintain title inside WebKitWebViewPrivate. Will that be a good approach to follow?

-- 
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