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

Issue 1403283002: Aura on Android: UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent implementaion. (Closed)

Created:
5 years, 2 months ago by mfomitchev
Modified:
5 years, 2 months ago
Reviewers:
sky, no sievers
CC:
chromium-reviews, tfarina, bshe
Base URL:
https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_events
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Aura on Android: UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent implementaion. Using Linux implementation of UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent on Android Aura. BUG=507792 Committed: https://crrev.com/437e3af44c12c064569174f64b45cdf282d1abe0 Cr-Commit-Position: refs/heads/master@{#355448}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Getting rid of the use_aura condition. #

Total comments: 6

Patch Set 3 : Renaming nhandled_keyboard_event_handler_linux to nhandled_keyboard_event_handler_default #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -20 lines) Patch
M ui/views/controls/webview/BUILD.gn View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A + ui/views/controls/webview/unhandled_keyboard_event_handler_default.cc View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D ui/views/controls/webview/unhandled_keyboard_event_handler_linux.cc View 1 2 1 chunk +0 lines, -19 lines 0 comments Download
M ui/views/controls/webview/webview.gyp View 1 2 2 chunks +5 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (3 generated)
mfomitchev
sky, can you PTAL? I am not sure if it is okay to just use ...
5 years, 2 months ago (2015-10-15 18:14:21 UTC) #2
mfomitchev
5 years, 2 months ago (2015-10-15 18:14:43 UTC) #4
sky
https://codereview.chromium.org/1403283002/diff/1/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/1/ui/views/controls/webview/BUILD.gn#newcode43 ui/views/controls/webview/BUILD.gn:43: if (is_android && use_aura) { Do you need the ...
5 years, 2 months ago (2015-10-15 21:07:36 UTC) #5
mfomitchev
https://codereview.chromium.org/1403283002/diff/1/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/1/ui/views/controls/webview/BUILD.gn#newcode43 ui/views/controls/webview/BUILD.gn:43: if (is_android && use_aura) { On 2015/10/15 21:07:36, sky ...
5 years, 2 months ago (2015-10-15 21:35:14 UTC) #6
no sievers
https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] Mind just duplicating the ...
5 years, 2 months ago (2015-10-15 22:14:43 UTC) #7
mfomitchev
https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] On 2015/10/15 22:14:43, sievers ...
5 years, 2 months ago (2015-10-16 17:27:58 UTC) #8
no sievers
https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] On 2015/10/16 17:27:58, mfomitchev ...
5 years, 2 months ago (2015-10-16 18:01:26 UTC) #9
mfomitchev
https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] Yeah, I brought that ...
5 years, 2 months ago (2015-10-16 20:22:58 UTC) #10
sky
https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] On 2015/10/16 20:22:57, mfomitchev ...
5 years, 2 months ago (2015-10-16 20:36:44 UTC) #11
mfomitchev
Please take another look. https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn File ui/views/controls/webview/BUILD.gn (right): https://codereview.chromium.org/1403283002/diff/20001/ui/views/controls/webview/BUILD.gn#newcode44 ui/views/controls/webview/BUILD.gn:44: sources += [ "unhandled_keyboard_event_handler_linux.cc" ] ...
5 years, 2 months ago (2015-10-20 20:52:03 UTC) #12
sky
LGTM
5 years, 2 months ago (2015-10-21 16:17:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403283002/40001
5 years, 2 months ago (2015-10-21 22:45:07 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-22 00:18:21 UTC) #16
commit-bot: I haz the power
5 years, 2 months ago (2015-10-22 00:19:14 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/437e3af44c12c064569174f64b45cdf282d1abe0
Cr-Commit-Position: refs/heads/master@{#355448}

Powered by Google App Engine
This is Rietveld 408576698