[Webkit-unassigned] [Bug 31841] Linux Chromium sends too many click events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 11:31:52 PST 2009


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


Evan Stade <estade at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43790|0                           |1
        is obsolete|                            |
  Attachment #43790|review?                     |
               Flag|                            |
  Attachment #43792|                            |review?
               Flag|                            |




--- Comment #3 from Evan Stade <estade at chromium.org>  2009-11-24 11:31:52 PST ---
Created an attachment (id=43792)
 --> (https://bugs.webkit.org/attachment.cgi?id=43792)
style fixes

style fixed

1. The getDoubleClickTime function is copied from chrome code. The first
variable is static to avoid unnecessary get_settings calls, although I admit
this optimization might not buy us much. The result is not static because it
could potentially change.
2. This code does not execute in the renderer, it executes in the browser
process only.

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