[Webkit-unassigned] [Bug 72808] Web Inspector: [Extensions API] Allow extensions to have their own "inspector" behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 12:42:01 PST 2011


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





--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2011-11-20 12:42:01 PST ---
> Does this sound like the correct approach?

It does.

(In reply to comment #5)
> Why can't our native code highlighter be exposed as API? I'm sure he is just wanting to highlight nodes after all, just found by his own hover heuristics.

As I mentioned, we don't expose DOM handles in the extensions API: You can't highlight "nodes" in case you don't have "nodes" references / handles. Extensions extend the front-end, while nodes are running in the backend. We are using DOM node handles (WebInspector.DOMNodes) internally, but they are not exposed to the extensions.

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