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

Issue 11414249: Move various top-level Unicode definitions into classes and methods. (Closed)

Created:
8 years ago by cshapiro
Modified:
8 years ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move various top-level Unicode definitions into classes and methods. Committed: https://code.google.com/p/dart/source/detail?r=15568

Patch Set 1 #

Total comments: 13

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -74 lines) Patch
M runtime/lib/string.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 9 chunks +13 lines, -13 lines 0 comments Download
M runtime/vm/scanner.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/unicode.h View 1 5 chunks +60 lines, -18 lines 0 comments Download
M runtime/vm/unicode.cc View 8 chunks +15 lines, -36 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
cshapiro
8 years ago (2012-11-30 02:04:13 UTC) #1
siva
lgtm https://codereview.chromium.org/11414249/diff/1/runtime/lib/string.cc File runtime/lib/string.cc (right): https://codereview.chromium.org/11414249/diff/1/runtime/lib/string.cc#newcode34 runtime/lib/string.cc:34: if (value < 0) { We could change ...
8 years ago (2012-11-30 02:42:53 UTC) #2
cshapiro
https://codereview.chromium.org/11414249/diff/1/runtime/lib/string.cc File runtime/lib/string.cc (right): https://codereview.chromium.org/11414249/diff/1/runtime/lib/string.cc#newcode34 runtime/lib/string.cc:34: if (value < 0) { Right. Done and done. ...
8 years ago (2012-11-30 03:21:24 UTC) #3
cshapiro
8 years ago (2012-11-30 03:26:30 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698