Bug 14315 - XmlHttpRequests should be shown separately and grouped
Summary: XmlHttpRequests should be shown separately and grouped
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P3 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 17776
  Show dependency treegraph
 
Reported: 2007-06-22 12:22 PDT by Soryu Waldfee
Modified: 2008-04-15 15:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.