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

Issue 23003023: Remove usage of dart:utf from dart:io. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Special case _decodeString for UTF-8 too. #

Patch Set 3 : Reupload due to error. #

Patch Set 4 : Keep forgiving semantics. #

Total comments: 6

Patch Set 5 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -87 lines) Patch
M sdk/lib/io/io.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/io/stdio.dart View 1 2 3 4 2 chunks +64 lines, -30 lines 0 comments Download
M sdk/lib/io/string_transformer.dart View 1 2 3 4 8 chunks +30 lines, -29 lines 0 comments Download
M sdk/lib/io/websocket_impl.dart View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/io/http_auth_digest_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_auth_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/io/http_proxy_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/standalone/io/string_decoder_test.dart View 1 2 3 4 5 chunks +17 lines, -17 lines 0 comments Download
M tests/standalone/io/string_transformer_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/standalone/io/web_socket_protocol_processor_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
7 years, 4 months ago (2013-08-22 16:21:30 UTC) #1
floitsch
Special cased the decoding of UTF-8.
7 years, 4 months ago (2013-08-22 16:40:12 UTC) #2
Anders Johnsen
LGTM. Again, I must admit, dart:convert rocks! :) https://codereview.chromium.org/23003023/diff/7001/sdk/lib/io/stdio.dart File sdk/lib/io/stdio.dart (right): https://codereview.chromium.org/23003023/diff/7001/sdk/lib/io/stdio.dart#newcode63 sdk/lib/io/stdio.dart:63: const ...
7 years, 4 months ago (2013-08-23 06:07:12 UTC) #3
floitsch
https://codereview.chromium.org/23003023/diff/7001/sdk/lib/io/stdio.dart File sdk/lib/io/stdio.dart (right): https://codereview.chromium.org/23003023/diff/7001/sdk/lib/io/stdio.dart#newcode63 sdk/lib/io/stdio.dart:63: const CARRIAGE_RETURN = 13; On 2013/08/23 06:07:12, Anders Johnsen ...
7 years, 4 months ago (2013-08-23 08:51:58 UTC) #4
Søren Gjesse
lgtm
7 years, 4 months ago (2013-08-23 08:52:01 UTC) #5
floitsch
7 years, 4 months ago (2013-08-23 09:08:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r26586 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698