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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 14:21:06 PST 2011


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

           Summary: Web Inspector: [Extensions API] Allow extensions to
                    have their own "inspector" behavior
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sroussey at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org, caseq at chromium.org


When clicking on the magnifying glass, the user can hover over various parts of a page and see them outlined on the page and selected in the Elements panel when clicked.

In my Illuminations project, the user can use the same tool in Firebug and have it highlight the "objects" as they are represented in the page. Thus it does not select every DOM node -- only those corresponding to the objects in the view or widget hierarchy. The highligher can also change color based on the type of "object" (like a view vs an element). The highligher should also allow for multiple objects to be highlighted at once, and ideally with some having different colors than others. See http://www.illuminations-for-developers.com/about/ for a 1min example screencast.

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