<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>29955</bug_id>
          
          <creation_ts>2009-10-01 01:45:29 -0700</creation_ts>
          <short_desc>Parse XML in Webkit Inspector&apos;s Resources tab for Request Payloads</short_desc>
          <delta_ts>2014-12-12 14:06:50 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector (Deprecated)</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Jeroen Bensch">jeroen.bensch</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dtrebbien</cc>
    
    <cc>joepeck</cc>
    
    <cc>mtakacs</cc>
    
    <cc>pmuellr</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>151483</commentid>
    <comment_count>0</comment_count>
    <who name="Jeroen Bensch">jeroen.bensch</who>
    <bug_when>2009-10-01 01:45:29 -0700</bug_when>
    <thetext>Currently a payload here contains this: &lt;lw2p-requests&gt;&lt;lw2p-request action=&quot;findAllPortals&quot; countRows=&quot;0&quot; windowSize=&quot;0&quot; startRow=&quot;0&quot;/&gt;&lt;/lw2p-requests&gt;

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

 &lt;lw2p-requests&gt;
    &lt;lw2p-request action=&quot;findAllPortals&quot; countRows=&quot;0&quot; windowSize=&quot;0&quot; startRow=&quot;0&quot;/&gt;
&lt;/lw2p-requests&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>151528</commentid>
    <comment_count>1</comment_count>
    <who name="Patrick Mueller">pmuellr</who>
    <bug_when>2009-10-01 06:34:01 -0700</bug_when>
    <thetext>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 &quot;Request Payload&quot; slot?  Or somewhere else.   Current &quot;Request Payload&quot; slot seems like the best choice.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>151529</commentid>
    <comment_count>2</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2009-10-01 06:35:23 -0700</bug_when>
    <thetext>Yes, under Request Payload.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>151585</commentid>
    <comment_count>3</comment_count>
    <who name="Patrick Mueller">pmuellr</who>
    <bug_when>2009-10-01 09:52:07 -0700</bug_when>
    <thetext>See also: Bug 29967</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1055026</commentid>
    <comment_count>4</comment_count>
    <who name="Brian Burg">burg</who>
    <bug_when>2014-12-12 14:06:50 -0800</bug_when>
    <thetext>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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>