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

Issue 613373004: Adopt ui::GestureConfiguration on Android (Closed)

Created:
6 years, 2 months ago by lanwei
Modified:
6 years, 1 month ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, tfarina, ben+aura_chromium.org, tdresser+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, danakj+watch_chromium.org, James Su, jdduke+watch_chromium.org, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adopt ui::GestureConfiguration on Android Making GestureConfiguration as an interface to serve all the platforms, so that Aura and Android push to and pull from the same data source, GestureConfiguration, where gesture configuring parameters are. BUG=339203 Committed: https://crrev.com/db8214afd49f75000a2bad0f16e0756bfcf54315 Cr-Commit-Position: refs/heads/master@{#301393}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 12

Patch Set 3 : Add dependencies #

Total comments: 5

Patch Set 4 : Fixed based on comments #

Patch Set 5 : Add dynamic_annotations #

Patch Set 6 : Delete virtual functions #

Patch Set 7 : Move all the methods to superclass #

Total comments: 30

Patch Set 8 : rebase #

Total comments: 14

Patch Set 9 : Move DefaultGestureProviderConfig function to gesture_provider_config_helper class #

Total comments: 1

Patch Set 10 : #

Total comments: 6

Patch Set 11 : #

Total comments: 3

Patch Set 12 : Add const to the getter methods #

Total comments: 2

Patch Set 13 : Made the destructor protected #

Total comments: 12

