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

Issue 12296011: Version 0.3.7.4 (Closed)

Created:
7 years, 10 months ago by ricow1
Modified:
7 years, 10 months ago
Reviewers:
floitsch, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Version 0.3.7.4 Merge revisions 18572, 18615, 18631 and 18633 to trunk. Committed: https://code.google.com/p/dart/source/detail?r=18642

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -1342 lines) Patch
M dart/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/pkg/analyzer-experimental/lib/src/generated/java_core.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/pkg/http/lib/src/byte_stream.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/pkg/serialization/lib/src/format.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M dart/runtime/lib/array.dart View 1 4 chunks +2 lines, -10 lines 0 comments Download
M dart/runtime/lib/byte_array.dart View 1 1 chunk +0 lines, -4 lines 0 comments Download
M dart/runtime/lib/growable_array.dart View 1 2 chunks +1 line, -5 lines 0 comments Download
M dart/runtime/lib/string_buffer_patch.dart View 1 chunk +17 lines, -30 lines 0 comments Download
M dart/samples/swarm/swarm_ui_lib/observable/observable.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M dart/sdk/lib/_collection_dev/iterable.dart View 1 9 chunks +29 lines, -338 lines 0 comments Download
M dart/sdk/lib/_collection_dev/list.dart View 1 2 chunks +15 lines, -261 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/code_buffer.dart View 3 chunks +22 lines, -9 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 1 chunk +21 lines, -2 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 2 chunks +1 line, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/lib/string_helper.dart View 1 chunk +0 lines, -30 lines 0 comments Download
M dart/sdk/lib/async/future_impl.dart View 1 1 chunk +20 lines, -17 lines 0 comments Download
M dart/sdk/lib/async/stream.dart View 1 1 chunk +0 lines, -7 lines 0 comments Download
M dart/sdk/lib/collection/collections.dart View 1 5 chunks +19 lines, -144 lines 0 comments Download
M dart/sdk/lib/core/core.dart View 1 chunk +1 line, -0 lines 0 comments Download
M dart/sdk/lib/core/corelib_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M dart/sdk/lib/core/iterable.dart View 1 1 chunk +0 lines, -6 lines 0 comments Download
M dart/sdk/lib/core/list.dart View 1 1 chunk +2 lines, -6 lines 0 comments Download
M dart/sdk/lib/core/string_buffer.dart View 1 chunk +53 lines, -13 lines 0 comments Download
A + dart/sdk/lib/core/string_sink.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/sdk/lib/html/dart2js/html_dart2js.dart View 74 chunks +38 lines, -153 lines 0 comments Download
M dart/sdk/lib/html/dartium/html_dartium.dart View 74 chunks +38 lines, -153 lines 0 comments Download
M dart/sdk/lib/html/html_common/filtered_element_list.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M dart/sdk/lib/svg/dart2js/svg_dart2js.dart View 1 12 chunks +6 lines, -24 lines 0 comments Download
M dart/sdk/lib/svg/dartium/svg_dartium.dart View 1 12 chunks +6 lines, -24 lines 0 comments Download
M dart/tests/corelib/iterable_skip_test.dart View 1 8 chunks +50 lines, -21 lines 0 comments Download
M dart/tests/corelib/iterable_take_test.dart View 1 8 chunks +0 lines, -22 lines 0 comments Download
A + dart/tests/corelib/list_map_test.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/tests/corelib/list_reversed_test.dart View 1 2 chunks +111 lines, -15 lines 0 comments Download
M dart/tests/html/element_classes_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/html/element_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/html/streams_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/lib/async/stream_controller_async_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/tools/VERSION View 1 chunk +1 line, -1 line 0 comments Download
M dart/tools/dom/src/CssClassSet.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M dart/tools/dom/templates/html/impl/impl_Element.darttemplate View 1 4 chunks +2 lines, -10 lines 0 comments Download
M dart/tools/dom/templates/html/impl/impl_HTMLSelectElement.darttemplate View 1 chunk +2 lines, -4 lines 0 comments Download
M dart/tools/dom/templates/html/impl/impl_Node.darttemplate View 1 2 chunks +1 line, -5 lines 0 comments Download
M dart/tools/dom/templates/immutable_list_mixin.darttemplate View 1 2 chunks +1 line, -4 lines 0 comments Download
M dart/utils/pub/entrypoint.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download
M dart/utils/pub/utils.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M dart/utils/template/utils.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
7 years, 10 months ago (2013-02-18 15:13:27 UTC) #1
ricow1
On 2013/02/18 15:13:27, ricow1 wrote: I will create one with 18615 in as well
7 years, 10 months ago (2013-02-18 15:16:50 UTC) #2
ricow1
Updated with revision 18615, this eliminated the conflict I had on the first upload (and ...
7 years, 10 months ago (2013-02-18 15:36:29 UTC) #3
floitsch
7 years, 10 months ago (2013-02-18 15:46:15 UTC) #4
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698