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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 29 07:15:47 PST 2008


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





------- Comment #4 from zuh at iki.fi  2008-11-29 07:15 PDT -------
(In reply to comment #3)
> Why did you put this in WebKitWebView and not in the WebKitWebInspector?

I operated purely on instinct. :)

"inspect this view" was the task I set out to accomplish, and
webkit_web_view_inspect() seemed the natural way to do that. Logically of
course the method does belong to the inspector, the only bad side of that is
that it introduces a otherwise (seemingly) worthless get() call (which usually
sucks in C API).

But I guess it's better to put the implementation where it belongs so I'll just
redo the patch to add the API on the inspector.


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