Re: [webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-10 Thread Rick Byers
There's been discussion / patches in the past for exposing system time as a separate timestamp on the Event object (as IE does). See https://lists.webkit.org/pipermail/webkit-dev/2012-October/022574.html, https://bugs.webkit.org/show_bug.cgi?id=94987 and

Re: [webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-10 Thread Benjamin Poulain
On Mon, Jun 10, 2013 at 7:37 AM, Rick Byers rby...@chromium.org wrote: There's been discussion / patches in the past for exposing system time as a separate timestamp on the Event object (as IE does). See https://lists.webkit.org/pipermail/webkit-dev/2012-October/022574.html,

Re: [webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-10 Thread Rick Byers
On Mon, Jun 10, 2013 at 5:19 PM, Benjamin Poulain benja...@webkit.orgwrote: On Mon, Jun 10, 2013 at 7:37 AM, Rick Byers rby...@chromium.org wrote: There's been discussion / patches in the past for exposing system time as a separate timestamp on the Event object (as IE does). See

Re: [webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-10 Thread Benjamin Poulain
On Mon, Jun 10, 2013 at 5:25 PM, Rick Byers rby...@chromium.org wrote: On Mon, Jun 10, 2013 at 5:19 PM, Benjamin Poulain benja...@webkit.orgwrote: On Mon, Jun 10, 2013 at 7:37 AM, Rick Byers rby...@chromium.org wrote: There's been discussion / patches in the past for exposing system time as

Re: [webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-10 Thread Karen Shaeffer
On Mon, Jun 10, 2013 at 08:25:57PM -0400, Rick Byers wrote: On Mon, Jun 10, 2013 at 5:19 PM, Benjamin Poulain benja...@webkit.orgwrote: On Mon, Jun 10, 2013 at 7:37 AM, Rick Byers rby...@chromium.org wrote: There's been discussion / patches in the past for exposing system time as a

[webkit-dev] PSA: higher precision event timestamp landing soon - port verification needed

2013-06-09 Thread Benjamin Poulain
Hi WebKit, Next week, I will land a patch changing the way event timestamps are handled: https://bugs.webkit.org/show_bug.cgi?id=117179 Previously, the PlatformEvent timestamp was ignored when creating a DOM Event, and a new timestamp was generated with currentTime() when the DOM Event was