[Webkit-unassigned] [Bug 72818] New: Web Inspector: console.clear() implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 18:31:23 PST 2011


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

           Summary: Web Inspector: console.clear() implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gavra at arvag.net
                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


In Firefox you can do console.clear() to clear entire content that you added with console.log(), but in Web Inspector that is not working.

When you try to use it in Web Inspector you get this error:

Uncaught TypeError: Object #<Console> has no method 'clear'
(anonymous function)

What i would love to see is that this little method gets implemented into Web Inspector, I'm pretty sure that i am not the only one in need for a better solution to clear console(across multiple browsers), this solution(and other like that) is just not that great: http://t.co/b87PGGfp

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