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

Issue 11434009: Ensure that NSS HTTP IO is initialized on iOS. (Closed)

Created:
8 years ago by wtc
Modified:
8 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Ensure that NSS HTTP IO is initialized on iOS. This continues the work of these two CLs: https://chromiumcodereview.appspot.com/10983023 https://chromiumcodereview.appspot.com/11293235 SSLServerSocketNSS does not use NSS HTTP IO, so it doesn't need to include nss_ocsp.h. Use defined(OS_MACOSX) && !defined(OS_IOS) to detect Mac OS X (excluding iOS). R=blundell@chromium.org,droger@chromium.org,rsleevi@chromium.org BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170669

Patch Set 1 #

Total comments: 7

Patch Set 2 : Add chrome/browser/io_thread.cc to the CL. Update OS_MACOSX related tests. #

Total comments: 2

Patch Set 3 : Remove the #endif comments #

Patch Set 4 : Sync with ToT #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -19 lines) Patch
M chrome/browser/io_thread.cc View 1 2 3 4 chunks +10 lines, -10 lines 2 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
wtc
blundell,droger: I'd appreciate it if one of you could test this CL on iOS because ...
8 years ago (2012-11-28 20:43:24 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/11434009/diff/1/net/url_request/url_fetcher_impl_unittest.cc File net/url_request/url_fetcher_impl_unittest.cc (right): https://codereview.chromium.org/11434009/diff/1/net/url_request/url_fetcher_impl_unittest.cc#newcode123 net/url_request/url_fetcher_impl_unittest.cc:123: #endif Broader question: Do we need these at all ...
8 years ago (2012-11-28 21:56:13 UTC) #2
droger
@wtc: io_thread.cc is used on iOS. https://codereview.chromium.org/11434009/diff/1/net/url_request/url_fetcher_impl_unittest.cc File net/url_request/url_fetcher_impl_unittest.cc (right): https://codereview.chromium.org/11434009/diff/1/net/url_request/url_fetcher_impl_unittest.cc#newcode123 net/url_request/url_fetcher_impl_unittest.cc:123: #endif On 2012/11/28 ...
8 years ago (2012-11-29 08:32:26 UTC) #3
droger
On 2012/11/28 20:43:24, wtc wrote: > blundell,droger: I'd appreciate it if one of you could ...
8 years ago (2012-11-29 09:08:27 UTC) #4
blundell
Looks fine to me. I patched this in downstream and it (unsurprisingly) causes no problems.
8 years ago (2012-11-29 09:24:50 UTC) #5
wtc
Thank you all for your comments. Please review patch set 2. Note: I generated this ...
8 years ago (2012-11-29 19:24:32 UTC) #6
Ryan Sleevi
Thanks Wan-Teh. As a mechnical change, this LGTM. We can address the layering of the ...
8 years ago (2012-11-29 20:35:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/11434009/12001
8 years ago (2012-11-30 17:47:02 UTC) #8
commit-bot: I haz the power
Presubmit check for 11434009-12001 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-30 17:47:09 UTC) #9
wtc
thakis: could you review the changes to chrome/browser/io_thread.cc in this CL? Thanks.
8 years ago (2012-11-30 23:26:05 UTC) #10
Nico
https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc#newcode70 chrome/browser/io_thread.cc:70: #if defined(USE_NSS) || defined(OS_IOS) Is NSS used on IOS? ...
8 years ago (2012-12-01 01:41:21 UTC) #11
Ryan Sleevi
On 2012/12/01 01:41:21, Nico wrote: > https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc > File chrome/browser/io_thread.cc (right): > > https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc#newcode70 > ...
8 years ago (2012-12-01 02:09:12 UTC) #12
wtc
https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc#newcode70 chrome/browser/io_thread.cc:70: #if defined(USE_NSS) || defined(OS_IOS) On 2012/12/01 01:41:21, Nico wrote: ...
8 years ago (2012-12-01 02:19:43 UTC) #13
Nico
On 2012/12/01 02:19:43, wtc wrote: > https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc > File chrome/browser/io_thread.cc (right): > > https://codereview.chromium.org/11434009/diff/7002/chrome/browser/io_thread.cc#newcode70 > ...
8 years ago (2012-12-01 03:45:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/11434009/7002
8 years ago (2012-12-01 15:05:30 UTC) #15
commit-bot: I haz the power
8 years ago (2012-12-01 18:10:31 UTC) #16
Message was sent while issue was closed.
Change committed as 170669

Powered by Google App Engine
This is Rietveld 408576698