Bug 18034

Summary: Inspector's timeline should show when the first response was received
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Enhancement CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Timothy Hatcher 2008-03-23 21:35:12 PDT
The timeline should show a tick mark on the timeline bars where the first response was received from the server. Right now the timeline bars show the start and end times. The start time is when the request was sent, and the end time is when the load finished. So the first response time would help show how long the actual data was being transfers, and help show delays between start and first response.

THis should be easy, since the WebInspector.Resource object has the responseReceivedTime time property.
Comment 1 Adam Roben (:aroben) 2008-03-24 05:51:28 PDT

*** This bug has been marked as a duplicate of 14258 ***