Bug 17776
Summary: | AJAX (XHR) support for the Inspector comparable to Firebug's | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | bjorn, burg, rik |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 14313, 14315, 17233, 20322, 20323, 22920 | ||
Bug Blocks: |
Adam Roben (:aroben)
The Inspector currently doesn't really have an AJAX or XMLHttpRequest support. Firebug shows lots of information about when XHRs were sent/received and what information they contain. This is the umbrella bug representing making our AJAX support at least as good as Firebug's.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5792587>
Kevin McCullough
Committed revision 31922.
Adam Roben (:aroben)
Reopening since we still have some unresolved blocking bugs (bug 14313 and bug 17233 at the moment). I also remove bug 6590 as a dependency, since it doesn't really have anything to do with XHR.
Kevin McCullough
Added a couple other bugs 20322, 20323
Bjorn Tipling
Added 22920 which is related