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

Issue 119673004: Version 1.1.0-dev.5.2 (Closed)

Created:
6 years, 11 months ago by ricow1
Modified:
6 years, 11 months ago
Reviewers:
kasperl, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Version 1.1.0-dev.5.2 svn merge -c 31324 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31325 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31335 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31336 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31340 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31342 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31347 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31354 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31355 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31356 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31358 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31360 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31364 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31370 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31372 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31377 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31386 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31394 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31395 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31400 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31401 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31405 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31408 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31414 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31426 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31428 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31435 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31436 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31443 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31447 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31448 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31449 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31463 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31504 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31505 https://dart.googlecode.com/svn/branches/bleeding_edge trunk svn merge -c 31521 https://dart.googlecode.com/svn/branches/bleeding_edge trunk Committed: https://code.google.com/p/dart/source/detail?r=31560

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4063 lines, -2620 lines) Patch
M dart/dart.gyp View 1 chunk +2 lines, -8 lines 0 comments Download
M dart/runtime/bin/bin.gypi View 6 chunks +71 lines, -110 lines 0 comments Download
M dart/runtime/bin/dartutils.cc View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/gen_snapshot.cc View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/net/zlib.gyp View 1 chunk +0 lines, -57 lines 0 comments Download
D dart/runtime/bin/vmservice/client/build.dart View 1 chunk +0 lines, -44 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/build_.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index.html View 25 chunks +137 lines, -76 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index_devtools.html View 25 chunks +136 lines, -75 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/observatory.dart View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/observatory_elements.dart View 1 chunk +7 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/lib/observatory_elements.html View 2 chunks +7 lines, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory/isolate.dart View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory/isolate_manager.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart View 4 chunks +22 lines, -66 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory/request_manager.dart View 3 chunks +17 lines, -44 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/class_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/class_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/class_view.html View 4 chunks +8 lines, -10 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/code_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/code_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/code_view.html View 2 chunks +2 lines, -3 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/field_ref.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/field_ref.html View 1 chunk +9 lines, -9 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/field_view.html View 4 chunks +6 lines, -9 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/function_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/function_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/function_view.html View 2 chunks +6 lines, -6 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart View 1 chunk +9 lines, -3 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.html View 1 chunk +8 lines, -7 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_view.html View 4 chunks +5 lines, -7 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html View 2 chunks +5 lines, -2 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/library_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/library_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/library_view.html View 6 chunks +12 lines, -16 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar.html View 1 chunk +0 lines, -4 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.html View 2 chunks +7 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_element.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/script_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/script_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/service_ref.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/runtime/bin/vmservice/client/lib/src/observatory_elements/service_ref.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html View 2 chunks +5 lines, -3 lines 0 comments Download
M dart/runtime/bin/vmservice/client/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/running_isolates.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M dart/runtime/bin/vmservice/vmservice_io.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M dart/runtime/include/dart_api.h View 2 chunks +29 lines, -0 lines 0 comments Download
M dart/runtime/tools/gyp/nss_configurations.gypi View 1 chunk +35 lines, -5 lines 0 comments Download
M dart/runtime/tools/gyp/runtime-configurations.gypi View 1 chunk +0 lines, -8 lines 0 comments Download
D dart/runtime/tools/gyp/runtime_configurations_android.gypi View 1 chunk +0 lines, -57 lines 0 comments Download
M dart/runtime/vm/allocation_test.cc View 5 chunks +14 lines, -10 lines 0 comments Download
M dart/runtime/vm/assembler_arm_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/runtime/vm/assembler_x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M dart/runtime/vm/assembler_x64.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M dart/runtime/vm/class_finalizer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M dart/runtime/vm/class_finalizer.cc View 14 chunks +13 lines, -18 lines 0 comments Download
M dart/runtime/vm/code_descriptors_test.cc View 2 chunks +1 line, -4 lines 0 comments Download
M dart/runtime/vm/code_patcher.h View 1 chunk +3 lines, -0 lines 0 comments Download
M dart/runtime/vm/code_patcher.cc View 1 chunk +12 lines, -1 line 0 comments Download
M dart/runtime/vm/compiler.cc View 13 chunks +7 lines, -32 lines 0 comments Download
M dart/runtime/vm/dart_api_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M dart/runtime/vm/dart_api_impl.cc View 3 chunks +41 lines, -16 lines 0 comments Download
M dart/runtime/vm/dart_api_impl_test.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M dart/runtime/vm/debugger.h View 8 chunks +45 lines, -24 lines 0 comments Download
M dart/runtime/vm/debugger.cc View 30 chunks +421 lines, -274 lines 0 comments Download
M dart/runtime/vm/debugger_api_impl_test.cc View 3 chunks +18 lines, -17 lines 0 comments Download
M dart/runtime/vm/debugger_arm.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M dart/runtime/vm/debugger_ia32.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M dart/runtime/vm/debugger_mips.cc View 1 chunk +0 lines, -52 lines 0 comments Download
M dart/runtime/vm/debugger_test.cc View 2 chunks +61 lines, -9 lines 0 comments Download
M dart/runtime/vm/debugger_x64.cc View 1 chunk +0 lines, -36 lines 0 comments Download
M dart/runtime/vm/flow_graph_builder.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M dart/runtime/vm/flow_graph_inliner.cc View 5 chunks +1 line, -7 lines 0 comments Download
M dart/runtime/vm/flow_graph_optimizer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M dart/runtime/vm/flow_graph_optimizer.cc View 6 chunks +148 lines, -5 lines 0 comments Download
M dart/runtime/vm/flow_graph_type_propagator.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M dart/runtime/vm/intermediate_language.h View 4 chunks +54 lines, -0 lines 0 comments Download
M dart/runtime/vm/intermediate_language.cc View 3 chunks +70 lines, -0 lines 0 comments Download
M dart/runtime/vm/intermediate_language_arm.cc View 2 chunks +20 lines, -7 lines 0 comments Download
M dart/runtime/vm/intermediate_language_ia32.cc View 4 chunks +45 lines, -10 lines 0 comments Download
M dart/runtime/vm/intermediate_language_mips.cc View 2 chunks +26 lines, -6 lines 0 comments Download
M dart/runtime/vm/intermediate_language_x64.cc View 3 chunks +28 lines, -6 lines 0 comments Download
M dart/runtime/vm/isolate.h View 3 chunks +4 lines, -4 lines 0 comments Download
M dart/runtime/vm/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/vm/json_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/runtime/vm/json_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/vm/longjump.h View 2 chunks +14 lines, -3 lines 0 comments Download
M dart/runtime/vm/longjump.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M dart/runtime/vm/longjump_test.cc View 2 chunks +9 lines, -5 lines 0 comments Download
M dart/runtime/vm/native_symbol.h View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/vm/native_symbol_android.cc View 2 chunks +4 lines, -1 line 0 comments Download
M dart/runtime/vm/native_symbol_linux.cc View 2 chunks +4 lines, -1 line 0 comments Download
M dart/runtime/vm/native_symbol_macos.cc View 2 chunks +4 lines, -1 line 0 comments Download
M dart/runtime/vm/native_symbol_win.cc View 2 chunks +4 lines, -1 line 0 comments Download
M dart/runtime/vm/object.h View 12 chunks +24 lines, -5 lines 0 comments Download
M dart/runtime/vm/object.cc View 19 chunks +482 lines, -67 lines 0 comments Download
M dart/runtime/vm/object_test.cc View 3 chunks +215 lines, -0 lines 0 comments Download
M dart/runtime/vm/pages.cc View 1 chunk +10 lines, -6 lines 0 comments Download
M dart/runtime/vm/parser.cc View 5 chunks +8 lines, -14 lines 0 comments Download
M dart/runtime/vm/parser_test.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M dart/runtime/vm/profiler.h View 5 chunks +13 lines, -10 lines 0 comments Download
M dart/runtime/vm/profiler.cc View 8 chunks +383 lines, -142 lines 0 comments Download
M dart/runtime/vm/profiler_test.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M dart/runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/vm/service.cc View 7 chunks +313 lines, -10 lines 0 comments Download
M dart/runtime/vm/service_test.cc View 4 chunks +316 lines, -2 lines 0 comments Download
M dart/runtime/vm/simulator_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/runtime/vm/snapshot.cc View 7 chunks +5 lines, -22 lines 0 comments Download
M dart/runtime/vm/stub_code.h View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/vm/stub_code_arm.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M dart/runtime/vm/stub_code_ia32.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M dart/runtime/vm/stub_code_mips.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M dart/runtime/vm/stub_code_x64.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M dart/runtime/vm/visitor.h View 1 chunk +8 lines, -1 line 0 comments Download
M dart/runtime/vm/vm.gypi View 1 chunk +0 lines, -7 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/constants.dart View 3 chunks +0 lines, -29 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/ir/ir_pickler.dart View 2 chunks +1 line, -3 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 3 chunks +5 lines, -36 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart View 2 chunks +0 lines, -8 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 2 chunks +0 lines, -9 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart View 4 chunks +4 lines, -48 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/compiler/dart2js/literal_map_test.dart View 1 chunk +1 line, -3 lines 0 comments Download
A + dart/tests/compiler/dart2js_native/bound_closure_super_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/tests/compiler/dart2js_native/bound_closure_test.dart View 3 chunks +1 line, -5 lines 0 comments Download
M dart/tests/compiler/dart2js_native/dart2js_native.status View 1 chunk +1 line, -0 lines 0 comments Download
M dart/tests/language/mixin_illegal_syntax_test.dart View 2 chunks +3 lines, -0 lines 0 comments Download
A + dart/tests/language/string_charcode_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/tests/standalone/debugger/breakpoint_resolved_test.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M dart/tests/standalone/debugger/debug_lib.dart View 2 chunks +4 lines, -1 line 0 comments Download
A + dart/tests/standalone/debugger/local_function_test.dart View 2 chunks +31 lines, -5 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_bad_class_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_bad_object_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_class_field_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_class_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_code_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_echo_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_function_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_library_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M dart/tests/standalone/vmservice/isolate_stacktrace_command_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/tests/standalone/vmservice/test_helper.dart View 6 chunks +9 lines, -9 lines 0 comments Download
M dart/tests/standalone/vmservice/unknown_isolate_command_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M dart/tools/VERSION View 1 chunk +1 line, -1 line 0 comments Download
A + dart/tools/android_link.py View 1 chunk +1 line, -1 line 0 comments Download
M dart/tools/build.py View 7 chunks +48 lines, -94 lines 0 comments Download
M dart/tools/dom/scripts/systemnative.py View 4 chunks +23 lines, -2 lines 0 comments Download
M dart/tools/gyp/configurations.gypi View 2 chunks +131 lines, -33 lines 0 comments Download
M dart/tools/gyp/configurations_android.gypi View 3 chunks +131 lines, -153 lines 0 comments Download
M dart/tools/gyp/configurations_make.gypi View 6 chunks +17 lines, -10 lines 0 comments Download
M dart/tools/gyp/configurations_msvs.gypi View 3 chunks +22 lines, -5 lines 0 comments Download
M dart/tools/gyp/configurations_xcode.gypi View 2 chunks +19 lines, -1 line 0 comments Download
M dart/tools/gyp/find_mac_gcc_version.py View 1 chunk +5 lines, -2 lines 0 comments Download
M dart/tools/gyp/find_mac_sdk.py View 1 chunk +5 lines, -2 lines 0 comments Download
D dart/tools/gyp/source_filter.gypi View 1 chunk +0 lines, -15 lines 0 comments Download
D dart/tools/tracemerge.dart View 1 chunk +0 lines, -361 lines 0 comments Download
D dart/tools/tracesummary.dart View 1 chunk +0 lines, -163 lines 0 comments Download
M dart/tools/utils.py View 1 chunk +6 lines, -7 lines 0 comments Download
M deps/all.deps/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M deps/clank.deps/DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
6 years, 11 months ago (2014-01-07 18:20:54 UTC) #1
ricow1
TBR
6 years, 11 months ago (2014-01-07 18:23:37 UTC) #2
ricow1
Committed patchset #1 manually as r31560 (presubmit successful).
6 years, 11 months ago (2014-01-07 18:27:34 UTC) #3
kasperl
6 years, 11 months ago (2014-01-08 06:02:45 UTC) #4
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698