Bug 29955

Summary: Parse XML in Webkit Inspector's Resources tab for Request Payloads
Product: WebKit Reporter: Jeroen Bensch <jeroen.bensch>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: dtrebbien, joepeck, mtakacs, pmuellr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Jeroen Bensch 2009-10-01 01:45:29 PDT
Currently a payload here contains this: <lw2p-requests><lw2p-request action="findAllPortals" countRows="0" windowSize="0" startRow="0"/></lw2p-requests>

It would be nice if there'd be simple parsing to display it like (I indented 4 spaces):

 <lw2p-requests>
    <lw2p-request action="findAllPortals" countRows="0" windowSize="0" startRow="0"/>
</lw2p-requests>
Comment 1 Patrick Mueller 2009-10-01 06:34:01 PDT
We should actually be parsing and setting up for view all the request payloads, if not form-encoded, using whatever techniques we use to parse and set up for view the responses.  

Big question is, where should it go?  Leave it in the current "Request Payload" slot?  Or somewhere else.   Current "Request Payload" slot seems like the best choice.
Comment 2 Timothy Hatcher 2009-10-01 06:35:23 PDT
Yes, under Request Payload.
Comment 3 Patrick Mueller 2009-10-01 09:52:07 PDT
See also: Bug 29967
Comment 4 Brian Burg 2014-12-12 14:06:50 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.