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

Issue 14753005: Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). (Closed)

Created:
7 years, 7 months ago by Anders Johnsen
Modified:
7 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). This also wraps the 'domain' component in toString with [...], if it contains any ':' characters. BUG= R=floitsch@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=22228

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add more tests and expand comment. #

Total comments: 10

Patch Set 3 : Style fixes. #

Patch Set 4 : Fix tets. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -28 lines) Patch
M pkg/stack_trace/lib/src/frame.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/stack_trace/test/frame_test.dart View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M pkg/stack_trace/test/trace_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M samples/swarm/swarm_ui_lib/util/Uri.dart View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/io/http.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/uri/uri.dart View 1 2 3 6 chunks +32 lines, -17 lines 0 comments Download
A tests/lib/uri/uri_ipv6_test.dart View 1 1 chunk +80 lines, -0 lines 0 comments Download
M tests/standalone/io/web_socket_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/testrunner/http_client_tests/http_client_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
7 years, 7 months ago (2013-05-01 07:36:48 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/14753005/diff/1/sdk/lib/uri/uri.dart File sdk/lib/uri/uri.dart (right): https://codereview.chromium.org/14753005/diff/1/sdk/lib/uri/uri.dart#newcode16 sdk/lib/uri/uri.dart:16: * [RFC-3986]: http://tools.ietf.org/html/rfc3986#section-4.3) Add some more documentation on ...
7 years, 7 months ago (2013-05-01 07:46:58 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/14753005/diff/1/sdk/lib/uri/uri.dart File sdk/lib/uri/uri.dart (right): https://codereview.chromium.org/14753005/diff/1/sdk/lib/uri/uri.dart#newcode16 sdk/lib/uri/uri.dart:16: * [RFC-3986]: http://tools.ietf.org/html/rfc3986#section-4.3) On 2013/05/01 07:46:58, Søren Gjesse ...
7 years, 7 months ago (2013-05-01 08:07:27 UTC) #3
floitsch
LGTM. https://codereview.chromium.org/14753005/diff/5001/sdk/lib/uri/uri.dart File sdk/lib/uri/uri.dart (right): https://codereview.chromium.org/14753005/diff/5001/sdk/lib/uri/uri.dart#newcode18 sdk/lib/uri/uri.dart:18: * '[' and ']' around the part. which ...
7 years, 7 months ago (2013-05-01 08:53:30 UTC) #4
Anders Johnsen
Thanks, landing. https://codereview.chromium.org/14753005/diff/5001/sdk/lib/uri/uri.dart File sdk/lib/uri/uri.dart (right): https://codereview.chromium.org/14753005/diff/5001/sdk/lib/uri/uri.dart#newcode18 sdk/lib/uri/uri.dart:18: * '[' and ']' around the part. ...
7 years, 7 months ago (2013-05-01 09:26:14 UTC) #5
Anders Johnsen
7 years, 7 months ago (2013-05-01 09:28:01 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r22228 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698