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

Issue 2007403002: [Android Client] Move session-scoped native interface into JniClient (Closed)

Created:
4 years, 7 months ago by Yuwei
Modified:
4 years, 6 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

[Android Client] Move session-scoped native interface into JniClient This finishes up the refactorization of the JNI interface. Scheduled tasks inside a session will not be lingering after the session ends. BUG=526336 Committed: https://crrev.com/800991e54ced74fc425843070a1941827af5b787 Cr-Commit-Position: refs/heads/master@{#396036} Committed: https://crrev.com/6a7a5a02baacc4b1ddaf58a22d03ffe723a263c7 Cr-Commit-Position: refs/heads/master@{#397209}

Patch Set 1 #

Total comments: 1

Patch Set 2 : DisconnectFromHost when destroy #

Total comments: 30

Patch Set 3 : Reviewer's Feedback #

Patch Set 4 : Merged with latest changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+585 lines, -562 lines) Patch
M remoting/android/java/src/org/chromium/chromoting/jni/Client.java View 1 2 22 chunks +83 lines, -38 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 2 4 chunks +5 lines, -154 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 1 2 3 10 chunks +18 lines, -15 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.h View 2 chunks +0 lines, -67 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.cc View 1 2 3 5 chunks +0 lines, -275 lines 0 comments Download
M remoting/client/jni/jni_client.h View 1 2 1 chunk +159 lines, -2 lines 0 comments Download
M remoting/client/jni/jni_client.cc View 1 2 3 2 chunks +302 lines, -4 lines 0 comments Download
M remoting/client/jni/jni_frame_consumer.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/jni/jni_frame_consumer.cc View 5 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
Yuwei
PTAL. I'll go back to CL 2007123003 after landing this CL. Thanks! https://codereview.chromium.org/2007403002/diff/1/remoting/client/jni/jni_client.h File remoting/client/jni/jni_client.h ...
4 years, 7 months ago (2016-05-25 18:07:01 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007403002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007403002/1
4 years, 7 months ago (2016-05-25 18:22:33 UTC) #4
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-25 18:26:36 UTC) #5
Lambros
lgtm https://codereview.chromium.org/2007403002/diff/20001/remoting/android/java/src/org/chromium/chromoting/jni/Client.java File remoting/android/java/src/org/chromium/chromoting/jni/Client.java (right): https://codereview.chromium.org/2007403002/diff/20001/remoting/android/java/src/org/chromium/chromoting/jni/Client.java#newcode146 remoting/android/java/src/org/chromium/chromoting/jni/Client.java:146: /** Called by native code whenever the connection ...
4 years, 7 months ago (2016-05-25 20:51:50 UTC) #6
Yuwei
https://codereview.chromium.org/2007403002/diff/20001/remoting/android/java/src/org/chromium/chromoting/jni/Client.java File remoting/android/java/src/org/chromium/chromoting/jni/Client.java (right): https://codereview.chromium.org/2007403002/diff/20001/remoting/android/java/src/org/chromium/chromoting/jni/Client.java#newcode146 remoting/android/java/src/org/chromium/chromoting/jni/Client.java:146: /** Called by native code whenever the connection status ...
4 years, 7 months ago (2016-05-25 21:19:53 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007403002/60001
4 years, 7 months ago (2016-05-25 21:21:09 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-25 23:19:09 UTC) #12
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-25 23:19:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007403002/60001
4 years, 7 months ago (2016-05-25 23:20:42 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-05-25 23:27:51 UTC) #17
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/800991e54ced74fc425843070a1941827af5b787 Cr-Commit-Position: refs/heads/master@{#396036}
4 years, 7 months ago (2016-05-25 23:30:17 UTC) #19
Yuwei
A revert of this CL (patchset #3 id:60001) has been created in https://codereview.chromium.org/2027783002/ by yuweih@chromium.org. ...
4 years, 6 months ago (2016-05-31 19:27:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007403002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007403002/80001
4 years, 6 months ago (2016-06-01 18:01:33 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 6 months ago (2016-06-01 19:36:21 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 19:41:32 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6a7a5a02baacc4b1ddaf58a22d03ffe723a263c7
Cr-Commit-Position: refs/heads/master@{#397209}

Powered by Google App Engine
This is Rietveld 408576698