[Webkit-unassigned] [Bug 37291] Converting DOM timestamp -> X timestamp in plugin message is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 06:17:37 PDT 2010


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





--- Comment #15 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-05-13 06:17:36 PST ---

> Yes, if I understood Simon right we don't need to plumb the timing info though event structure (though I could easily do that). Still that doesn't seem to be the issue as it also didn't work with CurrentTime

Propagating the timestamps is apparently harder than I thought, as we receive DOM events (MouseEvent etc) and not Platform*Event. It should be possible to add a setX11TimeStamp() to Event.h which defaults to 0 (CurrentTime), but I don't know if that is worth it or useful for Chromium as well.

-- 
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