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

Issue 1405773004: Aura on Android: Making events work (Closed)

Created:
5 years, 2 months ago by mfomitchev
Modified:
5 years, 1 month ago
CC:
chromium-reviews, jdduke+watch_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_idle
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Aura on Android: Making events work - Using Ozone's event_utils implementation. If we ever set NativeEvent to be MotionEvent with Aura on Android, we'll need to change this, but this seems to work okay for now. - Allow BEGIN/END gesture events to be dispatched. Views needs them to decide when to retarget gesture events. BUG=507792 Committed: https://crrev.com/0c918277fcacfa99e392674b55efcef3a707b474 Cr-Commit-Position: refs/heads/master@{#356862}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Splitting up events_ozone into events_ozone and events_default. #

Patch Set 3 : Missing import. #

Total comments: 5

Patch Set 4 : Getting rid of GetModifiersFromKeyState in events_default.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -199 lines) Patch
M ui/events/BUILD.gn View 1 3 chunks +12 lines, -3 lines 0 comments Download
M ui/events/events.gyp View 1 1 chunk +6 lines, -1 line 0 comments Download
A + ui/events/events_default.cc View 1 2 3 2 chunks +0 lines, -34 lines 0 comments Download
M ui/events/gesture_detection/gesture_configuration_android.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/events/ozone/events_ozone.cc View 1 1 chunk +0 lines, -161 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (4 generated)
mfomitchev
5 years, 2 months ago (2015-10-14 21:53:09 UTC) #2
sadrul
https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn#newcode171 ui/events/BUILD.gn:171: sources += [ "ozone/events_ozone.cc" ] Hm. This is unfortunate. ...
5 years, 2 months ago (2015-10-15 19:54:22 UTC) #3
mfomitchev
https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn#newcode171 ui/events/BUILD.gn:171: sources += [ "ozone/events_ozone.cc" ] On 2015/10/15 19:54:21, sadrul ...
5 years, 2 months ago (2015-10-15 20:06:29 UTC) #4
jdduke (slow)
https://codereview.chromium.org/1405773004/diff/1/ui/events/gesture_detection/gesture_configuration_android.cc File ui/events/gesture_detection/gesture_configuration_android.cc (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/gesture_detection/gesture_configuration_android.cc#newcode44 ui/events/gesture_detection/gesture_configuration_android.cc:44: #endif On 2015/10/15 20:06:29, mfomitchev wrote: > On 2015/10/15 ...
5 years, 2 months ago (2015-10-15 20:50:51 UTC) #6
mfomitchev
https://codereview.chromium.org/1405773004/diff/1/ui/events/gesture_detection/gesture_configuration_android.cc File ui/events/gesture_detection/gesture_configuration_android.cc (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/gesture_detection/gesture_configuration_android.cc#newcode44 ui/events/gesture_detection/gesture_configuration_android.cc:44: #endif On 2015/10/15 20:50:51, jdduke wrote: > On 2015/10/15 ...
5 years, 2 months ago (2015-10-15 21:42:05 UTC) #7
no sievers
https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn#newcode171 ui/events/BUILD.gn:171: sources += [ "ozone/events_ozone.cc" ] On 2015/10/15 20:06:29, mfomitchev ...
5 years, 2 months ago (2015-10-15 22:11:54 UTC) #8
mfomitchev
Please take another look https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/1/ui/events/BUILD.gn#newcode171 ui/events/BUILD.gn:171: sources += [ "ozone/events_ozone.cc" ] ...
5 years, 2 months ago (2015-10-22 15:01:17 UTC) #9
no sievers
nice, lgtm with nit comments https://codereview.chromium.org/1405773004/diff/40001/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/40001/ui/events/BUILD.gn#newcode179 ui/events/BUILD.gn:179: if (is_win || is_mac ...
5 years, 2 months ago (2015-10-22 19:08:27 UTC) #10
mfomitchev
https://codereview.chromium.org/1405773004/diff/40001/ui/events/BUILD.gn File ui/events/BUILD.gn (right): https://codereview.chromium.org/1405773004/diff/40001/ui/events/BUILD.gn#newcode179 ui/events/BUILD.gn:179: if (is_win || is_mac || use_x11 || use_ozone || ...
5 years, 2 months ago (2015-10-22 20:34:36 UTC) #11
sadrul
lgtm
5 years, 2 months ago (2015-10-23 07:26:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405773004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405773004/60001
5 years, 1 month ago (2015-10-29 15:23:47 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-10-29 16:19:23 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 16:20:18 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0c918277fcacfa99e392674b55efcef3a707b474
Cr-Commit-Position: refs/heads/master@{#356862}

Powered by Google App Engine
This is Rietveld 408576698