[Webkit-unassigned] [Bug 135682] Runtime switch for long mouse press gesture. Part of 135257 - Add long mouse press gesture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 12 14:29:44 PDT 2014


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


Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #236468|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #6 from Tim Horton <thorton at apple.com>  2014-08-12 14:29:54 PST ---
(From update of attachment 236468)
View in context: https://bugs.webkit.org/attachment.cgi?id=236468&action=review

> Source/WebCore/page/EventHandler.cpp:1606
> +    if (!(page && page->settings().longMousePressEnabled()))

You still don't really need this because it's crazy to worry about the case where the timer started and then the preference was turned off and then the cancel comes through, but I don't really care either way.

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