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

Issue 458363002: Remove old Aura Gesture Detection Pipeline. (Closed)

Created:
6 years, 4 months ago by tdresser
Modified:
6 years, 3 months ago
CC:
chromium-reviews, ben+aura_chromium.org, tdresser+watch_chromium.org, jam, darin-cc_chromium.org, kalyank, sadrul, jdduke+watch_chromium.org, lanwei
Project:
chromium
Visibility:
Public.

Description

Remove old Aura Gesture Detection Pipeline. I'll file separate bugs for the additional cleanup this enables. BUG=332418 Committed: https://crrev.com/61098b92ceb30b427017dc7aadd4fbfa016e045f Cr-Commit-Position: refs/heads/master@{#291900}

Patch Set 1 #

Patch Set 2 : Remove test changes. #

Total comments: 1

Patch Set 3 : Rebase #

Patch Set 4 : COMPILE_ASSERT max number of touches is consistent. #

Patch Set 5 : Fix compile issues. #

Patch Set 6 : Looks like a collision with winuser.h. #

Patch Set 7 : Remove more things. #

Patch Set 8 : Fix windows. #

Patch Set 9 : Fix window compile issue. #

Total comments: 2

Patch Set 10 : Address sadrul's comment, and rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -2817 lines) Patch
M content/browser/renderer_host/input/input_router_config_helper.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 1 2 3 4 5 6 7 8 9 8 chunks +5 lines, -60 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_util.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 3 4 5 6 2 chunks +0 lines, -9 lines 0 comments Download
M ui/events/event_switches.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/events/event_switches.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M ui/events/events.gyp View 1 2 3 4 5 6 4 chunks +0 lines, -16 lines 0 comments Download
M ui/events/gesture_detection/motion_event.h View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
D ui/events/gestures/gesture_point.h View 1 2 3 4 5 6 1 chunk +0 lines, -146 lines 0 comments Download
D ui/events/gestures/gesture_point.cc View 1 2 3 4 5 6 1 chunk +0 lines, -231 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 4 chunks +0 lines, -13 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 3 4 5 6 7 8 9 8 chunks +40 lines, -128 lines 0 comments Download
D ui/events/gestures/gesture_sequence.h View 1 chunk +0 lines, -262 lines 0 comments Download
D ui/events/gestures/gesture_sequence.cc View 1 1 chunk +0 lines, -1468 lines 0 comments Download
D ui/events/gestures/gestures.dot View 1 2 3 4 5 6 1 chunk +0 lines, -67 lines 0 comments Download
M ui/events/gestures/motion_event_aura.h View 3 chunks +3 lines, -6 lines 0 comments Download
M ui/events/gestures/motion_event_aura.cc View 1 2 3 4 5 6 2 chunks +6 lines, -7 lines 0 comments Download
D ui/events/gestures/unified_gesture_detector_enabled.h View 1 chunk +0 lines, -17 lines 0 comments Download
D ui/events/gestures/unified_gesture_detector_enabled.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D ui/events/gestures/velocity_calculator.h View 1 2 3 4 5 6 1 chunk +0 lines, -50 lines 0 comments Download
D ui/events/gestures/velocity_calculator.cc View 1 2 3 4 5 6 1 chunk +0 lines, -114 lines 0 comments Download
D ui/events/gestures/velocity_calculator_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -148 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M win8/metro_driver/chrome_app_view_ash.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
tdresser
https://codereview.chromium.org/458363002/diff/20001/ui/events/gestures/motion_event_aura.cc File ui/events/gestures/motion_event_aura.cc (right): https://codereview.chromium.org/458363002/diff/20001/ui/events/gestures/motion_event_aura.cc#newcode8 ui/events/gestures/motion_event_aura.cc:8: #include "third_party/WebKit/public/web/WebInputEvent.h" This is a layering violation. I'm still ...
6 years, 4 months ago (2014-08-16 00:31:47 UTC) #1
tdresser
Jared, can you take a look at content/browser/renderer_host? Also, any thoughts on where we should ...
6 years, 4 months ago (2014-08-18 16:12:39 UTC) #2
jdduke (slow)
On 2014/08/18 16:12:39, tdresser wrote: > Jared, can you take a look at content/browser/renderer_host? > ...
6 years, 4 months ago (2014-08-18 16:32:25 UTC) #3
tdresser
On 2014/08/18 16:32:25, jdduke wrote: > On 2014/08/18 16:12:39, tdresser wrote: > > Jared, can ...
6 years, 4 months ago (2014-08-18 17:22:48 UTC) #4
jdduke (slow)
On 2014/08/18 17:22:48, tdresser wrote: > On 2014/08/18 16:32:25, jdduke wrote: > > On 2014/08/18 ...
6 years, 4 months ago (2014-08-18 17:54:42 UTC) #5
tdresser
Yeah, that's a reasonable place for it. Sadrul, could you take a look at ui?
6 years, 4 months ago (2014-08-18 18:07:45 UTC) #6
tdresser
Removing sadrul temporarily, a bunch more cleanup to do...
6 years, 4 months ago (2014-08-18 19:58:20 UTC) #7
tdresser
Sadrul, can you take a look at ui/?
6 years, 4 months ago (2014-08-21 12:27:44 UTC) #8
sadrul
lgtm https://codereview.chromium.org/458363002/diff/160001/ui/events/gestures/gesture_recognizer_impl.cc File ui/events/gestures/gesture_recognizer_impl.cc (right): https://codereview.chromium.org/458363002/diff/160001/ui/events/gestures/gesture_recognizer_impl.cc#newcode124 ui/events/gestures/gesture_recognizer_impl.cc:124: return NULL; Remove else. (or 'return <> ? ...
6 years, 4 months ago (2014-08-21 18:30:52 UTC) #9
sadrul
nit: Make sure to update the CL description (e.g. remove 'WIP') before landing.
6 years, 4 months ago (2014-08-21 18:31:23 UTC) #10
tdresser
ananta, can you take a look at the two line change in: win8/metro_driver/chrome_app_view_ash.cc? https://codereview.chromium.org/458363002/diff/160001/ui/events/gestures/gesture_recognizer_impl.cc File ...
6 years, 4 months ago (2014-08-21 20:27:36 UTC) #11
ananta
chrome_app_view_ash.cc changes lgtm
6 years, 4 months ago (2014-08-25 22:54:58 UTC) #12
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 3 months ago (2014-08-26 12:06:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/458363002/180001
6 years, 3 months ago (2014-08-26 12:06:59 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel_swarming on tryserver.chromium.win ...
6 years, 3 months ago (2014-08-26 13:11:55 UTC) #15
commit-bot: I haz the power
Committed patchset #10 (180001) as d23d5ff72dac54120d6ecea18fb08a035c14dd2f
6 years, 3 months ago (2014-08-26 13:51:41 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:42:43 UTC) #17
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/61098b92ceb30b427017dc7aadd4fbfa016e045f
Cr-Commit-Position: refs/heads/master@{#291900}

Powered by Google App Engine
This is Rietveld 408576698