Bug 17991 - Inspector console could use a "clear" keyword
Summary: Inspector console could use a "clear" keyword
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-21 14:12 PDT by Matt Lilek
Modified: 2008-09-05 11:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-03-21 14:12:33 PDT
When you're working in the Inspector's console (and especially after bug 14354 and bug 14355 are implemented), it would be nice to have a "clear" keyword that will clear the contents of the console.  AFAIK, Firebug doesn't have anything like this to work off of.
Comment 1 Mark Rowe (bdash) 2008-03-21 18:16:48 PDT
Hooking up Ctrl-L/Cmd-K on the Mac to clear the console would be nice too.
Comment 2 Keishi Hattori 2008-09-03 07:57:21 PDT
It isn't a keyword but function clear() was implemented in Bug 19873