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 680413006: Re-enable Eager Gesture Recognition on Aura (Closed)

Created:
6 years, 1 month ago by tdresser
Modified:
6 years ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_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, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, tdanderson
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Re-enable Eager Gesture Recognition on Aura This enables eager gesture recognition on Aura for the unified gesture detector. The previous attempt at enabling eager gesture recognition (crrev.com/393953012) failed. See crbug.com/408594 for details. See https://codereview.chromium.org/551373006/ for some additional history. BUG=332418 TEST=GestureRecognizerTest.{*,EagerGestureDetection} Also manually tested on Cros and Windows. Committed: https://crrev.com/8879cfca3b19c304004e34e6dec9629752cd3068 Cr-Commit-Position: refs/heads/master@{#307548}

Patch Set 1 #

Patch Set 2 : Fix tests. #

Patch Set 3 : Fix windows. #

Total comments: 4

Patch Set 4 : Address jdduke's comments. #

Total comments: 8

Patch Set 5 : Address Jared's comments. #

Patch Set 6 : Fix out of order ack problem. #

Total comments: 11

Patch Set 7 : Address jdduke's comments - likely irrelevant. #

Patch Set 8 : Support interleaved sync and async acks. #

Total comments: 1

Patch Set 9 : Minor cleanup. #

Total comments: 2

Patch Set 10 : Address jdduke's comment. #

Total comments: 20

Patch Set 11 : Address jdduke's comments (test fixes pending) #

Total comments: 22

Patch Set 12 : Address comments (still some tests to come) #

Total comments: 6

Patch Set 13 : Address sadrul's comments. #

Total comments: 9

Patch Set 14 : Address Jared's comments - mainly adding tests. #

Patch Set 15 : Add DCHECK. #

Total comments: 15

Patch Set 16 : Address comments. #

Patch Set 17 : Fix compilation issue on Mac. #

Total comments: 4

