RESOLVED FIXED Bug 14424
Expose the WebInspector class or other methods to open it as API
https://bugs.webkit.org/show_bug.cgi?id=14424
Summary Expose the WebInspector class or other methods to open it as API
Ian Cely
Reported 2007-06-26 16:38:51 PDT
The WebInspector class is private and therefore an inspector cannot be attached to a WebView without using the contextual menu item (or private API). This class should be made public, or another way of showing the inspector should be made available so that third party apps can show the inspector with their own U.I. In addition the WebInspector class should be expanded to expose "close" functionality.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-07-05 21:06:11 PDT
Timothy Hatcher
Comment 2 2007-10-30 15:57:37 PDT
This class went through some changes in r27266. There is now a close method, among other things.
Ian Cely
Comment 3 2008-05-21 17:49:54 PDT
I would also like a (public) way to get a pointer to the WebInspector for a given WebView. Is there any good reason -[WebView inspector] needs to remain in WebViewPrivate.h?
Note You need to log in before you can comment on or make changes to this bug.