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

Issue 328663002: Version 1.5.0-dev.4.5 (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+503 lines, -658 lines) Patch
A dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/mobile/AndroidDevice.java View 1 chunk +46 lines, -0 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/dartium/DartiumDebugIndexedValue.java View 4 chunks +27 lines, -2 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/dartium/DartiumDebugValue.java View 5 chunks +15 lines, -19 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/dartium/VariableCollector.java View 1 chunk +2 lines, -0 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/webkit/WebkitPropertyDescriptor.java View 1 chunk +13 lines, -1 line 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/webkit/WebkitRemoteObject.java View 5 chunks +31 lines, -16 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/webkit/WebkitRuntime.java View 2 chunks +44 lines, -3 lines 0 comments Download
M dart/runtime/vm/code_generator.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M dart/runtime/vm/code_patcher.cc View 4 chunks +5 lines, -9 lines 0 comments Download
M dart/runtime/vm/compiler.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M dart/runtime/vm/flow_graph.h View 2 chunks +6 lines, -0 lines 0 comments Download
M dart/runtime/vm/flow_graph.cc View 2 chunks +17 lines, -1 line 0 comments Download
M dart/runtime/vm/flow_graph_builder.h View 1 chunk +4 lines, -0 lines 0 comments Download
M dart/runtime/vm/flow_graph_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/vm/flow_graph_compiler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M dart/runtime/vm/flow_graph_compiler.cc View 2 chunks +7 lines, -1 line 0 comments Download
M dart/runtime/vm/flow_graph_compiler_arm.cc View 3 chunks +9 lines, -13 lines 0 comments Download
M dart/runtime/vm/flow_graph_compiler_arm64.cc View 3 chunks +8 lines, -12 lines 0 comments Download
M dart/runtime/vm/flow_graph_compiler_ia32.cc View 3 chunks +10 lines, -13 lines 0 comments Download
M dart/runtime/vm/flow_graph_compiler_mips.cc View 3 chunks +9 lines, -13 lines 0 comments Download
M dart/runtime/vm/flow_graph_compiler_x64.cc View 3 chunks +9 lines, -13 lines 0 comments Download
M dart/runtime/vm/flow_graph_inliner.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M dart/runtime/vm/object.h View 4 chunks +31 lines, -5 lines 0 comments Download
M dart/runtime/vm/object.cc View 4 chunks +20 lines, -7 lines 0 comments Download
M dart/runtime/vm/parser.h View 3 chunks +6 lines, -4 lines 0 comments Download
M dart/runtime/vm/parser.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M dart/runtime/vm/raw_object.h View 1 chunk +5 lines, -0 lines 0 comments Download
M dart/sdk/lib/_blink/dartium/_blink_dartium.dart View 24 chunks +7 lines, -115 lines 0 comments Download
M dart/sdk/lib/html/dart2js/html_dart2js.dart View 13 chunks +34 lines, -139 lines 0 comments Download
M dart/sdk/lib/html/dartium/html_dartium.dart View 12 chunks +1 line, -119 lines 0 comments Download
M dart/sdk/lib/svg/dart2js/svg_dart2js.dart View 2 chunks +0 lines, -14 lines 0 comments Download
M dart/sdk/lib/svg/dartium/svg_dartium.dart View 2 chunks +0 lines, -20 lines 0 comments Download
M dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 8 chunks +0 lines, -41 lines 0 comments Download
M dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart View 9 chunks +0 lines, -40 lines 0 comments Download
A + dart/tests/language/deferred_inlined_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + dart/tests/language/deferred_optimized_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M dart/tools/VERSION View 1 chunk +1 line, -1 line 0 comments Download
M dart/tools/dom/idl/dart/dart.idl View 1 chunk +91 lines, -0 lines 0 comments Download
M dart/tools/dom/scripts/systemnative.py View 1 chunk +16 lines, -1 line 0 comments Download
M dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate View 2 chunks +0 lines, -18 lines 0 comments Download
M deps/dartium.deps/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
6 years, 6 months ago (2014-06-10 06:39:01 UTC) #1
kasperl
How about r37154 (see dartbug.com/19323)?
6 years, 6 months ago (2014-06-10 06:44:22 UTC) #2
kasperl
LGTM.
6 years, 6 months ago (2014-06-10 06:47:15 UTC) #3
ricow1
6 years, 6 months ago (2014-06-10 06:52:30 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r37161 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698