RESOLVED FIXED 14315
XmlHttpRequests should be shown separately and grouped
https://bugs.webkit.org/show_bug.cgi?id=14315
Summary XmlHttpRequests should be shown separately and grouped
Soryu Waldfee
Reported 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.
Attachments
Timothy Hatcher
Comment 1 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.
Adam Roben (:aroben)
Comment 2 2008-01-29 11:15:16 PST
Kevin McCullough
Comment 3 2008-04-15 15:38:16 PDT
Not exactly the design suggested but Committed revision 31922.
Note You need to log in before you can comment on or make changes to this bug.