[webkit-reviews] review requested: [Bug 31841] Linux Chromium sends too many click events : [Attachment 43792] style fixes

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


Evan Stade <estade at chromium.org> has asked  for review:
Bug 31841: Linux Chromium sends too many click events
https://bugs.webkit.org/show_bug.cgi?id=31841

Attachment 43792: style fixes
https://bugs.webkit.org/attachment.cgi?id=43792&action=review

------- Additional Comments from Evan Stade <estade at chromium.org>
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.


More information about the webkit-reviews mailing list