Patch Set 18 : Address sadrul's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+492 lines, -129 lines) Patch
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +18 lines, -14 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +34 lines, -8 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +111 lines, -8 lines 0 comments Download
M ui/aura/window_event_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +20 lines, -29 lines 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M ui/chromeos/touch_exploration_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
M ui/events/event.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +14 lines, -2 lines 0 comments Download
M ui/events/event.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +14 lines, -0 lines 0 comments Download
M ui/events/event_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +11 lines, -6 lines 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.h View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +12 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +11 lines, -3 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +36 lines, -9 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +134 lines, -1 line 0 comments Download
M ui/events/gestures/gesture_provider_aura.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/gestures/gesture_provider_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +16 lines, -3 lines 0 comments Download
M ui/events/gestures/gesture_recognizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +9 lines, -8 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -6 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -7 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 57 (3 generated)
tdresser
I've tested this pretty thoroughly manually on Windows and Chrome OS. GestureRecognizerTest.IgnoredEventsDontBreakGestureRecognition tests the way ...
6 years, 1 month ago (2014-11-11 21:16:49 UTC) #2
jdduke (slow)
https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2010 content/browser/renderer_host/render_widget_host_view_aura.cc:2010: // event does not get processed by the gesture ...
6 years, 1 month ago (2014-11-12 00:04:52 UTC) #3
tdresser
https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2010 content/browser/renderer_host/render_widget_host_view_aura.cc:2010: // event does not get processed by the gesture ...
6 years, 1 month ago (2014-11-12 14:51:25 UTC) #4
tdresser
On 2014/11/12 14:51:25, tdresser wrote: > https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc > File content/browser/renderer_host/render_widget_host_view_aura.cc (right): > > https://codereview.chromium.org/680413006/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2010 > ...
6 years, 1 month ago (2014-11-17 13:32:39 UTC) #5
jdduke (slow)
I'm not an owner for any of these files =/ https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2016 ...
6 years, 1 month ago (2014-11-17 16:57:14 UTC) #6
tdresser
https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2016 content/browser/renderer_host/render_widget_host_view_aura.cc:2016: // Forward the touch event only if a touch ...
6 years, 1 month ago (2014-11-17 22:00:36 UTC) #7
jdduke (slow)
https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2016 content/browser/renderer_host/render_widget_host_view_aura.cc:2016: // Forward the touch event only if a touch ...
6 years, 1 month ago (2014-11-17 22:23:15 UTC) #8
tdresser
On 2014/11/17 22:23:15, jdduke wrote: > https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc > File content/browser/renderer_host/render_widget_host_view_aura.cc (right): > > https://codereview.chromium.org/680413006/diff/60001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2016 > ...
6 years, 1 month ago (2014-11-18 13:20:28 UTC) #9
tdresser
If folks think this is a reasonable approach, I'll add some more granular testing (in ...
6 years, 1 month ago (2014-11-20 19:32:54 UTC) #10
jdduke (slow)
Hmm, but what about the events that are synchronously handled by some intermediate consumer between ...
6 years, 1 month ago (2014-11-20 19:49:17 UTC) #11
tdresser
On 2014/11/20 19:49:17, jdduke wrote: > Hmm, but what about the events that are synchronously ...
6 years, 1 month ago (2014-11-20 21:02:30 UTC) #12
jdduke (slow)
On 2014/11/20 21:02:30, tdresser wrote: > Events which are synchronously handled by some intermediate consumer ...
6 years, 1 month ago (2014-11-20 21:09:50 UTC) #13
jdduke (slow)
On 2014/11/20 21:09:50, jdduke wrote: > On 2014/11/20 21:02:30, tdresser wrote: > > Events which ...
6 years, 1 month ago (2014-11-20 21:12:13 UTC) #14
tdresser
On 2014/11/20 21:12:13, jdduke wrote: > On 2014/11/20 21:09:50, jdduke wrote: > > On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 21:36:52 UTC) #15
tdresser
On 2014/11/20 21:36:52, tdresser wrote: > On 2014/11/20 21:12:13, jdduke wrote: > > On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 21:57:55 UTC) #16
tdresser
On 2014/11/20 21:57:55, tdresser wrote: > On 2014/11/20 21:36:52, tdresser wrote: > > On 2014/11/20 ...
6 years, 1 month ago (2014-11-21 13:12:13 UTC) #17
tdresser
Clarification - the question is: when can we get a sync ack over web contents ...
6 years, 1 month ago (2014-11-21 13:13:13 UTC) #18
tdresser
This patch is likely irrelevant, but I'm uploading it in case it is usable in ...
6 years, 1 month ago (2014-11-21 13:25:22 UTC) #19
sadrul
On 2014/11/20 21:12:13, jdduke wrote: > On 2014/11/20 21:09:50, jdduke wrote: > > On 2014/11/20 ...
6 years, 1 month ago (2014-11-21 17:50:12 UTC) #20
tdresser
This handles arbitrarily ordered sync and async acks. I'm not super happy with a reasonable ...
6 years ago (2014-11-24 21:44:40 UTC) #21
jdduke (slow)
https://codereview.chromium.org/680413006/diff/160001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/160001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2039 content/browser/renderer_host/render_widget_host_view_aura.cc:2039: if (!point && host_->ShouldForwardTouchEvent()) { Would it hurt to ...
6 years ago (2014-11-24 22:02:43 UTC) #22
tdresser
https://codereview.chromium.org/680413006/diff/160001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/160001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2039 content/browser/renderer_host/render_widget_host_view_aura.cc:2039: if (!point && host_->ShouldForwardTouchEvent()) { On 2014/11/24 22:02:43, jdduke ...
6 years ago (2014-11-25 13:58:10 UTC) #23
jdduke (slow)
https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc File ui/events/gesture_detection/touch_disposition_gesture_filter.cc (right): https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc#newcode222 ui/events/gesture_detection/touch_disposition_gesture_filter.cc:222: bool event_consumed) { Hmm, but |event_consumed| should always be ...
6 years ago (2014-11-25 16:21:36 UTC) #24
tdresser
https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc File ui/events/gesture_detection/touch_disposition_gesture_filter.cc (right): https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc#newcode222 ui/events/gesture_detection/touch_disposition_gesture_filter.cc:222: bool event_consumed) { On 2014/11/25 16:21:35, jdduke wrote: > ...
6 years ago (2014-11-25 20:07:50 UTC) #25
jdduke (slow)
https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc File ui/events/gesture_detection/touch_disposition_gesture_filter.cc (right): https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter.cc#newcode222 ui/events/gesture_detection/touch_disposition_gesture_filter.cc:222: bool event_consumed) { On 2014/11/25 20:07:49, tdresser wrote: > ...
6 years ago (2014-11-25 20:11:31 UTC) #26
jdduke (slow)
Thanks, this seems pretty reasonable. https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2040 content/browser/renderer_host/render_widget_host_view_aura.cc:2040: event->DisableSynchronousHandling(); Does this behave ...
6 years ago (2014-11-25 20:26:37 UTC) #27
tdresser
TDGF test fixes are pending https://codereview.chromium.org/753743006/ This patch unifies the behavior of OnTouchEventAckForQueueFront and OnTouchEventAckForQueueBack ...
6 years ago (2014-11-26 15:17:18 UTC) #28
jdduke (slow)
https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc File ui/events/gesture_detection/gesture_event_data_packet.cc (right): https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc#newcode100 ui/events/gesture_detection/gesture_event_data_packet.cc:100: ack_state_ = event_consumed ? AckState::CONSUMED : AckState::UNCONSUMED; maybe |DCHECK_EQ(ack_state_, ...
6 years ago (2014-11-26 16:07:09 UTC) #29
tdresser
On 2014/11/26 16:07:09, jdduke wrote: > https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc > File ui/events/gesture_detection/gesture_event_data_packet.cc (right): > > https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc#newcode100 > ...
6 years ago (2014-11-27 16:55:41 UTC) #30
tdresser
Still TODO: RWHVAura test that events are marked ER_DISABLE_SYNC_HANDLING if they are invalid. Pending https://codereview.chromium.org/753743006/ ...
6 years ago (2014-11-27 18:26:25 UTC) #31
sadrul
https://codereview.chromium.org/680413006/diff/220001/ui/events/event.cc File ui/events/event.cc (right): https://codereview.chromium.org/680413006/diff/220001/ui/events/event.cc#newcode590 ui/events/event.cc:590: int TouchEvent::get_next_touch_event_id() { Make this an internal function in ...
6 years ago (2014-11-27 20:39:31 UTC) #32
tdresser
https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2040 content/browser/renderer_host/render_widget_host_view_aura.cc:2040: event->DisableSynchronousHandling(); On 2014/11/26 15:17:18, tdresser wrote: > On 2014/11/25 ...
6 years ago (2014-11-28 18:33:37 UTC) #33
tdresser
On 2014/11/28 18:33:37, tdresser wrote: > https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc > File content/browser/renderer_host/render_widget_host_view_aura.cc (right): > > https://codereview.chromium.org/680413006/diff/180001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2040 > ...
6 years ago (2014-12-02 15:41:42 UTC) #34
sadrul
https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc File ui/aura/window_event_dispatcher.cc (right): https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 ui/aura/window_event_dispatcher.cc:501: ui::GestureRecognizer::Get()->AckSyncTouchEvent( Now that TouchEvent carries a unique-id with it, ...
6 years ago (2014-12-02 15:54:10 UTC) #35
tdresser
On 2014/12/02 15:54:10, sadrul wrote: > https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc > File ui/aura/window_event_dispatcher.cc (right): > > https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 > ...
6 years ago (2014-12-02 16:02:12 UTC) #36
jdduke (slow)
ui/events/gesture_detection lgtm. https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc File ui/events/gesture_detection/gesture_event_data_packet.cc (right): https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc#newcode100 ui/events/gesture_detection/gesture_event_data_packet.cc:100: ack_state_ = event_consumed ? AckState::CONSUMED : AckState::UNCONSUMED; ...
6 years ago (2014-12-02 16:22:00 UTC) #37
tdresser
https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc File ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc (right): https://codereview.chromium.org/680413006/diff/180001/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc#newcode1216 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc:1216: PushGesture(ET_GESTURE_SCROLL_UPDATE); On 2014/11/25 16:21:36, jdduke wrote: > Can you ...
6 years ago (2014-12-02 21:29:27 UTC) #38
jdduke (slow)
https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc File ui/events/gesture_detection/gesture_event_data_packet.cc (right): https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc#newcode100 ui/events/gesture_detection/gesture_event_data_packet.cc:100: ack_state_ = event_consumed ? AckState::CONSUMED : AckState::UNCONSUMED; On 2014/12/02 ...
6 years ago (2014-12-02 21:34:03 UTC) #39
tdresser
https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc File ui/events/gesture_detection/gesture_event_data_packet.cc (right): https://codereview.chromium.org/680413006/diff/200001/ui/events/gesture_detection/gesture_event_data_packet.cc#newcode100 ui/events/gesture_detection/gesture_event_data_packet.cc:100: ack_state_ = event_consumed ? AckState::CONSUMED : AckState::UNCONSUMED; On 2014/12/02 ...
6 years ago (2014-12-02 22:00:22 UTC) #40
sadrul
On 2014/12/02 16:02:12, tdresser wrote: > On 2014/12/02 15:54:10, sadrul wrote: > > > https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc ...
6 years ago (2014-12-03 21:30:11 UTC) #41
sadrul
PS: You should remove '(WIP)' from CL desc :)
6 years ago (2014-12-03 21:47:29 UTC) #42
jdduke (slow)
https://codereview.chromium.org/680413006/diff/280001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/680413006/diff/280001/content/browser/renderer_host/input/touch_emulator.cc#newcode218 content/browser/renderer_host/input/touch_emulator.cc:218: if (native_stream_active_sequence_count_) { I wonder if it's worth making ...
6 years ago (2014-12-04 19:27:44 UTC) #43
jdduke (slow)
https://codereview.chromium.org/680413006/diff/280001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/680413006/diff/280001/content/browser/renderer_host/input/touch_emulator.cc#newcode218 content/browser/renderer_host/input/touch_emulator.cc:218: if (native_stream_active_sequence_count_) { On 2014/12/04 19:27:44, jdduke wrote: > ...
6 years ago (2014-12-04 19:28:16 UTC) #44
tdresser
https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc File ui/aura/window_event_dispatcher.cc (right): https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 ui/aura/window_event_dispatcher.cc:501: ui::GestureRecognizer::Get()->AckSyncTouchEvent( On 2014/12/02 15:54:10, sadrul wrote: > Now that ...
6 years ago (2014-12-05 16:44:31 UTC) #45
tdresser
davidben@, can you take a look at: content/browser/frame_host/render_widget_host_view_guest.cc
6 years ago (2014-12-05 16:49:02 UTC) #47
davidben
content/ lgtm (just an OWNERS stamp; I'm not familiar with touch, so I'm asssuming jdduke/sadrul ...
6 years ago (2014-12-05 17:28:24 UTC) #48
tdresser
On 2014/12/05 17:28:24, David Benjamin wrote: > content/ lgtm (just an OWNERS stamp; I'm not ...
6 years ago (2014-12-05 18:01:43 UTC) #49
sadrul
A couple of nits. I still think having a single AckTouchEvent() in the API is ...
6 years ago (2014-12-07 17:25:44 UTC) #50
tdresser
https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc File ui/aura/window_event_dispatcher.cc (right): https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 ui/aura/window_event_dispatcher.cc:501: ui::GestureRecognizer::Get()->AckSyncTouchEvent( On 2014/12/07 17:25:43, sadrul (OOO - back on ...
6 years ago (2014-12-08 14:49:30 UTC) #51
jdduke (slow)
https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc File ui/aura/window_event_dispatcher.cc (right): https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 ui/aura/window_event_dispatcher.cc:501: ui::GestureRecognizer::Get()->AckSyncTouchEvent( On 2014/12/08 14:49:30, tdresser wrote: > On 2014/12/07 ...
6 years ago (2014-12-08 16:38:41 UTC) #52
tdresser
On 2014/12/08 16:38:41, jdduke wrote: > https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc > File ui/aura/window_event_dispatcher.cc (right): > > https://codereview.chromium.org/680413006/diff/240001/ui/aura/window_event_dispatcher.cc#newcode501 > ...
6 years ago (2014-12-09 19:08:14 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/680413006/340001
6 years ago (2014-12-09 19:09:18 UTC) #55
commit-bot: I haz the power
Committed patchset #18 (id:340001)
6 years ago (2014-12-09 21:00:27 UTC) #56
commit-bot: I haz the power
6 years ago (2014-12-09 21:01:12 UTC) #57
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/8879cfca3b19c304004e34e6dec9629752cd3068
Cr-Commit-Position: refs/heads/master@{#307548}

Powered by Google App Engine
This is Rietveld 408576698