Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Issue 2344693002: Support WebPointerProperties in MouseEvent (Closed)

Created:
4 years, 3 months ago by denniskempin
Modified:
4 years, 3 months ago
Reviewers:
dtapuska, Rick Byers
CC:
blink-reviews, chromium-reviews, kinuko+watch, mustaq
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support WebPointerProperties in MouseEvent This allows pointer properties to be passed along with MouseEvents to the PPAPI. BUG=647045 Committed: https://crrev.com/96db64b4471ebc8aa7f01d9a38b65ff952fd6fe3 Cr-Commit-Position: refs/heads/master@{#419931}

Patch Set 1 #

Patch Set 2 : removed debug log #

Patch Set 3 : Store PlatformMouseEvent instead of WebPointerProperties #

Patch Set 4 : fixed unit tests #

Patch Set 5 : fixed osx build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -14 lines) Patch
M third_party/WebKit/Source/core/events/DragEvent.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.h View 1 2 4 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 1 2 5 chunks +10 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.cpp View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PlatformEvent.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
denniskempin
Hi Rick! Could you take a look at this change? I have noticed that pointer ...
4 years, 3 months ago (2016-09-14 22:23:57 UTC) #2
Rick Byers
Sticking extra information into the dom MouseEvent object from the WebPointerProperties makes sense. But they ...
4 years, 3 months ago (2016-09-15 20:20:14 UTC) #4
Rick Byers
Sticking extra information into the dom MouseEvent object from the WebPointerProperties makes sense. But they ...
4 years, 3 months ago (2016-09-15 20:20:16 UTC) #5
dtapuska
On 2016/09/15 20:20:16, Rick Byers wrote: > Sticking extra information into the dom MouseEvent object ...
4 years, 3 months ago (2016-09-15 20:30:48 UTC) #6
denniskempin
On 2016/09/15 20:30:48, dtapuska wrote: > On 2016/09/15 20:20:16, Rick Byers wrote: > > Sticking ...
4 years, 3 months ago (2016-09-16 18:18:04 UTC) #7
dtapuska
On 2016/09/16 18:18:04, denniskempin wrote: > On 2016/09/15 20:30:48, dtapuska wrote: > > On 2016/09/15 ...
4 years, 3 months ago (2016-09-16 18:21:23 UTC) #8
denniskempin
On 2016/09/16 18:21:23, dtapuska wrote: > On 2016/09/16 18:18:04, denniskempin wrote: > > On 2016/09/15 ...
4 years, 3 months ago (2016-09-16 18:26:32 UTC) #9
denniskempin
Dave, would this work? Ideally we would do the init work in the constructor + ...
4 years, 3 months ago (2016-09-19 23:37:06 UTC) #10
dtapuska
On 2016/09/19 23:37:06, denniskempin wrote: > Dave, would this work? > > Ideally we would ...
4 years, 3 months ago (2016-09-20 14:55:16 UTC) #11
Rick Byers
RS LGTM (Dave is the expert)
4 years, 3 months ago (2016-09-20 20:47:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2344693002/40001
4 years, 3 months ago (2016-09-20 20:53:14 UTC) #14
dtapuska
On 2016/09/20 20:53:14, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 3 months ago (2016-09-20 20:56:47 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/301108)
4 years, 3 months ago (2016-09-20 21:06:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2344693002/60001
4 years, 3 months ago (2016-09-20 22:49:20 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/271906)
4 years, 3 months ago (2016-09-20 23:20:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2344693002/80001
4 years, 3 months ago (2016-09-21 00:05:45 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-21 01:33:29 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 01:35:40 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/96db64b4471ebc8aa7f01d9a38b65ff952fd6fe3
Cr-Commit-Position: refs/heads/master@{#419931}

Powered by Google App Engine
This is Rietveld 408576698