Bug 14315

Summary: XmlHttpRequests should be shown separately and grouped
Product: WebKit Reporter: Soryu Waldfee <soryu2>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement Keywords: InRadar
Priority: P3    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 17776    

Description Soryu Waldfee 2007-06-22 12:22:56 PDT
XmlHttpRequests reponses are added to the “OTHER” node right now.

I suggest using a node called XmlHttpRequest which holds all XMLHttpRequests (identified by full URL) and groups all related documents as subnodes beneath them. So that when sending HTML as XHR response and Images are loaded because they are referenced in the HTML sent then each image would become a subnode entry under the respective XHR node, which shows the contents of the HTML sent.

Also we might need an option to clean this list then, if it gets too long.
Comment 1 Timothy Hatcher 2007-06-22 20:19:37 PDT
I am not sure about grouping sub-resources under the XHR. But having an XHR group is good.
Comment 2 Adam Roben (:aroben) 2008-01-29 11:15:16 PST
<rdar://problem/5712931>
Comment 3 Kevin McCullough 2008-04-15 15:38:16 PDT
Not exactly the design suggested but Committed revision 31922.