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

Issue 11417051: Make List an abstract class. (Closed)

Created:
8 years, 1 month ago by Anders Johnsen
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen, regis
Visibility:
Public.

Description

Make List an abstract class. This was the last interface in dart:core. BUG= Committed: https://code.google.com/p/dart/source/detail?r=15240

Patch Set 1 #

Patch Set 2 : Rename ListImplementation to List, fixing a TODO. #

Patch Set 3 : rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -61 lines) Patch
M runtime/lib/array_patch.dart View 2 chunks +1 line, -9 lines 0 comments Download
M runtime/tests/vm/dart/isolate_mirror_local_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 2 chunks +3 lines, -12 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M sdk/lib/core/list.dart View 3 chunks +9 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
8 years, 1 month ago (2012-11-18 14:23:35 UTC) #1
ngeoffray
Nice! Please note that this will break dart2js performance (dart2js checks against properties of the ...
8 years, 1 month ago (2012-11-18 14:32:14 UTC) #2
Mads Ager (google)
LGTM
8 years, 1 month ago (2012-11-19 09:21:58 UTC) #3
regis
8 years, 1 month ago (2012-11-19 18:13:41 UTC) #4
Not a reviewer, but LGTM anyway.

Powered by Google App Engine
This is Rietveld 408576698