Bug 37078

Summary: Web Inspector: do not log successful XHR and worker's importScript() to inspector console
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: bweinstein, commit-queue, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Remove logging of successful XHR and worker's importScript() to inspector console none

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.