[Webkit-unassigned] [Bug 80684] New: Web Inspector: Network panel does not show responses for application/json data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 00:57:46 PST 2012


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

           Summary: Web Inspector: Network panel does not show responses
                    for application/json data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominicc at chromium.org
                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


Created an attachment (id=131003)
 --> (https://bugs.webkit.org/attachment.cgi?id=131003&action=review)
Repro. Run serve.py, open inspector network panel, load http://localhost:8000/a, look at requests b and c

The Web Inspector Network panel doesn’t show anything in the preview or response tabs for responses with content type application/json.

I reproduced this in WebKit nightly Version 5.1.3 (7534.53.10, r109142) on Mac and Chrome 19.0.1061.1 (Official Build 125213) dev on Mac.

I have attached a repro:

1. Save serve.py and make it executable; run it.
2. Open the Web Inspector and click on the Network tab.
3. Navigate to http://localhost:8000
4. Compare the results for "b", which has content-type text/plain, and "c", which has content-type application/json.

I note per RFC4627 <http://www.ietf.org/rfc/rfc4627.txt> that the MIME type for JSON is application/json.

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