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

Issue 15348003: Fix string.trim (adding more runes). (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Add BOM test. #

Patch Set 3 : Add BOM test (upload error) #

Patch Set 4 : Update comments and fix after merge. #

Patch Set 5 : Fix bad merge typo. #

Patch Set 6 : Add forgotten `static`. #

Total comments: 2

Patch Set 7 : Update comment with whitespace property. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -14 lines) Patch
M runtime/lib/string_patch.dart View 1 2 3 4 5 6 3 chunks +33 lines, -7 lines 0 comments Download
M sdk/lib/core/string.dart View 1 2 3 1 chunk +25 lines, -7 lines 0 comments Download
A tests/corelib/string_trim2_test.dart View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
floitsch
7 years, 7 months ago (2013-05-17 22:03:25 UTC) #1
floitsch
@Lasse: should we add 0x85 to the list of whitespaces? It's on the list of ...
7 years, 7 months ago (2013-05-17 22:17:42 UTC) #2
srdjan
lgtm
7 years, 7 months ago (2013-05-20 17:09:33 UTC) #3
Lasse Reichstein Nielsen
if we add U+0085 as whitespace, we should change the documentation to state that we ...
7 years, 7 months ago (2013-05-21 06:20:07 UTC) #4
Lasse Reichstein Nielsen
Let's add U+0085 and use the full Unicode White_Space property: 0009..000D ; White_Space # Cc ...
7 years, 7 months ago (2013-05-21 07:37:07 UTC) #5
floitsch
PTAL.
7 years, 7 months ago (2013-05-21 12:10:18 UTC) #6
floitsch
Updated the CL with small bugfixes.
7 years, 7 months ago (2013-05-21 12:15:54 UTC) #7
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/15348003/diff/10004/runtime/lib/string_patch.dart File runtime/lib/string_patch.dart (right): https://codereview.chromium.org/15348003/diff/10004/runtime/lib/string_patch.dart#newcode211 runtime/lib/string_patch.dart:211: // Characters in the Zl category: Why is ...
7 years, 7 months ago (2013-05-22 10:31:55 UTC) #8
floitsch
https://codereview.chromium.org/15348003/diff/10004/runtime/lib/string_patch.dart File runtime/lib/string_patch.dart (right): https://codereview.chromium.org/15348003/diff/10004/runtime/lib/string_patch.dart#newcode211 runtime/lib/string_patch.dart:211: // Characters in the Zl category: On 2013/05/22 10:31:55, ...
7 years, 7 months ago (2013-05-22 11:09:58 UTC) #9
floitsch
7 years, 7 months ago (2013-05-22 11:10:20 UTC) #10
Message was sent while issue was closed.
Committed patchset #7 manually as r23006 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698