[Webkit-unassigned] [Bug 72807] New: Web Inspector: [Extensions API] Allow extensions to change how console objects are rendered

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


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

           Summary: Web Inspector: [Extensions API] Allow extensions to
                    change how console objects are rendered
           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


One of the basic things I want to be able to do for Illuminations for Chrome is to make it such that when JS-Framework objects are sent to the console that I can format them as I see fit (like adding an icon or some such thing). Currently I add things to differentiate between "widgets" or "views" vs "elements" (which is library specific concept, not the DOM nodes). Also, if deep inside the object there is something with a count (say a collection of data records), I like to add that count to the object. The example screenshot from Firebug show that the Store is composed of 67 Restaurant records. But ideally, interactive console objects would supported like the DOM nodes that appear in the console.

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