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 |
Soryu Waldfee
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
I am not sure about grouping sub-resources under the XHR. But having an XHR group is good.
Adam Roben (:aroben)
<rdar://problem/5712931>
Kevin McCullough
Not exactly the design suggested but Committed revision 31922.