[Webkit-unassigned] [Bug 40425] Web Inspector: provide API for content scripts to interact with the inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 07:38:16 PDT 2010


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





--- Comment #11 from Timothy Hatcher <timothy at apple.com>  2010-07-27 07:38:15 PST ---
A few comments:

* The access point should be webInspector or WebInspector, not webinspector.
* The use of Chrome style event listeners makes me sad. I think event sinks are ugly (the onFoo naming) and prefer the DOM addEventListener design.
* webinspector.panels.setExpanded(boolean expandedState) is listed under ExtensionSidebarPane, but that line of code is using the panels object not a sidebar. is that correct?
* webinspector.panels.revealAndSelect(string type, any id) does this select the right panel? Where do I get the id to use?
* All the "The callback parameter should specify a function that looks like this" examples are code snippets that are not valid JavaScript.

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