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 |
Jeroen Bensch
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Patrick Mueller
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.
Timothy Hatcher
Yes, under Request Payload.
Patrick Mueller
See also: Bug 29967
Brian Burg
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.