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

Issue 10883052: Unify String. (Closed)

Created:
8 years, 3 months ago by Anders Johnsen
Modified:
8 years, 3 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Cleanup. #

Patch Set 3 : Add missing file. #

Total comments: 4

Patch Set 4 : Patch the remaining methods. #

Patch Set 5 : Style. #

Total comments: 2

Patch Set 6 : Style and add missing file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -21 lines) Patch
M corelib/src/implementation/corelib_impl_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A + corelib/src/implementation/string.dart View 1 2 3 1 chunk +7 lines, -9 lines 0 comments Download
M corelib/src/string.dart View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M corelib/src/strings.dart View 1 2 3 1 chunk +2 lines, -11 lines 0 comments Download
M lib/compiler/implementation/lib/coreimpl.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/compiler/implementation/lib/coreimpl_patch.dart View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/lib/lib_impl_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A runtime/lib/string_patch.dart View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
8 years, 3 months ago (2012-08-27 10:36:28 UTC) #1
Mads Ager (google)
https://chromiumcodereview.appspot.com/10883052/diff/3001/corelib/src/string.dart File corelib/src/string.dart (right): https://chromiumcodereview.appspot.com/10883052/diff/3001/corelib/src/string.dart#newcode11 corelib/src/string.dart:11: interface String extends Comparable, Hashable, Pattern default I think ...
8 years, 3 months ago (2012-08-27 10:52:00 UTC) #2
Anders Johnsen
PTAL https://chromiumcodereview.appspot.com/10883052/diff/3001/corelib/src/string.dart File corelib/src/string.dart (right): https://chromiumcodereview.appspot.com/10883052/diff/3001/corelib/src/string.dart#newcode11 corelib/src/string.dart:11: interface String extends Comparable, Hashable, Pattern default On ...
8 years, 3 months ago (2012-08-27 12:12:42 UTC) #3
Mads Ager (google)
This is looking good, but could you upload the VM patch file? https://chromiumcodereview.appspot.com/10883052/diff/1002/corelib/src/string.dart File corelib/src/string.dart ...
8 years, 3 months ago (2012-08-27 12:17:07 UTC) #4
Anders Johnsen
Oh, sorry, here! https://chromiumcodereview.appspot.com/10883052/diff/1002/corelib/src/string.dart File corelib/src/string.dart (right): https://chromiumcodereview.appspot.com/10883052/diff/1002/corelib/src/string.dart#newcode11 corelib/src/string.dart:11: interface String extends Comparable, On 2012/08/27 ...
8 years, 3 months ago (2012-08-27 12:20:35 UTC) #5
Mads Ager (google)
8 years, 3 months ago (2012-08-27 12:24:30 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698