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

Issue 515049: Changed catch-all Mac SSL OSStatus error to paramErr (Closed)

Created:
10 years, 11 months ago by akalin
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Changed catch-all Mac SSL OSStatus error to paramErr. Added net::ERR_UNEXPECTED <=> errSSLInternal mapping. Added net::ERR_INVALID_ARGUMENT => paramErr mapping. BUG=none TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35650

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed wtc's comments #

Patch Set 3 : Added needed incldue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M net/socket/ssl_client_socket_mac.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
akalin
+wtc for review
10 years, 11 months ago (2009-12-29 01:11:01 UTC) #1
akalin
On 2009/12/29 01:11:01, akalin wrote: > +wtc for review ping!
10 years, 11 months ago (2010-01-05 00:41:16 UTC) #2
wtc
Thanks for the patch! http://codereview.chromium.org/515049/diff/1/2 File net/socket/ssl_client_socket_mac.cc (right): http://codereview.chromium.org/515049/diff/1/2#newcode180 net/socket/ssl_client_socket_mac.cc:180: return errSSLIllegalParam; It's better to ...
10 years, 11 months ago (2010-01-05 01:44:38 UTC) #3
akalin
On 2010/01/05 01:44:38, wtc wrote: > Thanks for the patch! > > Please do the ...
10 years, 11 months ago (2010-01-06 02:35:06 UTC) #4
wtc
LGTM. Thanks!
10 years, 11 months ago (2010-01-06 02:42:02 UTC) #5
akalin
10 years, 11 months ago (2010-01-06 03:00:55 UTC) #6
On 2010/01/06 02:42:02, wtc wrote:
> LGTM.  Thanks!

Forgot to include CoreServices.h (for paramErr).  Did that and will submit once
trybots pass.

Powered by Google App Engine
This is Rietveld 408576698