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

Issue 319273003: Third Party Authentication for Android Part II - Java Native Interface plumbing (Closed)

Created:
6 years, 6 months ago by kelvinp
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org
Visibility:
Public.

Description

Third Party Authentication for Android Part II - Java Native Interface plumbing This CL implements the plumbing required for the Java android client to communicate with the C++ client via Java Native Interface. BUG=329109 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276038

Patch Set 1 : JNI plumbing #

Total comments: 20

Patch Set 2 : Address Feedbacks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -8 lines) Patch
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 chunk +13 lines, -0 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 1 5 chunks +8 lines, -1 line 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 1 3 chunks +42 lines, -6 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.cc View 1 3 chunks +28 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
kelvinp
6 years, 6 months ago (2014-06-07 00:39:11 UTC) #1
Sergey Ulanov
lgtm when my comments are addressed https://codereview.chromium.org/319273003/diff/40001/remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java File remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java (right): https://codereview.chromium.org/319273003/diff/40001/remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java#newcode443 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java:443: // TODO(kelvinp): Create ...
6 years, 6 months ago (2014-06-07 01:32:46 UTC) #2
Lambros
lgtm with comments https://codereview.chromium.org/319273003/diff/40001/remoting/client/jni/chromoting_jni_instance.cc File remoting/client/jni/chromoting_jni_instance.cc (right): https://codereview.chromium.org/319273003/diff/40001/remoting/client/jni/chromoting_jni_instance.cc#newcode114 remoting/client/jni/chromoting_jni_instance.cc:114: base::WeakPtr<TokenFetcherProxy> token_fetcher_proxy) { Add DCHECK(jni_runtime_->network_task_runner()->BelongsToCurrentThread()); https://codereview.chromium.org/319273003/diff/40001/remoting/client/jni/chromoting_jni_instance.cc#newcode319 ...
6 years, 6 months ago (2014-06-07 01:38:12 UTC) #3
kelvinp
https://codereview.chromium.org/319273003/diff/40001/remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java File remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java (right): https://codereview.chromium.org/319273003/diff/40001/remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java#newcode443 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java:443: // TODO(kelvinp): Create a intent to fetch the token ...
6 years, 6 months ago (2014-06-09 18:42:33 UTC) #4
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 6 months ago (2014-06-09 18:42:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kelvinp@chromium.org/319273003/60001
6 years, 6 months ago (2014-06-09 18:44:17 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 09:00:18 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 15:26:03 UTC) #8
Message was sent while issue was closed.
Change committed as 276038

Powered by Google App Engine
This is Rietveld 408576698