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

Issue 348813002: Extend MotionEvent to have tool type and button state (Closed)

Created:
6 years, 6 months ago by Changwan Ryu
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jdduke+watch_chromium.org, jam, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Extend MotionEvent to have tool type and button state BUG=384803 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278936

Patch Set 1 #

Total comments: 15

Patch Set 2 : addressed jared's comments #

Patch Set 3 : addressed format-related comments #

Patch Set 4 : fixed aura to compile #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -7 lines) Patch
M content/browser/android/content_view_core_impl.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 2 chunks +8 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_android.h View 1 3 chunks +8 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_android.cc View 1 8 chunks +59 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_web.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_web.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 2 chunks +6 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/mock_motion_event.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/mock_motion_event.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/motion_event.h View 1 2 3 4 2 chunks +17 lines, -0 lines 0 comments Download
M ui/events/gestures/motion_event_aura.h View 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gestures/motion_event_aura.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Changwan Ryu
This is needed by https://codereview.chromium.org/342633003.
6 years, 6 months ago (2014-06-20 08:07:47 UTC) #1
jdduke (slow)
https://codereview.chromium.org/348813002/diff/1/content/browser/android/content_view_core_impl.h File content/browser/android/content_view_core_impl.h (right): https://codereview.chromium.org/348813002/diff/1/content/browser/android/content_view_core_impl.h#newcode114 content/browser/android/content_view_core_impl.h:114: jint android_tool_type_0, Sigh, this method has grown so large, ...
6 years, 6 months ago (2014-06-20 15:33:25 UTC) #2
Changwan Ryu
https://codereview.chromium.org/348813002/diff/1/content/browser/android/content_view_core_impl.h File content/browser/android/content_view_core_impl.h (right): https://codereview.chromium.org/348813002/diff/1/content/browser/android/content_view_core_impl.h#newcode114 content/browser/android/content_view_core_impl.h:114: jint android_tool_type_0, On 2014/06/20 15:33:25, jdduke wrote: > Sigh, ...
6 years, 6 months ago (2014-06-20 21:00:34 UTC) #3
jdduke (slow)
lgtm with a couple nits (also please run "git cl format", I think the formatting ...
6 years, 6 months ago (2014-06-20 21:19:41 UTC) #4
jdduke (slow)
Adding tdresser@ as ui/events/gestures OWNER. Tim, I think NOTIMPLEMENTED() is fine here as we want ...
6 years, 6 months ago (2014-06-20 21:21:26 UTC) #5
tdresser
On 2014/06/20 21:21:26, jdduke wrote: > Adding tdresser@ as ui/events/gestures OWNER. Tim, I think NOTIMPLEMENTED() ...
6 years, 6 months ago (2014-06-20 21:26:35 UTC) #6
Rick Byers
On 2014/06/20 21:26:35, tdresser wrote: > On 2014/06/20 21:21:26, jdduke wrote: > > Adding tdresser@ ...
6 years, 6 months ago (2014-06-20 21:31:23 UTC) #7
Changwan Ryu
Ran git cl format and didn't get any complaint. https://codereview.chromium.org/348813002/diff/1/content/browser/renderer_host/input/motion_event_web.cc File content/browser/renderer_host/input/motion_event_web.cc (right): https://codereview.chromium.org/348813002/diff/1/content/browser/renderer_host/input/motion_event_web.cc#newcode149 content/browser/renderer_host/input/motion_event_web.cc:149: ...
6 years, 6 months ago (2014-06-20 21:32:02 UTC) #8
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 6 months ago (2014-06-20 21:32:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/348813002/40001
6 years, 6 months ago (2014-06-20 21:34:39 UTC) #10
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 6 months ago (2014-06-20 21:50:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/348813002/60001
6 years, 6 months ago (2014-06-20 21:53:31 UTC) #12
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 6 months ago (2014-06-21 00:16:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/348813002/80001
6 years, 6 months ago (2014-06-21 00:18:09 UTC) #14
commit-bot: I haz the power
6 years, 6 months ago (2014-06-21 05:46:31 UTC) #15
Message was sent while issue was closed.
Change committed as 278936

Powered by Google App Engine
This is Rietveld 408576698