[Webkit-unassigned] [Bug 43263] New: Web Inspector: Doesn't log http error status codes (codes >= 400) of main resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 10:58:21 PDT 2010


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

           Summary: Web Inspector: Doesn't log http error status codes
                    (codes >= 400) of main resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P5
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmenke at google.com
                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


Created an attachment (id=63085)
 --> (https://bugs.webkit.org/attachment.cgi?id=63085)
Python http error code server

More accurately, InspectorController logs them on didReceiveResponse, but then clears the log on the following didCommitLoad event.  Not exactly an earthshaking bug, but can be handy to have the error code logged.  Have only checked this issue on Chromium using, I believe, webkit svn 63842, but the code causing the problem appears to be unchanged.

Here's a simple Python http sever to test the issue.  Go to http://localhost:8000/ to get a page which returns an http error of 500 along with an html document that references 2 images that also return http error codes.  Only the error codes of the two images end up in the log once the page is loaded.

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