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

Issue 1321223003: Use scan codes when sending keyboard events froms physical keyboard. (Closed)

Created:
5 years, 3 months ago by Sergey Ulanov
Modified:
5 years, 3 months ago
Reviewers:
Lambros
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use scan codes when sending keyboard events froms physical keyboard. Previously android app was using key code when sending keyboard events. That approach doesn't work well with physical keyboard when using layout other than QWERTY. Fixed the client to use scan codes, so that the events are always send correctly and layout mapping is applied only on the client. BUG=475713 Committed: https://crrev.com/1da4a34ed8a9fb153dd8924559534ead67d667f6 Cr-Commit-Position: refs/heads/master@{#347874}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -28 lines) Patch
M remoting/android/java/src/org/chromium/chromoting/Desktop.java View 1 5 chunks +30 lines, -18 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 1 chunk +10 lines, -5 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 1 2 chunks +11 lines, -3 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/remoting_android.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Sergey Ulanov
5 years, 3 months ago (2015-09-08 23:11:24 UTC) #2
Lambros
lgtm with comments https://codereview.chromium.org/1321223003/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java File remoting/android/java/src/org/chromium/chromoting/Desktop.java (right): https://codereview.chromium.org/1321223003/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java#newcode303 remoting/android/java/src/org/chromium/chromoting/Desktop.java:303: // deprecated, but they still need ...
5 years, 3 months ago (2015-09-08 23:39:44 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/1321223003/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java File remoting/android/java/src/org/chromium/chromoting/Desktop.java (right): https://codereview.chromium.org/1321223003/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java#newcode303 remoting/android/java/src/org/chromium/chromoting/Desktop.java:303: // deprecated, but they still need to be here ...
5 years, 3 months ago (2015-09-09 00:30:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1321223003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1321223003/20001
5 years, 3 months ago (2015-09-09 00:30:25 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-09 09:09:50 UTC) #8
commit-bot: I haz the power
5 years, 3 months ago (2015-09-09 09:10:21 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1da4a34ed8a9fb153dd8924559534ead67d667f6
Cr-Commit-Position: refs/heads/master@{#347874}

Powered by Google App Engine
This is Rietveld 408576698