Bug 135721 - Enable LONG_MOUSE_PRESS by default.
Summary: Enable LONG_MOUSE_PRESS by default.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 135682
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-07 13:48 PDT by Peyton Randolph
Modified: 2016-04-25 20:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.48 KB, patch)
2014-08-07 13:55 PDT, Peyton Randolph
dbates: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peyton Randolph 2014-08-07 13:48:12 PDT
As of https://bugs.webkit.org/show_bug.cgi?id=135682, the long mouse press is behind a runtime switch that defaults to off. Therefore it is possible to enable the LONG_MOUSE_PRESS feature flag without affecting the behavior of clients who choose not to use the long mouse press.
Comment 1 Peyton Randolph 2014-08-07 13:55:48 PDT
Created attachment 236218 [details]
Patch
Comment 2 Daniel Bates 2016-04-25 20:20:13 PDT
ENABLE_LONG_MOUSE_PRESS was removed in the patch for bug #135682, <http://trac.webkit.org/changeset/172503>.