Bug 46302

Summary: [Web Timing] Make requestEnd equal to start of response
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 30685    
Attachments:
Description Flags
Patch none

Tony Gentilcore
Reported 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.
Attachments
Patch (5.76 KB, patch)
2010-09-30 14:05 PDT, James Simonsen
no flags
James Simonsen
Comment 1 2010-09-30 14:05:16 PDT
Tony Gentilcore
Comment 2 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.
Adam Barth
Comment 3 2010-09-30 14:26:40 PDT
Comment on attachment 69380 [details] Patch ok
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2010-09-30 14:55:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.