[Webkit-unassigned] [Bug 101021] New: Web Inspector: add console.clear()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 23:57:12 PDT 2012


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

           Summary: Web Inspector: add console.clear()
           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: lushnikov at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


downstream: http://code.google.com/p/chromium/issues/detail?id=158770

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4

Steps to reproduce the problem:
1. Open the Developer Tools
2. Select Console
3. type console.clear()

What is the expected behavior?
To clear the console's log area, through the script.

What went wrong?
Nothing happens

Did this work before? No 

Chrome version: 22.0.1229.94  Channel: stable
OS Version: OS X 10.7.5

I know I can erase it by tying CMD+K, but I like to have a debug for my code, like, show every event triggered when I click some element. What I'd like to do is to have the whole console cleared when I click. console.clear() works on Firebug, but doesn't in Developer Tools.

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