Patch Set 14 : Copyright #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -555 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/frame/caption_buttons/frame_size_button_unittest.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.cc View 1 3 chunks +11 lines, -9 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.cc View 1 2 3 4 5 6 7 3 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/ash/tab_scrubber.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/input/gesture_text_selector.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_config_helper.cc View 1 2 3 4 5 6 7 3 chunks +12 lines, -9 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/browser_test_utils.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 4 5 6 7 8 14 chunks +26 lines, -21 lines 0 comments Download
M ui/aura/test/aura_test_base.cc View 1 2 3 4 5 6 7 8 2 chunks +16 lines, -18 lines 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window_unittest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -6 lines 0 comments Download
M ui/events/events.gyp View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -6 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper.h View 1 chunk +0 lines, -20 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper.cc View 1 chunk +0 lines, -17 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper_android.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper_aura.cc View 1 1 chunk +0 lines, -75 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +223 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +74 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +49 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_default.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A + ui/events/gesture_detection/gesture_provider_config_helper.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -5 lines 0 comments Download
A ui/events/gesture_detection/gesture_provider_config_helper.cc View 1 2 3 4 5 6 7 8 9 1 chunk +71 lines, -0 lines 0 comments Download
D ui/events/gestures/gesture_configuration.h View 1 1 chunk +0 lines, -196 lines 0 comments Download
D ui/events/gestures/gesture_configuration.cc View 1 1 chunk +0 lines, -41 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -5 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M ui/events/gestures/motion_event_aura.cc View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 67 (24 generated)
lanwei
6 years, 2 months ago (2014-10-05 21:41:25 UTC) #11
jdduke (slow)
https://codereview.chromium.org/613373004/diff/200001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/200001/ui/events/gesture_detection/gesture_configuration.h#newcode43 ui/events/gesture_detection/gesture_configuration.h:43: virtual float min_scroll_velocity(); Mixing virtual and inline is a ...
6 years, 2 months ago (2014-10-06 15:50:51 UTC) #12
lanwei
Sorry for the confusion, I closed the issue 654203008, and I upload to this one.
6 years, 2 months ago (2014-10-21 15:04:44 UTC) #14
jdduke (slow)
Thanks, this is a nice improvement! https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration_android.cc File ui/events/gesture_detection/gesture_configuration_android.cc (right): https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration_android.cc#newcode14 ui/events/gesture_detection/gesture_configuration_android.cc:14: class GestureConfigurationAndroid : ...
6 years, 2 months ago (2014-10-21 15:17:13 UTC) #15
tdresser
https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration.cc#newcode9 ui/events/gesture_detection/gesture_configuration.cc:9: GestureConfiguration::GestureConfiguration() How many of these parameters are actually set ...
6 years, 2 months ago (2014-10-21 15:21:58 UTC) #16
jdduke (slow)
https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc File ui/events/gesture_detection/gesture_configuration_default.cc (right): https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc#newcode11 ui/events/gesture_detection/gesture_configuration_default.cc:11: GestureConfiguration* GestureConfiguration::GetInstance() { On 2014/10/21 15:21:58, tdresser wrote: > ...
6 years, 2 months ago (2014-10-21 16:02:06 UTC) #17
tdresser
On 2014/10/21 16:02:06, jdduke wrote: > https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc > File ui/events/gesture_detection/gesture_configuration_default.cc (right): > > https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc#newcode11 > ...
6 years, 2 months ago (2014-10-21 16:04:43 UTC) #18
jdduke (slow)
https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc File ui/events/gesture_detection/gesture_configuration_default.cc (right): https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration_default.cc#newcode11 ui/events/gesture_detection/gesture_configuration_default.cc:11: GestureConfiguration* GestureConfiguration::GetInstance() { On 2014/10/21 16:02:06, jdduke wrote: > ...
6 years, 2 months ago (2014-10-21 16:15:12 UTC) #19
jdduke (slow)
Oops, context for that reply... On 2014/10/21 16:04:43, tdresser wrote: > Hmmm. > That seems ...
6 years, 2 months ago (2014-10-21 16:16:10 UTC) #20
lanwei
https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/240001/ui/events/gesture_detection/gesture_configuration.cc#newcode9 ui/events/gesture_detection/gesture_configuration.cc:9: GestureConfiguration::GestureConfiguration() On 2014/10/21 15:21:57, tdresser wrote: > How many ...
6 years, 2 months ago (2014-10-21 20:52:32 UTC) #21
jdduke (slow)
https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/260001/ui/events/gesture_detection/gesture_configuration.h#newcode26 ui/events/gesture_detection/gesture_configuration.h:26: virtual GestureDetector::Config DefaultGestureDetectorConfig(); See my other note. I think ...
6 years, 2 months ago (2014-10-22 00:45:12 UTC) #22
lanwei
6 years, 2 months ago (2014-10-22 17:09:54 UTC) #25
tdresser
https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration_aura.cc File ui/events/gesture_detection/gesture_configuration_aura.cc (right): https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration_aura.cc#newcode51 ui/events/gesture_detection/gesture_configuration_aura.cc:51: }; We use a comment to indicate ending namespaces, ...
6 years, 2 months ago (2014-10-22 17:25:18 UTC) #26
jdduke (slow)
https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc File content/browser/renderer_host/input/input_router_config_helper.cc (right): https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc#newcode21 content/browser/renderer_host/input/input_router_config_helper.cc:21: #if defined(USE_AURA) Could you add a TODO(jdduke): Consolidate router ...
6 years, 2 months ago (2014-10-22 17:31:34 UTC) #27
jdduke (slow)
https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration.h#newcode64 ui/events/gesture_detection/gesture_configuration.h:64: float max_distance_for_two_finger_tap_in_pixels() { One last question. All of these ...
6 years, 2 months ago (2014-10-22 17:56:19 UTC) #28
tdresser
On 2014/10/22 17:56:19, jdduke wrote: > https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration.h > File ui/events/gesture_detection/gesture_configuration.h (right): > > https://codereview.chromium.org/613373004/diff/390001/ui/events/gesture_detection/gesture_configuration.h#newcode64 > ...
6 years, 2 months ago (2014-10-22 17:58:29 UTC) #29
lanwei
https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc File content/browser/renderer_host/input/input_router_config_helper.cc (right): https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc#newcode21 content/browser/renderer_host/input/input_router_config_helper.cc:21: #if defined(USE_AURA) On 2014/10/22 17:31:33, jdduke wrote: > Could ...
6 years, 2 months ago (2014-10-23 01:26:18 UTC) #33
tdresser
On 2014/10/23 01:26:18, lanwei wrote: > https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc > File content/browser/renderer_host/input/input_router_config_helper.cc (right): > > https://codereview.chromium.org/613373004/diff/390001/content/browser/renderer_host/input/input_router_config_helper.cc#newcode21 > ...
6 years, 2 months ago (2014-10-23 14:08:22 UTC) #34
tdresser
Oops, missed a couple of nits. https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.cc#newcode31 ui/events/gesture_detection/gesture_configuration.cc:31: // See Formatting. ...
6 years, 2 months ago (2014-10-23 14:26:22 UTC) #35
jdduke (slow)
https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h#newcode25 ui/events/gesture_detection/gesture_configuration.h:25: GestureProvider::Config DefaultGestureProviderConfig(); I'd prefer if this method could remain ...
6 years, 2 months ago (2014-10-23 15:01:27 UTC) #36
tdresser
https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h#newcode104 ui/events/gesture_detection/gesture_configuration.h:104: min_pinch_update_span_delta_ = On 2014/10/23 15:01:27, jdduke wrote: > tdresser@: ...
6 years, 2 months ago (2014-10-23 15:14:07 UTC) #37
jdduke (slow)
https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h#newcode104 ui/events/gesture_detection/gesture_configuration.h:104: min_pinch_update_span_delta_ = On 2014/10/23 15:14:07, tdresser wrote: > On ...
6 years, 2 months ago (2014-10-23 15:30:10 UTC) #38
jdduke (slow)
https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.h#newcode104 ui/events/gesture_detection/gesture_configuration.h:104: min_pinch_update_span_delta_ = On 2014/10/23 15:14:07, tdresser wrote: > On ...
6 years, 2 months ago (2014-10-23 15:30:10 UTC) #39
jdduke (slow)
https://codereview.chromium.org/613373004/diff/470001/ui/events/gesture_detection/gesture_provider_config_helper.cc File ui/events/gesture_detection/gesture_provider_config_helper.cc (right): https://codereview.chromium.org/613373004/diff/470001/ui/events/gesture_detection/gesture_provider_config_helper.cc#newcode12 ui/events/gesture_detection/gesture_provider_config_helper.cc:12: GestureConfiguration* gesture_config; No need to cache this, just pass ...
6 years, 2 months ago (2014-10-23 19:11:41 UTC) #41
lanwei
https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/430001/ui/events/gesture_detection/gesture_configuration.cc#newcode31 ui/events/gesture_detection/gesture_configuration.cc:31: // See On 2014/10/23 14:26:22, tdresser wrote: > Formatting. ...
6 years, 2 months ago (2014-10-23 19:54:19 UTC) #42
jdduke (slow)
https://codereview.chromium.org/613373004/diff/490001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/490001/ui/events/gesture_detection/gesture_configuration.h#newcode12 ui/events/gesture_detection/gesture_configuration.h:12: #include "ui/events/gesture_detection/gesture_provider.h" You an remove the gesture_detector/provider/scale_gesture_detector includes. https://codereview.chromium.org/613373004/diff/490001/ui/events/gesture_detection/gesture_configuration.h#newcode132 ...
6 years, 2 months ago (2014-10-23 20:17:01 UTC) #43
lanwei
Sorry that I did not clean up thoroughly. https://codereview.chromium.org/613373004/diff/490001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/490001/ui/events/gesture_detection/gesture_configuration.h#newcode12 ui/events/gesture_detection/gesture_configuration.h:12: #include ...
6 years, 2 months ago (2014-10-23 20:50:48 UTC) #44
jdduke (slow)
https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.cc#newcode15 ui/events/gesture_detection/gesture_configuration.cc:15: long_press_time_in_ms_(1000), My only remaining concern is devtools touch emulation ...
6 years, 2 months ago (2014-10-23 21:02:44 UTC) #46
dgozman
On 2014/10/23 21:02:44, jdduke wrote: > https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.cc > File ui/events/gesture_detection/gesture_configuration.cc (right): > > https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.cc#newcode15 > ...
6 years, 2 months ago (2014-10-24 10:40:36 UTC) #47
jdduke (slow)
On 2014/10/24 10:40:36, dgozman wrote: > On 2014/10/23 21:02:44, jdduke wrote: > > > https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.cc ...
6 years, 2 months ago (2014-10-24 15:21:04 UTC) #48
dgozman
> Something like that should work. We actually have everything we need for > desktop/mobile ...
6 years, 2 months ago (2014-10-24 15:38:22 UTC) #49
jdduke (slow)
https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.h#newcode49 ui/events/gesture_detection/gesture_configuration.h:49: float max_distance_for_two_finger_tap_in_pixels() { Nit: All of the methods that ...
6 years, 2 months ago (2014-10-24 15:50:00 UTC) #50
lanwei
sky@chromium.org: Please review changes in ash/ chrome/ content/ ui/aura Thank you very much.
6 years, 2 months ago (2014-10-24 17:43:44 UTC) #53
sky
https://codereview.chromium.org/613373004/diff/530001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/530001/ui/events/gesture_detection/gesture_configuration.h#newcode16 ui/events/gesture_detection/gesture_configuration.h:16: virtual ~GestureConfiguration(); Shouldn't this be protected? You don't want ...
6 years, 2 months ago (2014-10-24 19:38:36 UTC) #54
lanwei
https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/510001/ui/events/gesture_detection/gesture_configuration.h#newcode49 ui/events/gesture_detection/gesture_configuration.h:49: float max_distance_for_two_finger_tap_in_pixels() { On 2014/10/24 15:50:00, jdduke wrote: > ...
6 years, 1 month ago (2014-10-27 14:00:34 UTC) #57
sky
LGTM https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.h File ui/events/gesture_detection/gesture_configuration.h (right): https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.h#newcode1 ui/events/gesture_detection/gesture_configuration.h:1: // Copyright (c) 2013 The Chromium Authors. All ...
6 years, 1 month ago (2014-10-27 14:47:44 UTC) #58
jdduke (slow)
https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.cc#newcode1 ui/events/gesture_detection/gesture_configuration.cc:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
6 years, 1 month ago (2014-10-27 15:05:01 UTC) #59
lanwei
https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.cc File ui/events/gesture_detection/gesture_configuration.cc (right): https://codereview.chromium.org/613373004/diff/570001/ui/events/gesture_detection/gesture_configuration.cc#newcode1 ui/events/gesture_detection/gesture_configuration.cc:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
6 years, 1 month ago (2014-10-27 16:20:17 UTC) #60
jdduke (slow)
ui/events/gesture_detection lgtm.
6 years, 1 month ago (2014-10-27 16:25:06 UTC) #61
sadrul
All files I own already have other owner reviews. Removing myself
6 years, 1 month ago (2014-10-27 16:27:23 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/613373004/590001
6 years, 1 month ago (2014-10-27 17:01:32 UTC) #65
commit-bot: I haz the power
Committed patchset #14 (id:590001)
6 years, 1 month ago (2014-10-27 17:58:57 UTC) #66
commit-bot: I haz the power
6 years, 1 month ago (2014-10-27 17:59:33 UTC) #67
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/db8214afd49f75000a2bad0f16e0756bfcf54315
Cr-Commit-Position: refs/heads/master@{#301393}

Powered by Google App Engine
This is Rietveld 408576698