[Webkit-unassigned] [Bug 29955] New: Parse XML in Webkit Inspector's Resources tab for Request Payloads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 01:45:29 PDT 2009


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

           Summary: Parse XML in Webkit Inspector's Resources tab for
                    Request Payloads
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeroen.bensch at dommel.be


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>

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