[Webkit-unassigned] [Bug 22551] [GTK] API to start inspector for a WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 05:13:47 PDT 2009


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





--- Comment #23 from Gustavo Noronha (kov) <gns at gnome.org>  2009-10-27 05:13:47 PDT ---
(In reply to comment #22)
> (From update of attachment 41940 [details])
> > +void webkit_web_inspector_inspect_coordinates(WebKitWebInspector* webInspector, gdouble x, gdouble y)
> 
> What do you think of inspect_node? Also, does x & y need to be (g)doubles?

I think inspect_node should be reserved for when we have DOM bindings and can
give it a proper GDOMNode or something. I am using gdoubles here to match
GdkEvent.

> > +WEBKIT_API void
> > +webkit_web_inspector_inspect_coordinates(WebKitWebInspector* web_inspector, gdouble x, gdouble y);
> 
> With this patch, I suppose we can also start enabling the WebInspector tests
> (which are currently Skipped)?

Hrm. I'll look at that, good catch! =)

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