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

Issue 2843293002: Switched to new versions of netty and tcnative (Closed)

Created:
3 years, 8 months ago by kapishnikov
Modified:
3 years, 7 months ago
Reviewers:
mef, davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Switched to new versions of netty and tcnative Related CLs: https://codereview.chromium.org/2842333002/ https://codereview.chromium.org/2843223002/ BUG=712738 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2843293002 Cr-Commit-Position: refs/heads/master@{#467848} Committed: https://chromium.googlesource.com/chromium/src/+/ff836a3e8ea62f70165a57dd5f0e831acaaca7d8

Patch Set 1 #

Total comments: 7

Patch Set 2 : Added Http2Server certificate constants to the test base class. #

Total comments: 4

Patch Set 3 : Small fixes. #

Patch Set 4 : Rebase + code formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -249 lines) Patch
M DEPS View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M components/cronet/android/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/BidirectionalStreamTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/BrotliTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/CronetTestBase.java View 1 1 chunk +10 lines, -0 lines 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/ExperimentalOptionsTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/test/smoketests/src/org/chromium/net/smoke/ChromiumNativeTestSupport.java View 1 2 3 2 chunks +12 lines, -3 lines 0 comments Download
A net/data/ssl/certificates/quic_test.example.com.key.pkcs8.pem View 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/netty-tcnative/BUILD.gn View 2 chunks +9 lines, -64 lines 0 comments Download
M third_party/netty-tcnative/README.chromium View 2 chunks +14 lines, -160 lines 0 comments Download
M third_party/netty4/README.chromium View 2 chunks +4 lines, -13 lines 0 comments Download
M third_party/netty4/netty4.gni View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (6 generated)
kapishnikov
3 years, 8 months ago (2017-04-27 01:36:52 UTC) #3
kapishnikov
https://codereview.chromium.org/2843293002/diff/1/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (left): https://codereview.chromium.org/2843293002/diff/1/components/cronet/android/BUILD.gn#oldcode590 components/cronet/android/BUILD.gn:590: "//third_party/netty-tcnative:netty-tcnative_java", The tcnative java classes are now included in ...
3 years, 8 months ago (2017-04-27 01:39:11 UTC) #4
mef
https://codereview.chromium.org/2843293002/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/2843293002/diff/1/DEPS#newcode496 DEPS:496: Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463', Do we ...
3 years, 7 months ago (2017-04-27 15:49:15 UTC) #5
davidben
https://codereview.chromium.org/2843293002/diff/1/third_party/netty-tcnative/README.chromium File third_party/netty-tcnative/README.chromium (right): https://codereview.chromium.org/2843293002/diff/1/third_party/netty-tcnative/README.chromium#newcode31 third_party/netty-tcnative/README.chromium:31: - TCN_ASSERT(verify_confg != NULL); On 2017/04/27 15:49:15, mef wrote: ...
3 years, 7 months ago (2017-04-27 16:24:49 UTC) #6
kapishnikov
https://codereview.chromium.org/2843293002/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/2843293002/diff/1/DEPS#newcode496 DEPS:496: Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39c39c576fcdaaf718b585d75df463', On 2017/04/27 ...
3 years, 7 months ago (2017-04-27 16:40:09 UTC) #7
mef
https://codereview.chromium.org/2843293002/diff/20001/components/cronet/android/test/proguard.cfg File components/cronet/android/test/proguard.cfg (right): https://codereview.chromium.org/2843293002/diff/20001/components/cronet/android/test/proguard.cfg#newcode25 components/cronet/android/test/proguard.cfg:25: -keep class org.apache.tomcat.jni.CertificateRequestedCallback$KeyMaterial { *; } nit: maybe move ...
3 years, 7 months ago (2017-04-27 18:54:19 UTC) #8
kapishnikov
https://codereview.chromium.org/2843293002/diff/20001/components/cronet/android/test/proguard.cfg File components/cronet/android/test/proguard.cfg (right): https://codereview.chromium.org/2843293002/diff/20001/components/cronet/android/test/proguard.cfg#newcode25 components/cronet/android/test/proguard.cfg:25: -keep class org.apache.tomcat.jni.CertificateRequestedCallback$KeyMaterial { *; } On 2017/04/27 18:54:19, ...
3 years, 7 months ago (2017-04-27 19:45:08 UTC) #9
mef
lgtm
3 years, 7 months ago (2017-04-27 21:15:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2843293002/60001
3 years, 7 months ago (2017-04-27 22:29:48 UTC) #13
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 02:19:28 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/ff836a3e8ea62f70165a57dd5f0e...

Powered by Google App Engine
This is Rietveld 408576698