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

Issue 12188011: Added expand method to iterables. (Closed)

Created:
7 years, 10 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added expand method to iterables. Committed: https://code.google.com/p/dart/source/detail?r=18123

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -10 lines) Patch
M runtime/lib/array.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/lib/byte_array.dart View 1 chunk +5 lines, -1 line 0 comments Download
M runtime/lib/growable_array.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M samples/swarm/swarm_ui_lib/observable/observable.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/collection/collections.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/collection_dev/iterable.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 chunk +22 lines, -9 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 37 chunks +113 lines, -0 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 37 chunks +113 lines, -0 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 6 chunks +18 lines, -0 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 6 chunks +18 lines, -0 lines 0 comments Download
A tests/corelib/iterable_expand_test.dart View 1 chunk +40 lines, -0 lines 0 comments Download
M tools/dom/src/CssClassSet.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 2 chunks +8 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein Nielsen
7 years, 10 months ago (2013-02-04 13:06:23 UTC) #1
floitsch
7 years, 10 months ago (2013-02-04 15:10:08 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698