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

Issue 8429034: Upstream: Build net_unittests for Android. (Closed)

Created:
9 years, 1 month ago by Jing Zhao
Modified:
9 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, mmenke, brettw-cc_chromium.org
Visibility:
Public.

Description

Upstream: Build net_unittests for Android. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110902

Patch Set 1 #

Total comments: 26

Patch Set 2 : address comments #

Total comments: 30

Patch Set 3 : address comments #

Patch Set 4 : fix llog -- it's not for all targets #

Total comments: 2

Patch Set 5 : fix a bug in ssl_client_socket_openssl.cc and address comments #

Total comments: 20

Patch Set 6 : address comments in ssl_client_socket_openssl.cc #

Patch Set 7 : address comments #

Patch Set 8 : style fix #

Patch Set 9 : fix build #

Total comments: 3

Patch Set 10 : update common.gypi #

Patch Set 11 : update crypto.gyp #

Total comments: 1

Patch Set 12 : split out unreviewed files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -99 lines) Patch
M crypto/crypto.gyp View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +10 lines, -2 lines 0 comments Download
M crypto/rsa_private_key.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/dns_reloader.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -2 lines 0 comments Download
M net/base/dnsrr_resolver.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/dnsrr_resolver.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M net/base/dnsrr_resolver_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_resolver_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M net/base/platform_mime_util_linux.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -1 line 0 comments Download
M net/base/x509_certificate_openssl.cc View 1 2 3 4 5 6 7 4 chunks +64 lines, -2 lines 0 comments Download
M net/base/x509_certificate_openssl_android.cc View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
M net/dns/dns_config_service_posix.cc View 1 2 3 4 3 chunks +11 lines, -5 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +33 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +26 lines, -7 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
michaelbai
http://codereview.chromium.org/8429034/diff/1/base/base.gypi File base/base.gypi (right): http://codereview.chromium.org/8429034/diff/1/base/base.gypi#newcode609 base/base.gypi:609: ['exclude', '^debug/stack_trace_posix.cc'], It seemed that this 'reg' way is ...
9 years, 1 month ago (2011-11-01 16:37:59 UTC) #1
John Grabowski
Excellent to see progress on this front http://codereview.chromium.org/8429034/diff/1/base/base.gypi File base/base.gypi (right): http://codereview.chromium.org/8429034/diff/1/base/base.gypi#newcode440 base/base.gypi:440: ['exclude', '^files/file_path_watcher_kqueue.cc'], ...
9 years, 1 month ago (2011-11-01 23:09:33 UTC) #2
mmenke
http://codereview.chromium.org/8429034/diff/1/build/android/system.gyp File build/android/system.gyp (right): http://codereview.chromium.org/8429034/diff/1/build/android/system.gyp#newcode1 build/android/system.gyp:1: # Copyright (c) 2010 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-01 23:15:22 UTC) #3
Jing Zhao
Thanks for your review! Could you take another look? http://codereview.chromium.org/8429034/diff/1/base/base.gypi File base/base.gypi (right): http://codereview.chromium.org/8429034/diff/1/base/base.gypi#newcode440 base/base.gypi:440: ...
9 years, 1 month ago (2011-11-02 16:22:54 UTC) #4
michaelbai
I'd like joth and marcus to review it
9 years, 1 month ago (2011-11-02 16:30:32 UTC) #5
joth
some comments... great to see this moving along. http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc File net/base/dns_reloader.cc (right): http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc#newcode7 net/base/dns_reloader.cc:7: #if ...
9 years, 1 month ago (2011-11-02 18:57:05 UTC) #6
John Grabowski
LGTM from me conditional on a Joth LGTM. Note you will need OWNERS LGTM before ...
9 years, 1 month ago (2011-11-02 22:18:16 UTC) #7
Jing Zhao
Joth, thanks a lot for your review. Please take another look. http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc File net/base/dns_reloader.cc (right): ...
9 years, 1 month ago (2011-11-03 17:49:08 UTC) #8
joth
Excellent! LGTM with a couple small suggestions. http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc File net/base/dns_reloader.cc (right): http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc#newcode37 net/base/dns_reloader.cc:37: On 2011/11/03 ...
9 years, 1 month ago (2011-11-03 19:45:02 UTC) #9
Jing Zhao
Joth, thanks a lot. Please take another look. http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc File net/base/dns_reloader.cc (right): http://codereview.chromium.org/8429034/diff/4003/net/base/dns_reloader.cc#newcode37 net/base/dns_reloader.cc:37: On ...
9 years, 1 month ago (2011-11-04 08:01:43 UTC) #10
Ryan Sleevi
http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc#newcode542 net/base/x509_certificate_openssl.cc:542: return OK; random drive by: What does it mean ...
9 years, 1 month ago (2011-11-06 02:39:48 UTC) #11
Jing Zhao
Hi Joth, I think you are the original author of x509_certificate_openssl.cc. Could you take a ...
9 years, 1 month ago (2011-11-07 03:42:49 UTC) #12
joth
Thanks for the drive-by Ryan. http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc#newcode542 net/base/x509_certificate_openssl.cc:542: return OK; On 2011/11/06 ...
9 years, 1 month ago (2011-11-07 10:42:20 UTC) #13
jingzhao
All done. Please take another look. http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc#newcode542 net/base/x509_certificate_openssl.cc:542: return OK; On ...
9 years, 1 month ago (2011-11-08 02:02:17 UTC) #14
joth
Fixes to my comments in x509_certificate_openssl all LG. Some further improvements occur to me, mentioning ...
9 years, 1 month ago (2011-11-08 10:05:23 UTC) #15
Ryan Sleevi
Changes LGTM. A few notes below, but no need for re-review. http://codereview.chromium.org/8429034/diff/21001/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): ...
9 years, 1 month ago (2011-11-08 15:03:22 UTC) #16
jingzhao
Thanks for the review. I'll commit when git try succeeds. http://codereview.chromium.org/8429034/diff/33006/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8429034/diff/33006/build/common.gypi#newcode2070 ...
9 years, 1 month ago (2011-11-09 04:27:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jingzhao@chromium.org/8429034/41001
9 years, 1 month ago (2011-11-15 05:52:25 UTC) #18
commit-bot: I haz the power
Presubmit check for 8429034-41001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-15 05:52:35 UTC) #19
Jing Zhao
On 2011/11/15 05:52:35, I haz the power (commit-bot) wrote: > Presubmit check for 8429034-41001 failed ...
9 years, 1 month ago (2011-11-15 05:57:26 UTC) #20
joth
+wtc for net OWNERS approval.
9 years, 1 month ago (2011-11-15 08:36:36 UTC) #21
Jing Zhao
Hi William, Could you help to review this change? Thanks, Jing
9 years, 1 month ago (2011-11-16 04:06:29 UTC) #22
mmenke
net changes LGTM. http://codereview.chromium.org/8429034/diff/41001/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): http://codereview.chromium.org/8429034/diff/41001/net/socket/ssl_client_socket_openssl.cc#newcode813 net/socket/ssl_client_socket_openssl.cc:813: j = ssl_config_.next_protos.begin(); nit: Could you ...
9 years, 1 month ago (2011-11-17 16:16:08 UTC) #23
michaelbai
+ Mark for 'base' and 'build' parts
9 years, 1 month ago (2011-11-17 22:15:24 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jingzhao@chromium.org/8429034/54001
9 years, 1 month ago (2011-11-21 10:16:04 UTC) #25
commit-bot: I haz the power
Change committed as 110902
9 years, 1 month ago (2011-11-21 11:41:18 UTC) #26
wtc
9 years ago (2011-12-01 23:08:51 UTC) #27
Patch Set 12 LGTM.

Powered by Google App Engine
This is Rietveld 408576698