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

Issue 21554002: Enable Android support for Chromoting PINless (paired) authentication (Closed)

Created:
7 years, 4 months ago by solb
Modified:
7 years, 4 months ago
Reviewers:
garykac
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Enable Android support for Chromoting PINless (paired) authentication No more typing all those annoying passwords! This also fixes an annoying bug where right-click events were often misplaced. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216250

Patch Set 1 #

Total comments: 8

Patch Set 2 : Prevent future coordinates-related bugs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -53 lines) Patch
M remoting/android/java/AndroidManifest.xml View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/Chromoting.java View 1 chunk +1 line, -1 line 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/DesktopView.java View 1 5 chunks +11 lines, -8 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 8 chunks +26 lines, -11 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 3 chunks +14 lines, -3 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 6 chunks +49 lines, -14 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.h View 2 chunks +12 lines, -4 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.cc View 3 chunks +34 lines, -2 lines 0 comments Download
M remoting/client/jni/jni_interface.cc View 2 chunks +13 lines, -4 lines 0 comments Download
M remoting/remoting.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + remoting/resources/layout/pin_dialog.xml View 1 chunk +7 lines, -4 lines 0 comments Download
M remoting/resources/strings.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
solb
This one's (finally) ready for review! It took much longer than I'd expected to get ...
7 years, 4 months ago (2013-08-01 13:23:28 UTC) #1
garykac
https://codereview.chromium.org/21554002/diff/1/remoting/android/java/src/org/chromium/chromoting/DesktopView.java File remoting/android/java/src/org/chromium/chromoting/DesktopView.java (right): https://codereview.chromium.org/21554002/diff/1/remoting/android/java/src/org/chromium/chromoting/DesktopView.java#newcode412 remoting/android/java/src/org/chromium/chromoting/DesktopView.java:412: handleMouseMovement(new float[] {coordinates[0], coordinates[1]}, Why is this necessary? https://codereview.chromium.org/21554002/diff/1/remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java ...
7 years, 4 months ago (2013-08-06 20:50:31 UTC) #2
solb
https://codereview.chromium.org/21554002/diff/1/remoting/android/java/src/org/chromium/chromoting/DesktopView.java File remoting/android/java/src/org/chromium/chromoting/DesktopView.java (right): https://codereview.chromium.org/21554002/diff/1/remoting/android/java/src/org/chromium/chromoting/DesktopView.java#newcode412 remoting/android/java/src/org/chromium/chromoting/DesktopView.java:412: handleMouseMovement(new float[] {coordinates[0], coordinates[1]}, On 2013/08/06 20:50:32, garykac wrote: ...
7 years, 4 months ago (2013-08-07 04:30:46 UTC) #3
garykac
lgtm
7 years, 4 months ago (2013-08-07 17:29:15 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/21554002/11001
7 years, 4 months ago (2013-08-07 17:32:29 UTC) #5
commit-bot: I haz the power
7 years, 4 months ago (2013-08-07 19:31:16 UTC) #6
Message was sent while issue was closed.
Change committed as 216250

Powered by Google App Engine
This is Rietveld 408576698