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

Issue 19187002: Replace old utf8 decoder with new one. (Closed)

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

Description

Replace old utf8 decoder with new one. R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=25089

Patch Set 1 #

Patch Set 2 : Remove debug print. #

Patch Set 3 : Add comments. #

Total comments: 23

Patch Set 4 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -9 lines) Patch
M sdk/lib/codec/encoding.dart View 1 2 3 1 chunk +34 lines, -4 lines 0 comments Download
M sdk/lib/convert/utf.dart View 1 2 3 1 chunk +179 lines, -3 lines 0 comments Download
A tests/lib/convert/utf82_test.dart View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
A tests/lib/convert/utf83_test.dart View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A + tests/lib/convert/utf8_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
7 years, 5 months ago (2013-07-15 12:51:58 UTC) #1
floitsch
Added comments.
7 years, 5 months ago (2013-07-15 13:48:54 UTC) #2
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/19187002/diff/5001/sdk/lib/codec/encoding.dart File sdk/lib/codec/encoding.dart (right): https://codereview.chromium.org/19187002/diff/5001/sdk/lib/codec/encoding.dart#newcode33 sdk/lib/codec/encoding.dart:33: * the [decoder] replace invalid (or unterminated) character ...
7 years, 5 months ago (2013-07-16 12:23:02 UTC) #3
floitsch
PTAL. I added removal of leading BOMs. https://codereview.chromium.org/19187002/diff/5001/sdk/lib/codec/encoding.dart File sdk/lib/codec/encoding.dart (right): https://codereview.chromium.org/19187002/diff/5001/sdk/lib/codec/encoding.dart#newcode33 sdk/lib/codec/encoding.dart:33: * the ...
7 years, 5 months ago (2013-07-16 14:25:23 UTC) #4
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/19187002/diff/5001/tests/lib/convert/utf82_test.dart File tests/lib/convert/utf82_test.dart (right): https://codereview.chromium.org/19187002/diff/5001/tests/lib/convert/utf82_test.dart#newcode36 tests/lib/convert/utf82_test.dart:36: [ 0xF0, 0x82, 0x82, 0xAC ]]; The point ...
7 years, 5 months ago (2013-07-17 09:14:50 UTC) #5
floitsch
7 years, 5 months ago (2013-07-17 11:35:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r25089 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698