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

Issue 12088086: Adapt String interface for Utf16. (Closed)

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

Description

Patch Set 1 #

Total comments: 48

Patch Set 2 : Address comments and implement missing methods. #

Total comments: 14

Patch Set 3 : Address comments. #

Patch Set 4 : Rebase #

Patch Set 5 : Don't change intrinsified String.charCodeAt. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -16 lines) Patch
M runtime/lib/string_base.dart View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_string.dart View 1 2 chunks +11 lines, -1 line 0 comments Download
M sdk/lib/core/string.dart View 1 2 3 3 chunks +115 lines, -15 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
floitsch
Proposal for String interface change. Together with Lasse's rune-iterator the change itself should be relatively ...
7 years, 10 months ago (2013-01-31 14:49:11 UTC) #1
erikcorry
UTF-8 is a series of code units too, so "code units" is ambiguous. LGTM https://codereview.chromium.org/12088086/diff/1/sdk/lib/core/string.dart ...
7 years, 10 months ago (2013-02-01 09:42:50 UTC) #2
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/12088086/diff/1/sdk/lib/core/string.dart File sdk/lib/core/string.dart (right): https://codereview.chromium.org/12088086/diff/1/sdk/lib/core/string.dart#newcode8 sdk/lib/core/string.dart:8: * The String class represents character strings. Strings ...
7 years, 10 months ago (2013-02-01 12:44:10 UTC) #3
floitsch
Thank you both. PTAL. If you are ok with it, I would commit this version, ...
7 years, 10 months ago (2013-02-01 20:21:14 UTC) #4
Lasse Reichstein Nielsen
LGTM https://codereview.chromium.org/12088086/diff/6001/sdk/lib/core/string.dart File sdk/lib/core/string.dart (right): https://codereview.chromium.org/12088086/diff/6001/sdk/lib/core/string.dart#newcode16 sdk/lib/core/string.dart:16: * terminology to Go we use the name ...
7 years, 10 months ago (2013-02-04 15:26:01 UTC) #5
floitsch
https://codereview.chromium.org/12088086/diff/6001/sdk/lib/core/string.dart File sdk/lib/core/string.dart (right): https://codereview.chromium.org/12088086/diff/6001/sdk/lib/core/string.dart#newcode16 sdk/lib/core/string.dart:16: * terminology to Go we use the name "rune" ...
7 years, 10 months ago (2013-02-04 16:03:26 UTC) #6
floitsch
TBR after fix (just keeping charCodeAt unmodified and redirecting codeUnitAt to it, instead of the ...
7 years, 10 months ago (2013-02-04 20:17:26 UTC) #7
srdjan
7 years, 10 months ago (2013-02-04 20:57:32 UTC) #8
Message was sent while issue was closed.
Please CC me always when making changes in runtime/lib

Thanks,

Powered by Google App Engine
This is Rietveld 408576698