Bug 29955 - Parse XML in Webkit Inspector's Resources tab for Request Payloads
Summary: Parse XML in Webkit Inspector's Resources tab for Request Payloads
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 01:45 PDT by Jeroen Bensch
Modified: 2014-12-12 14:06 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.