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

Issue 1652123002: Remove Java PC support. (Closed)

Created:
4 years, 10 months ago by perkj_webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove Java PC support. This cl removes none Android Java support. Committed: https://crrev.com/47b62634441b23d7ccdf4f1e080d8d0fcc099ec0 Cr-Commit-Position: refs/heads/master@{#11522}

Patch Set 1 : #

Total comments: 25

Patch Set 2 : Just rebased #

Patch Set 3 : Addressed comments. #

Patch Set 4 : Removed GuiVideoRenderer. Fixed PeerConnection test. #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -1431 lines) Patch
M DEPS View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionAndroidTest.java View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
A + talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java View 1 2 3 9 chunks +20 lines, -31 lines 0 comments Download
M talk/app/webrtc/java/README View 1 2 1 chunk +1 line, -14 lines 0 comments Download
M talk/app/webrtc/java/jni/classreferenceholder.cc View 3 chunks +12 lines, -15 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 15 chunks +9 lines, -109 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/VideoCapturer.java View 1 2 3 2 chunks +1 line, -9 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/VideoRenderer.java View 1 2 3 2 chunks +2 lines, -22 lines 0 comments Download
D talk/app/webrtc/java/testcommon/src/org/webrtc/PeerConnectionTest.java View 1 chunk +0 lines, -782 lines 0 comments Download
D talk/app/webrtc/javatests/libjingle_peerconnection_java_unittest.sh View 1 chunk +0 lines, -57 lines 0 comments Download
D talk/app/webrtc/javatests/src/org/webrtc/PeerConnectionTestJava.java View 1 chunk +0 lines, -62 lines 0 comments Download
D talk/build/build_jar.sh View 1 2 1 chunk +0 lines, -52 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 chunks +16 lines, -158 lines 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 2 chunks +0 lines, -69 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
perkj_webrtc
Please?
4 years, 10 months ago (2016-02-01 16:22:14 UTC) #3
AlexG
https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode933 talk/app/webrtc/java/jni/peerconnection_jni.cc:933: JOW(void, VideoRenderer_freeGuiVideoRenderer)(JNIEnv*, jclass, jlong j_p) { Not needed? https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode1869 ...
4 years, 10 months ago (2016-02-01 21:05:33 UTC) #4
phoglund
https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java File talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java#newcode557 talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java:557: VideoCapturerAndroid.create("", null), new MediaConstraints()); You should be able to ...
4 years, 10 months ago (2016-02-02 08:04:43 UTC) #5
kjellander_webrtc
I only reviewed from a GYP/build perspective. https://codereview.webrtc.org/1652123002/diff/20001/talk/libjingle.gyp File talk/libjingle.gyp (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/libjingle.gyp#newcode80 talk/libjingle.gyp:80: ['OS=="linux"', { ...
4 years, 10 months ago (2016-02-02 08:24:41 UTC) #6
magjed_webrtc
https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode933 talk/app/webrtc/java/jni/peerconnection_jni.cc:933: JOW(void, VideoRenderer_freeGuiVideoRenderer)(JNIEnv*, jclass, jlong j_p) { On 2016/02/01 21:05:33, ...
4 years, 10 months ago (2016-02-02 09:00:01 UTC) #7
perkj_webrtc
PTAL https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java File talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java#newcode557 talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java:557: VideoCapturerAndroid.create("", null), new MediaConstraints()); On 2016/02/02 08:04:43, phoglund ...
4 years, 10 months ago (2016-02-03 17:00:03 UTC) #8
kjellander_webrtc
LGTM from GYP/build perspective!
4 years, 10 months ago (2016-02-03 17:06:29 UTC) #9
AlexG
lgtm https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode933 talk/app/webrtc/java/jni/peerconnection_jni.cc:933: JOW(void, VideoRenderer_freeGuiVideoRenderer)(JNIEnv*, jclass, jlong j_p) { On 2016/02/03 ...
4 years, 10 months ago (2016-02-04 00:01:22 UTC) #10
magjed_webrtc
lgtm
4 years, 10 months ago (2016-02-04 10:36:48 UTC) #11
phoglund
lgtm
4 years, 10 months ago (2016-02-04 12:22:51 UTC) #12
perkj_webrtc
magjed - ptal- I removed VideoRenderer.creategui... and rebased. https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1652123002/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode933 talk/app/webrtc/java/jni/peerconnection_jni.cc:933: JOW(void, ...
4 years, 10 months ago (2016-02-05 13:43:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1652123002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1652123002/100001
4 years, 10 months ago (2016-02-08 08:04:53 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 10 months ago (2016-02-08 09:07:23 UTC) #17
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/47b62634441b23d7ccdf4f1e080d8d0fcc099ec0 Cr-Commit-Position: refs/heads/master@{#11522}
4 years, 10 months ago (2016-02-08 09:07:31 UTC) #19
phoglund
4 years, 10 months ago (2016-02-08 19:43:55 UTC) #20
Message was sent while issue was closed.
On 2016/02/08 09:07:31, commit-bot: I haz the power wrote:
> Patchset 5 (id:??) landed as
> https://crrev.com/47b62634441b23d7ccdf4f1e080d8d0fcc099ec0
> Cr-Commit-Position: refs/heads/master@{#11522}

The import bot is green and all tests pass, so it looks like this will stick!

Powered by Google App Engine
This is Rietveld 408576698