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

Issue 309823002: Pass ui::LatencyInfo correct with unified gesture detector on Aura. (Closed)

Created:
6 years, 6 months ago by tdresser
Modified:
6 years, 6 months ago
CC:
chromium-reviews, sadrul, tdresser+watch_chromium.org, ben+aura_chromium.org, kalyank
Visibility:
Public.

Description

Pass ui::LatencyInfo correct with unified gesture detector on Aura. BUG=379812 TEST=GestureRecognizerTest.LatencyPassedFromTouchEvent Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274602

Patch Set 1 #

Total comments: 4

Patch Set 2 : Disable unified GR. #

Total comments: 2

Patch Set 3 : Address jdduke's feedback. #

Patch Set 4 : Address miletus' feedback. #

Patch Set 5 : Rebase. #

Patch Set 6 : Fix int to unsigned int comparison. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -1 line) Patch
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 4 5 5 chunks +61 lines, -0 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.cc View 1 2 3 4 4 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
tdresser
jdduke@, can you take a look at ui/events? sadrul@, can you take a look at ...
6 years, 6 months ago (2014-06-02 17:17:58 UTC) #1
jdduke (slow)
lgtm, Yufeng, this is what we need, right? https://codereview.chromium.org/309823002/diff/20001/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/20001/ui/events/gestures/gesture_provider_aura.cc#newcode24 ui/events/gestures/gesture_provider_aura.cc:24: last_touch_event_flags_ ...
6 years, 6 months ago (2014-06-02 17:27:24 UTC) #2
tdresser
https://codereview.chromium.org/309823002/diff/20001/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/20001/ui/events/gestures/gesture_provider_aura.cc#newcode24 ui/events/gestures/gesture_provider_aura.cc:24: last_touch_event_flags_ = event.flags(); On 2014/06/02 17:27:24, jdduke wrote: > ...
6 years, 6 months ago (2014-06-02 17:33:23 UTC) #3
Yufeng Shen (Slow to review)
https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc#newcode87 ui/events/gestures/gesture_provider_aura.cc:87: last_touch_event_latency_info_, so is it guaranteed that the this gesture ...
6 years, 6 months ago (2014-06-02 18:27:03 UTC) #4
tdresser
https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc#newcode87 ui/events/gestures/gesture_provider_aura.cc:87: last_touch_event_latency_info_, On 2014/06/02 18:27:04, Yufeng Shen wrote: > so ...
6 years, 6 months ago (2014-06-02 18:30:04 UTC) #5
Yufeng Shen (Slow to review)
https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc#newcode87 ui/events/gestures/gesture_provider_aura.cc:87: last_touch_event_latency_info_, On 2014/06/02 18:30:04, tdresser wrote: > On 2014/06/02 ...
6 years, 6 months ago (2014-06-02 18:43:34 UTC) #6
tdresser
https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc File ui/events/gestures/gesture_provider_aura.cc (right): https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc#newcode87 ui/events/gestures/gesture_provider_aura.cc:87: last_touch_event_latency_info_, On 2014/06/02 18:43:35, Yufeng Shen wrote: > On ...
6 years, 6 months ago (2014-06-02 20:04:10 UTC) #7
Yufeng Shen (Slow to review)
On 2014/06/02 20:04:10, tdresser wrote: > https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc > File ui/events/gestures/gesture_provider_aura.cc (right): > > https://codereview.chromium.org/309823002/diff/1/ui/events/gestures/gesture_provider_aura.cc#newcode87 > ...
6 years, 6 months ago (2014-06-02 20:19:44 UTC) #8
sadrul
rslgtm
6 years, 6 months ago (2014-06-02 20:58:23 UTC) #9
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 6 months ago (2014-06-02 20:59:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/309823002/80001
6 years, 6 months ago (2014-06-02 21:02:09 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-02 22:30:18 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-02 22:37:22 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/9735) chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/71167) linux_chromium_chromeos_rel ...
6 years, 6 months ago (2014-06-02 22:37:22 UTC) #14
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 6 months ago (2014-06-03 12:23:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/309823002/100001
6 years, 6 months ago (2014-06-03 12:24:16 UTC) #16
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 6 months ago (2014-06-03 14:26:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/309823002/120001
6 years, 6 months ago (2014-06-03 14:27:34 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 18:00:37 UTC) #19
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 20:18:19 UTC) #20
Message was sent while issue was closed.
Change committed as 274602

Powered by Google App Engine
This is Rietveld 408576698