[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 11:22:37 PST 2011


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





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2011-11-20 11:22:36 PST ---
(In reply to comment #2)
> Hmmm.... create my own fork of the inspector then? I guess so. I'll have to dig into how the Web Inspector does it. Do you think the extension API has all the pieces I would need? Hmm, I wonder if I could just inject the Firebug inspect highlighter...
> 

Well, not really the own fork of the inspector - inspector uses native code for the highlight, while I am suggesting that you use CSS for your extension highlight. In either case, we don't expose DOM handles in the extensions API, so you would not be able to highlight the node you select.

> As for as the status bar, I don't mind showing my own magnifying glass, but I would want to hide the one that was there already.

My point was that your icon should look a bit differently and co-exist with the default one. That way user would expect behavior to be different as well.

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