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

Issue 17589007: dart:io | Change names for SecureSocket exceptions. (Closed)

Created:
7 years, 6 months ago by Bill Hesse
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart:io | Change names for SecureSocket exceptions. BUG= R=ajohnsen@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=24405

Patch Set 1 #

Patch Set 2 : Simplify error handling #

Patch Set 3 : Move VerifyFields to throw ArgumentErrors #

Total comments: 17

Patch Set 4 : Address comments #

Patch Set 5 : Fix bad upload to review tool. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -125 lines) Patch
M runtime/bin/dartutils.h View 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 3 chunks +19 lines, -6 lines 0 comments Download
M runtime/bin/secure_socket.h View 1 chunk +0 lines, -18 lines 0 comments Download
M runtime/bin/secure_socket.cc View 1 2 3 17 chunks +91 lines, -32 lines 1 comment Download
M sdk/lib/io/secure_socket.dart View 1 2 3 16 chunks +106 lines, -51 lines 0 comments Download
M tests/standalone/io/raw_secure_server_socket_argument_test.dart View 1 2 3 1 chunk +31 lines, -4 lines 0 comments Download
M tests/standalone/io/raw_secure_server_socket_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/io/secure_no_builtin_roots_database_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_no_builtin_roots_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/secure_server_socket_test.dart View 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/io/secure_socket_bad_certificate_test.dart View 1 2 3 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Hesse
7 years, 6 months ago (2013-06-24 15:40:16 UTC) #1
Anders Johnsen
lgtm https://codereview.chromium.org/17589007/diff/11/runtime/bin/secure_socket.cc File runtime/bin/secure_socket.cc (right): https://codereview.chromium.org/17589007/diff/11/runtime/bin/secure_socket.cc#newcode450 runtime/bin/secure_socket.cc:450: if (buffer_size <= 0 || buffer_size > 1024 ...
7 years, 6 months ago (2013-06-25 05:55:03 UTC) #2
Søren Gjesse
LGTM https://codereview.chromium.org/17589007/diff/11/runtime/bin/secure_socket.cc File runtime/bin/secure_socket.cc (right): https://codereview.chromium.org/17589007/diff/11/runtime/bin/secure_socket.cc#newcode692 runtime/bin/secure_socket.cc:692: ThrowPRException("TlsException", On 2013/06/25 05:55:03, Anders Johnsen wrote: > ...
7 years, 6 months ago (2013-06-25 06:35:49 UTC) #3
Bill Hesse
Please take a look at ThrowCertificateException in secure_socket.cc - the other changes are addressing comments. ...
7 years, 6 months ago (2013-06-25 12:41:13 UTC) #4
Søren Gjesse
lgtm https://codereview.chromium.org/17589007/diff/19001/runtime/bin/secure_socket.cc File runtime/bin/secure_socket.cc (right): https://codereview.chromium.org/17589007/diff/19001/runtime/bin/secure_socket.cc#newcode71 runtime/bin/secure_socket.cc:71: static void ThrowCertificateException(const char* format, When passing a ...
7 years, 6 months ago (2013-06-25 13:17:38 UTC) #5
Bill Hesse
7 years, 6 months ago (2013-06-25 13:54:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r24405 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698