[Webkit-unassigned] [Bug 18034] New: Inspector's timeline should show when the first response was received

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 21:35:13 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18034

           Summary: Inspector's timeline should show when the first response
                    was received
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list