|
Moving ListBase, FixedLengthListMixin and UmodifiableListMixin to collection.
Users can now create lists easily by extending these classes, just
as they can create iterables by extending Iterable.
Reduce the dependency of IterableMixinWorkaround outside of core/collection
implementations. I plan to move IterableMixinWorkaround to _collection-dev
before M4.
Committed: https://code.google.com/p/dart/source/detail?r=21147
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -800 lines) |
Patch |
|
M |
runtime/lib/array.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/lib/growable_array.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/lib/string_patch.dart
|
View
|
1
2
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/_collection_dev/collection_dev.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_collection_dev/list.dart
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -489 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
View
|
1
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/collection/collection.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/collection/collection_sources.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/collection/collections.dart
|
View
|
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
sdk/lib/collection/list.dart
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -289 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/dartium/html_dartium.dart
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/html_common/filtered_element_list.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/dom/templates/html/impl/impl_Element.darttemplate
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|