[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 07:17:40 PDT 2010


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





--- Comment #16 from Evan Martin <evan at chromium.org>  2010-05-13 07:17:39 PST ---
Yes, it'd be nice.  In Chromium's case, due to our process split, it's actually more important.

Basically we do:
  X event -> browser process -> convert to PlatformMouseEvent
then we IPC that to the renderer process, which does
  PlatformMouseEvent -> WebKit -> WebKit's plugin code -> message to plugin
then we IPC that to the plugin process, which does
  plugin event -> plugin -> X

And we need the the time that comes out in that last step to match the X event time in the first step.

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