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

Issue 1993853002: Set PointerType of pointer event on Windows (Closed)

Created:
4 years, 7 months ago by lanwei
Modified:
4 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, dtapuska+chromiumwatch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set PointerType of pointer event on Windows. Pointer event's PointerType did not set on Windows for mouse type when converting from ui::MouseEvent to blink::WebMouseEvent. In WebMouseEventBuilder::Build for Windows, I set the pointer type of WebMouseEvent. BUG=605639 Committed: https://crrev.com/8a78e7138f7fce8ce8bfe75803bbf8c33877da9a Cr-Commit-Position: refs/heads/master@{#395999}

Patch Set 1 : Add pointer type to webmouseevent #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Add pointer to webmousewheelevent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -33 lines) Patch
M content/browser/renderer_host/input/web_input_event_builders_win.h View 1 2 1 chunk +14 lines, -10 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_win.cc View 1 2 4 chunks +17 lines, -10 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_unittest.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.cc View 1 2 5 chunks +17 lines, -6 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aurawin.cc View 1 2 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (10 generated)
lanwei
4 years, 7 months ago (2016-05-18 20:33:16 UTC) #6
Navid Zolghadr
https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/input/web_input_event_unittest.cc File content/browser/renderer_host/input/web_input_event_unittest.cc (right): https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/input/web_input_event_unittest.cc#newcode38 content/browser/renderer_host/input/web_input_event_unittest.cc:38: blink::WebPointerProperties::PointerType::Mouse); Is there anywhere on Win that we pass ...
4 years, 7 months ago (2016-05-18 20:51:42 UTC) #7
lanwei
On 2016/05/18 20:51:42, Navid Zolghadr wrote: > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/input/web_input_event_unittest.cc > File content/browser/renderer_host/input/web_input_event_unittest.cc (right): > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/input/web_input_event_unittest.cc#newcode38 ...
4 years, 7 months ago (2016-05-18 20:56:20 UTC) #8
dtapuska
https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc File content/browser/renderer_host/web_input_event_aura.cc (right): https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc#newcode206 content/browser/renderer_host/web_input_event_aura.cc:206: ? MakeUntranslatedWebMouseEventFromNativeEvent( What about mouse wheel? I think you ...
4 years, 7 months ago (2016-05-18 21:05:26 UTC) #10
lanwei
On 2016/05/18 21:05:26, dtapuska wrote: > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc > File content/browser/renderer_host/web_input_event_aura.cc (right): > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc#newcode206 > ...
4 years, 7 months ago (2016-05-19 02:52:11 UTC) #11
dtapuska
On 2016/05/19 02:52:11, lanwei wrote: > On 2016/05/18 21:05:26, dtapuska wrote: > > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc ...
4 years, 7 months ago (2016-05-19 02:57:49 UTC) #12
Navid Zolghadr
On 2016/05/19 02:57:49, dtapuska wrote: > On 2016/05/19 02:52:11, lanwei wrote: > > On 2016/05/18 ...
4 years, 7 months ago (2016-05-19 03:00:36 UTC) #13
mustaq
On 2016/05/19 03:00:36, Navid Zolghadr wrote: > On 2016/05/19 02:57:49, dtapuska wrote: > > On ...
4 years, 7 months ago (2016-05-19 14:02:14 UTC) #14
mustaq
https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc File content/browser/renderer_host/web_input_event_aura.cc (right): https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc#newcode209 content/browser/renderer_host/web_input_event_aura.cc:209: event.pointer_details().pointer_type)) To make sure that we have covered the ...
4 years, 7 months ago (2016-05-19 14:21:16 UTC) #15
dtapuska
On 2016/05/19 14:21:16, mustaq wrote: > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc > File content/browser/renderer_host/web_input_event_aura.cc (right): > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc#newcode209 > ...
4 years, 7 months ago (2016-05-19 14:31:43 UTC) #16
lanwei
4 years, 7 months ago (2016-05-20 01:48:05 UTC) #18
lanwei
On 2016/05/19 14:21:16, mustaq wrote: > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc > File content/browser/renderer_host/web_input_event_aura.cc (right): > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc#newcode209 > ...
4 years, 7 months ago (2016-05-20 20:46:31 UTC) #19
mustaq
On 2016/05/20 20:46:31, lanwei wrote: > On 2016/05/19 14:21:16, mustaq wrote: > > > https://codereview.chromium.org/1993853002/diff/40001/content/browser/renderer_host/web_input_event_aura.cc ...
4 years, 7 months ago (2016-05-20 20:54:10 UTC) #20
tdresser
LGTM
4 years, 7 months ago (2016-05-24 19:12:11 UTC) #21
dtapuska
lgtm
4 years, 7 months ago (2016-05-24 20:01:29 UTC) #22
Navid Zolghadr
LGTM
4 years, 7 months ago (2016-05-24 20:02:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1993853002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1993853002/80001
4 years, 7 months ago (2016-05-25 18:43:49 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 7 months ago (2016-05-25 22:04:58 UTC) #27
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 22:06:38 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8a78e7138f7fce8ce8bfe75803bbf8c33877da9a
Cr-Commit-Position: refs/heads/master@{#395999}

Powered by Google App Engine
This is Rietveld 408576698