[Webkit-unassigned] [Bug 48998] New: Web Inspector: XHR logging in console should give complete view of resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 07:48:36 PDT 2010


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

           Summary: Web Inspector: XHR logging in console should give
                    complete view of resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit.org at masklinn.net
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


The web inspector has an option to log XHR requests to the console.

Sadly this logging, when enabled, is merely a link to the Resources tab (due to a bug, should link to the Network tab) and the request there.

It would be nice (for those using XHR logging) if the log was closer to Firebug's for the same feature: a single line akin to the one generated by console.group() (but closed by default) displaying the request method and URL, the response status and the total response time, and this line can be opened (again akin to a group) to a more complete view (request/response headers as well as content) close to the one currently living in the Network pane.

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