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

Issue 282593002: Reland Unified Gesture Recognizer for Aura (Closed)

Created:
6 years, 7 months ago by tdresser
Modified:
6 years, 7 months ago
Reviewers:
sadrul, oshima
CC:
chromium-reviews, tdresser+watch_chromium.org, ben+aura_chromium.org, nasko+codewatch_chromium.org, jam, dcheng, darin-cc_chromium.org, creis+watch_chromium.org, kalyank, ben+ash_chromium.org
Visibility:
Public.

Description

Reland Unified Gesture Recognizer for Aura Original patch here: https://codereview.chromium.org/251543003/. Reverted here: https://codereview.chromium.org/278183002/, due to memory management issues in tests. Relanding with a better strategy for cleaning up deleted GestureProviderAura objects. This adds the unified GR for Aura behind the --use-unified-gesture-detector flag. BUG=332418 TEST=GestureRecognizer/GestureRecognizerTest.* MotionEventUITest.* TBR=jochen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270874

Patch Set 1 #

Patch Set 2 : Subtle fix for memory mismanagement... #

Patch Set 3 : Back to DeleteSoon #

Patch Set 4 : Rebase, and enable more tests. #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase again... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1009 lines, -100 lines) Patch
M ash/ash.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 3 10 chunks +18 lines, -22 lines 0 comments Download
M ui/aura/window_event_dispatcher.h View 2 chunks +1 line, -6 lines 0 comments Download
M ui/aura/window_event_dispatcher.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/events/event_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/event_switches.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/events.gyp View 1 2 3 4 5 9 chunks +35 lines, -10 lines 0 comments Download
M ui/events/gesture_detection/gesture_config_helper_aura.cc View 1 2 3 4 3 chunks +9 lines, -5 lines 0 comments Download
M ui/events/gesture_detection/motion_event.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gestures/gesture_configuration.h View 4 chunks +12 lines, -2 lines 0 comments Download
M ui/events/gestures/gesture_configuration.cc View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/events/gestures/gesture_provider_aura.h View 1 chunk +50 lines, -0 lines 0 comments Download
A ui/events/gestures/gesture_provider_aura.cc View 1 chunk +68 lines, -0 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 2 5 chunks +18 lines, -2 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 7 chunks +140 lines, -43 lines 0 comments Download
M ui/events/gestures/gesture_types.h View 1 chunk +1 line, -1 line 0 comments Download
A ui/events/gestures/motion_event_aura.h View 1 chunk +102 lines, -0 lines 0 comments Download
A ui/events/gestures/motion_event_aura.cc View 1 chunk +241 lines, -0 lines 0 comments Download
A ui/events/gestures/motion_event_aura_unittest.cc View 1 chunk +293 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
tdresser
sadrul@, the unified GR was reverted while my fix was stuck in the CQ. Relanding ...
6 years, 7 months ago (2014-05-12 13:32:43 UTC) #1
tdresser
On 2014/05/12 13:32:43, tdresser wrote: > sadrul@, the unified GR was reverted while my fix ...
6 years, 7 months ago (2014-05-12 16:07:01 UTC) #2
sadrul
On 2014/05/12 16:07:01, tdresser wrote: > On 2014/05/12 13:32:43, tdresser wrote: > > sadrul@, the ...
6 years, 7 months ago (2014-05-14 02:56:13 UTC) #3
tdresser
The issue with DeleteSoon was that I was calling RunAllPendingInMessageLoop too early - it needed ...
6 years, 7 months ago (2014-05-14 14:13:30 UTC) #4
tdresser
Adding jochen@ for **/render_widget_host_view_guest.* Adding oshima@ for **/drag_drop_controller_unittest.cc PTAL
6 years, 7 months ago (2014-05-15 14:55:12 UTC) #5
oshima
ash lgtm looks like nothing has changed in drag_drop test code so you may TBR.
6 years, 7 months ago (2014-05-15 15:56:28 UTC) #6
sadrul
lgtm
6 years, 7 months ago (2014-05-15 16:02:26 UTC) #7
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 7 months ago (2014-05-15 17:07:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/282593002/60001
6 years, 7 months ago (2014-05-15 17:08:50 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-15 18:47:20 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-15 18:57:34 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/16448)
6 years, 7 months ago (2014-05-15 18:57:34 UTC) #12
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 7 months ago (2014-05-15 19:07:41 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/282593002/100001
6 years, 7 months ago (2014-05-15 19:09:04 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-15 21:21:07 UTC) #15
commit-bot: I haz the power
Failed to apply patch for ui/events/events.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-15 21:21:08 UTC) #16
tdresser
The CQ bit was checked by tdresser@chromium.org
6 years, 7 months ago (2014-05-15 21:24:17 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/282593002/120001
6 years, 7 months ago (2014-05-15 21:24:45 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-16 00:34:58 UTC) #19
Message was sent while issue was closed.
Change committed as 270874

Powered by Google App Engine
This is Rietveld 408576698