[Webkit-unassigned] [Bug 103528] New: Web Inspector: Image data renders as binary string in Network preview when loaded via XHR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 08:08:37 PST 2012


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

           Summary: Web Inspector: Image data renders as binary string in
                    Network preview when loaded via XHR
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://google.com/ (Any)
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nate.abele at gmail.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


When requesting image resources via XHR, the preview view in the Network tab displays byte sequences in the Preview / Response tabs, rather than the typical image preview.

Steps to reproduce:
1) Load up google.com
2) Open the console and run the following:

xhr = new XMLHttpRequest();
xhr.open("GET", "/images/srpr/logo3w.png", true);
xhr.setRequestHeader("Accept", "image/png");
xhr.send();

3) Inspect the request in the Network tab, examine output

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