WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
29955
Parse XML in Webkit Inspector's Resources tab for Request Payloads
https://bugs.webkit.org/show_bug.cgi?id=29955
Summary
Parse XML in Webkit Inspector's Resources tab for Request Payloads
Jeroen Bensch
Reported
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Patrick Mueller
Comment 1
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.
Timothy Hatcher
Comment 2
2009-10-01 06:35:23 PDT
Yes, under Request Payload.
Patrick Mueller
Comment 3
2009-10-01 09:52:07 PDT
See also:
Bug 29967
Brian Burg
Comment 4
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug