[Webkit-unassigned] [Bug 53067] New: Web Inspector: provide HTML preview of the response content in the Network panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 22:39:44 PST 2011


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

           Summary: Web Inspector: provide HTML preview of the response
                    content in the Network panel.
           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: pfeldman 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


Upstreaming crbug.com/48389
===========================
What steps will reproduce the problem?
1.  Make an Ajax call
2.  Go to Developer Tools > Resources > XHR Tab
3.  Select the resource on the left

What is the expected result?
If HTML is returned (say a 500 status is returned along with HTML output from your particular web framework) there should be a tab to view the HTML rendered with the browser.

What happens instead?
The best we have is the Content tab, which has the HTML in it's raw format.  To effectively read the result from the server, one has to copy the raw text, paste into a text editor, save the file, and then view the file in the browser.
===========================

For HTML content we could provide a "Preview" tab with the generated iframe inside.

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