Bug 135580 - Expose long mouse press WebKit2 API. Part of 135257 - Add long mouse press gesture.
Summary: Expose long mouse press WebKit2 API. Part of 135257 - Add long mouse press ge...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 135515
Blocks: 135707
  Show dependency treegraph
 
Reported: 2014-08-04 16:59 PDT by Peyton Randolph
Modified: 2014-08-18 11:34 PDT (History)
6 users (show)

See Also:


Attachments
Patch (45.44 KB, patch)
2014-08-05 11:35 PDT, Peyton Randolph
no flags Details | Formatted Diff | Diff
Patch (45.54 KB, patch)
2014-08-06 10:45 PDT, Peyton Randolph
no flags Details | Formatted Diff | Diff
Patch (40.00 KB, patch)
2014-08-06 13:21 PDT, Peyton Randolph
no flags Details | Formatted Diff | Diff
Patch (40.21 KB, patch)
2014-08-06 15:08 PDT, Peyton Randolph
no flags Details | Formatted Diff | Diff
Patch (40.24 KB, patch)
2014-08-08 10:46 PDT, Peyton Randolph
no flags Details | Formatted Diff | Diff
Patch (40.77 KB, patch)
2014-08-08 16:13 PDT, Peyton Randolph
prandolph: review-
prandolph: commit-queue-
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-04 16:59:22 PDT
It would be convenient to have a WebKit2 API for long mouse press so clients can respond to such events.
Comment 1 Peyton Randolph 2014-08-05 11:35:37 PDT
Created attachment 236038 [details]
Patch
Comment 2 Peyton Randolph 2014-08-06 10:45:13 PDT
Created attachment 236112 [details]
Patch
Comment 3 Peyton Randolph 2014-08-06 13:21:31 PDT
Created attachment 236129 [details]
Patch
Comment 4 Peyton Randolph 2014-08-06 15:08:19 PDT
Created attachment 236140 [details]
Patch
Comment 5 Peyton Randolph 2014-08-08 10:46:15 PDT
Created attachment 236288 [details]
Patch
Comment 6 Peyton Randolph 2014-08-08 16:13:10 PDT
Created attachment 236320 [details]
Patch
Comment 7 mitz 2014-08-08 16:40:49 PDT
Can you explain why it’s a good idea to introduce a new API object for this specific gesture? Can this share the WKHitTestResult object used for the context menu gestures?