[Webkit-unassigned] [Bug 19130] [GTK] ChromeClient::createWindow and friends need to be implemented
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 24 15:47:35 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19130
------- Comment #19 from christian at imendio.com 2008-06-24 15:47 PDT -------
> I like this version much better than the previous one. I will try to find some
> time to try this out in midori.
So I found time and also two issues:
> WebKitWebView * (* create_web_view) (WebKitWebView* web_view,
> WebKitWebWindowFeatures* window_features,
> WebKitNetworkRequest* request);
The signature is wrong, the first argument after the web view is a web frame.
Also after implementing create-web-view, new windows did start to show up as
tabs in midori. However the following critical warning was printed:
GLib-GObject-CRITICAL **: g_value_set_boolean: assertion `G_VALUE_HOLDS_BOOLEAN
(value)' failed
I'm not sure where this is coming from, I can't see the problem in the code.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list