Bug 37078 - Web Inspector: do not log successful XHR and worker's importScript() to inspector console
Summary: Web Inspector: do not log successful XHR and worker's importScript() to inspe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 01:52 PDT by Andrey Kosyakov
Modified: 2010-04-05 04:59 PDT (History)
9 users (show)

See Also:


Attachments
Remove logging of successful XHR and worker's importScript() to inspector console (6.95 KB, patch)
2010-04-05 03:12 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2010-04-05 01:52:44 PDT
Messages denoting successful loading of XHRs and importing of worker scripts create unwanted noise in inspector console. These are also redundant, as these events may be tracked using resource tracking.
Comment 1 Andrey Kosyakov 2010-04-05 03:12:21 PDT
Created attachment 52521 [details]
Remove logging of successful XHR and worker's importScript() to inspector console
Comment 2 WebKit Commit Bot 2010-04-05 04:59:08 PDT
Comment on attachment 52521 [details]
Remove logging of successful XHR and worker's importScript() to inspector console

Clearing flags on attachment: 52521

Committed r57068: <http://trac.webkit.org/changeset/57068>
Comment 3 WebKit Commit Bot 2010-04-05 04:59:13 PDT
All reviewed patches have been landed.  Closing bug.