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

Issue 2633233002: Add the pointer type of pen to the synthetic WebMousEvent (Closed)

Created:
3 years, 11 months ago by lanwei
Modified:
3 years, 11 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add the source type of pen to the synthetic WebMousEvent SyntheticWebMouseEventBuilder::Build now only supports pointer type of mouse. In order to simulate actions for pen devices, we will add the pointer type of pen to the synthetic WebMousEvent. The next patch will replace pen actions in pointer event tests with pointerActionSequence API. BUG=680330 Review-Url: https://codereview.chromium.org/2633233002 Cr-Commit-Position: refs/heads/master@{#446479} Committed: https://chromium.googlesource.com/chromium/src/+/d7de40d188cb377011ad81c9b82b814752c9124a

Patch Set 1 : pen type #

Total comments: 4

Patch Set 2 : pen type #

Total comments: 8

Patch Set 3 : pen type #

Total comments: 2

Patch Set 4 : Make disallow copy private #

Messages

Total messages: 47 (35 generated)
lanwei
3 years, 11 months ago (2017-01-17 01:41:10 UTC) #11
Navid Zolghadr
There is a little typo in the description. WebMousEvent -> WebMouseEvent https://codereview.chromium.org/2633233002/diff/20001/content/browser/renderer_host/input/synthetic_pointer_driver.cc File content/browser/renderer_host/input/synthetic_pointer_driver.cc (right): ...
3 years, 11 months ago (2017-01-19 15:46:22 UTC) #12
lanwei
https://codereview.chromium.org/2633233002/diff/20001/content/browser/renderer_host/input/synthetic_pointer_driver.cc File content/browser/renderer_host/input/synthetic_pointer_driver.cc (right): https://codereview.chromium.org/2633233002/diff/20001/content/browser/renderer_host/input/synthetic_pointer_driver.cc#newcode23 content/browser/renderer_host/input/synthetic_pointer_driver.cc:23: case SyntheticGestureParams::PEN_INPUT: On 2017/01/19 15:46:22, Navid Zolghadr wrote: > ...
3 years, 11 months ago (2017-01-20 14:42:21 UTC) #20
Navid Zolghadr
lgtm
3 years, 11 months ago (2017-01-20 20:55:53 UTC) #21
lanwei
Tim, could you please take a look. thank you?
3 years, 11 months ago (2017-01-24 21:11:54 UTC) #22
tdresser
https://codereview.chromium.org/2633233002/diff/60001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/2633233002/diff/60001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode141 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:141: const blink::WebMouseEvent& web_mouse, While we're here, let's rename this ...
3 years, 11 months ago (2017-01-25 15:22:46 UTC) #23
lanwei
https://codereview.chromium.org/2633233002/diff/60001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/2633233002/diff/60001/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode141 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:141: const blink::WebMouseEvent& web_mouse, On 2017/01/25 15:22:46, tdresser wrote: > ...
3 years, 11 months ago (2017-01-26 02:55:41 UTC) #33
tdresser
LGTM, thanks! https://codereview.chromium.org/2633233002/diff/140001/content/browser/renderer_host/input/synthetic_mouse_driver.h File content/browser/renderer_host/input/synthetic_mouse_driver.h (right): https://codereview.chromium.org/2633233002/diff/140001/content/browser/renderer_host/input/synthetic_mouse_driver.h#newcode38 content/browser/renderer_host/input/synthetic_mouse_driver.h:38: unsigned last_modifiers_; Does last_modifiers_ need to be ...
3 years, 11 months ago (2017-01-26 21:03:10 UTC) #34
lanwei
boliu@chromium.org: Please review changes in content/browser/BUILD.gn, thank you https://codereview.chromium.org/2633233002/diff/140001/content/browser/renderer_host/input/synthetic_mouse_driver.h File content/browser/renderer_host/input/synthetic_mouse_driver.h (right): https://codereview.chromium.org/2633233002/diff/140001/content/browser/renderer_host/input/synthetic_mouse_driver.h#newcode38 content/browser/renderer_host/input/synthetic_mouse_driver.h:38: unsigned ...
3 years, 11 months ago (2017-01-26 21:21:12 UTC) #38
boliu
On 2017/01/26 21:21:12, lanwei wrote: > mailto:boliu@chromium.org: Please review changes in > > content/browser/BUILD.gn, thank ...
3 years, 11 months ago (2017-01-26 21:22:34 UTC) #39
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/2633233002/160001
3 years, 11 months ago (2017-01-26 22:40:22 UTC) #44
commit-bot: I haz the power
3 years, 11 months ago (2017-01-26 22:53:02 UTC) #47
Message was sent while issue was closed.
Committed patchset #4 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/d7de40d188cb377011ad81c9b82b...

Powered by Google App Engine
This is Rietveld 408576698