Bug 19276 - XHR resources are classified as "Other" until Inspector is closed and reopened
Summary: XHR resources are classified as "Other" until Inspector is closed and reopened
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-05-27 13:44 PDT by Adam Roben (:aroben)
Modified: 2008-05-27 16:34 PDT (History)
2 users (show)

See Also:


Attachments
patch v1 with ChangeLog (4.00 KB, patch)
2008-05-27 16:02 PDT, Adam Roben (:aroben)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2008-05-27 13:44:06 PDT
XHR resources in the Inspector's Resources panel are classified as "Other" until the Inspector is closed and reopened. After that they are correctly classified as XHR resources.

To repro:
1. Open the Inspector
2. Select the Resources panel
3. Load http://gmail.com/
4. Close the Inspector
5. Reopen the Inspector and go to the Resources panel

After step 3, there are no XHR resources, but many "Other" resources. After step 5, there are many XHR resources.

Note that while the resources are classified as "Other" you can not see their response body data.
Comment 1 Adam Roben (:aroben) 2008-05-27 13:45:15 PDT
<rdar://problem/5965742>
Comment 2 Adam Roben (:aroben) 2008-05-27 16:02:21 PDT
Created attachment 21373 [details]
patch v1 with ChangeLog
Comment 3 Adam Roben (:aroben) 2008-05-27 16:34:12 PDT
Fixed in r34158