Bug 103781 - Web Inspector: make it possible to fliter out messages from console.{time,timeEnd}()
Summary: Web Inspector: make it possible to fliter out messages from console.{time,tim...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 15:25 PST by Andrey Kosyakov
Modified: 2012-12-03 15:44 PST (History)
8 users (show)

See Also:


Attachments
Patch (10.74 KB, patch)
2012-11-30 15:30 PST, Andrey Kosyakov
yurys: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-11-30 15:25:06 PST
Using console.time()/console.timeEnd() pollutes console -- we should be able to filter out messages coming from these calls, in case the user is primarily interested in the timeline representation of these ranges.
Comment 1 Andrey Kosyakov 2012-11-30 15:30:21 PST
Created attachment 177035 [details]
Patch
Comment 2 Build Bot 2012-11-30 17:36:12 PST
Comment on attachment 177035 [details]
Patch

Attachment 177035 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/15055629
Comment 3 Andrey Kosyakov 2012-12-03 15:44:41 PST
Committed r136448: <http://trac.webkit.org/changeset/136448>