[Webkit-unassigned] [Bug 20628] New: Inspector resources should support tree-node views for structured data responses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 09:56:26 PDT 2008


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

           Summary: Inspector resources should support tree-node views for
                    structured data responses
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mtakacs at yahoo.com


It's be awesome if the Inspector's Resources panel supported structured views
for viewing responses.  

There's already some views per response supported (eg: an img request is
viewable as an image).   It'd be awesome to view the response in an expandable
tree-view if the response was in a structured format (like JSON or XML).    

Then when I got a response like:

{"RESPONSE":{"VALUE":false,"CODE":0},"REQUEST":{"USER":"mtakacs_work","INTL":"us","SERVICE":"CAL","SERVICE_VERSION":"1.2","OPERATION":"STAT","DTSTAMP_UTC":"20080903T093531","BUILD":"5.0
hitaine 20080808-1128"}}

I could twistie it open to see

+ RESPONSE
++ VALUE : false
++ CODE: 0
+ REQUEST 
++ USER:  mtakacs_work
++ SERVICE: CAL
++ INTL: us
++ ....

Both Fiddler (IE network tool) and Charles (mac sniffer) support this style of
response viewing.

Fiddler Images - right hand image shows the response inspector. They have tabs
for HEX , RAW, XML, etc.
http://www.fiddler2.com/fiddler2/
http://www.fiddler2.com/fiddler/images/props.png

Here's a 3rd party plugin that views JSON responses:
http://www.codeplex.com/JsonViewer/Wiki/View.aspx?title=More%20screen%20shots&referringTitle=Home

Charles - mac network response inspector
http://www.charlesproxy.com/index.php


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list