Bug 46302 - [Web Timing] Make requestEnd equal to start of response
Summary: [Web Timing] Make requestEnd equal to start of response
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 30685
  Show dependency treegraph
 
Reported: 2010-09-22 13:53 PDT by Tony Gentilcore
Modified: 2010-09-30 14:55 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.76 KB, patch)
2010-09-30 14:05 PDT, James Simonsen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Gentilcore 2010-09-22 13:53:52 PDT
The definition of the requestEnd (http://dev.w3.org/2006/webapi/WebTiming/#nt-request-end) attribute has been updated to match the IE9 beta implementation.

Instead of marking the time when the network platform finishes sending the bytes on the wire (current implementation), it should now mark the time when the first byte of response is received from the server.

We should update to match.
Comment 1 James Simonsen 2010-09-30 14:05:16 PDT
Created attachment 69380 [details]
Patch
Comment 2 Tony Gentilcore 2010-09-30 14:17:26 PDT
Looks perfect to me. Thanks for the patch!

I'm not a reviewer, but I've copied a couple of people who might be able to look at it.
Comment 3 Adam Barth 2010-09-30 14:26:40 PDT
Comment on attachment 69380 [details]
Patch

ok
Comment 4 WebKit Commit Bot 2010-09-30 14:55:47 PDT
Comment on attachment 69380 [details]
Patch

Clearing flags on attachment: 69380

Committed r68835: <http://trac.webkit.org/changeset/68835>
Comment 5 WebKit Commit Bot 2010-09-30 14:55:52 PDT
All reviewed patches have been landed.  Closing bug.