[Webkit-unassigned] [Bug 53510] New: [chromium] [WebCore] [android] Touch events are missing time stamps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 10:37:48 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53510

           Summary: [chromium] [WebCore] [android] Touch events are
                    missing time stamps
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rjkroege at chromium.org
                CC: fishd at chromium.org, rjkroege at chromium.org


Using eventSender.leapForward enables less flaky layout tests than would a similar layout test using setTimeout. However, leapForward requires the events generated by eventSender to have timestamps. PlatformTouchEvent does not have a such a time stamp. Attached is a proposed patch that adds the event timestamp to a PlatformTouchEvent and sets the field reasonably in a Chrome, Android and Qt context.

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



More information about the webkit-unassigned mailing list