Bug 100101 - [EFL][WK2] Convert WebEvent's timestamp from millisecond to second.
Summary: [EFL][WK2] Convert WebEvent's timestamp from millisecond to second.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eunmi Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-23 03:33 PDT by Eunmi Lee
Modified: 2012-10-23 07:32 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.53 KB, patch)
2012-10-23 04:01 PDT, Eunmi Lee
no flags Details | Formatted Diff | Diff
Patch (8.64 KB, patch)
2012-10-23 07:02 PDT, Eunmi Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eunmi Lee 2012-10-23 03:33:30 PDT
The unit of timestamp from Evas Event is millisecond, but the unit of WebEvent's timestamp is second.
So, we have to convert timestamp to second to create WebEvent from Evas event.
Comment 1 Eunmi Lee 2012-10-23 04:01:53 PDT
Created attachment 170112 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-23 06:46:26 PDT
Comment on attachment 170112 [details]
Patch

Rejecting attachment 170112 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/14505452
Comment 3 Eunmi Lee 2012-10-23 07:02:34 PDT
Created attachment 170151 [details]
Patch
Comment 4 WebKit Review Bot 2012-10-23 07:32:19 PDT
Comment on attachment 170151 [details]
Patch

Clearing flags on attachment: 170151

Committed r132220: <http://trac.webkit.org/changeset/132220>
Comment 5 WebKit Review Bot 2012-10-23 07:32:23 PDT
All reviewed patches have been landed.  Closing bug.