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

Issue 103173004: Target touches to the correct display. (Closed)

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

Description

Target touches to the correct display. ui::TouchEvents now know the id of their source device. The target of a touch can't be effected by a touch on another display. BUG=315651 TEST=GestureRecognizerTest.GestureEventTouchLockIgnoresOtherScreens Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243974

Patch Set 1 #

Total comments: 6

Patch Set 2 : Reset GR between test runs (caused local ASAN failure) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -22 lines) Patch
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 4 chunks +39 lines, -9 lines 0 comments Download
M ui/aura/test/aura_test_helper.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/window_targeter.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/events/event.h View 1 4 chunks +9 lines, -1 line 0 comments Download
M ui/events/event.cc View 1 5 chunks +13 lines, -3 lines 0 comments Download
M ui/events/gestures/gesture_point.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M ui/events/gestures/gesture_point.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/gestures/gesture_recognizer.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 chunks +9 lines, -2 lines 0 comments Download
M ui/events/gestures/gesture_sequence.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tdresser
6 years, 11 months ago (2014-01-07 21:02:02 UTC) #1
sadrul
You set the wrong bug# in the description. Where would you call set_source_device_id()? Instead of ...
6 years, 11 months ago (2014-01-07 21:13:40 UTC) #2
tdresser
On 2014/01/07 21:13:40, sadrul wrote: > You set the wrong bug# in the description. Whoops, ...
6 years, 11 months ago (2014-01-07 21:57:50 UTC) #3
sadrul
On 2014/01/07 21:57:50, tdresser wrote: > On 2014/01/07 21:13:40, sadrul wrote: > > You set ...
6 years, 11 months ago (2014-01-07 22:00:20 UTC) #4
tdresser
On 2014/01/07 22:00:20, sadrul wrote: > On 2014/01/07 21:57:50, tdresser wrote: > > On 2014/01/07 ...
6 years, 11 months ago (2014-01-07 22:03:10 UTC) #5
sadrul
On 2014/01/07 22:03:10, tdresser wrote: > On 2014/01/07 22:00:20, sadrul wrote: > > On 2014/01/07 ...
6 years, 11 months ago (2014-01-07 22:39:25 UTC) #6
tdresser
On 2014/01/07 22:39:25, sadrul wrote: > On 2014/01/07 22:03:10, tdresser wrote: > > On 2014/01/07 ...
6 years, 11 months ago (2014-01-08 20:39:34 UTC) #7
sadrul
LGTM We discussed offline: using a common coordinate space still has issues, e.g. if there ...
6 years, 11 months ago (2014-01-08 20:50:52 UTC) #8
tdresser
Most recent patches also addresses sadrul's comments. I'm surprised we weren't having more issues with ...
6 years, 11 months ago (2014-01-09 19:07:35 UTC) #9
sadrul
Cool. Thanks for the fix. SLGTM
6 years, 11 months ago (2014-01-09 19:11:56 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/103173004/100001
6 years, 11 months ago (2014-01-09 19:14:12 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 21:12:19 UTC) #12
Message was sent while issue was closed.
Change committed as 243974

Powered by Google App Engine
This is Rietveld 408576698