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

Issue 322303002: Version 1.5.0-dev.4.6 (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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9657 lines, -6540 lines) Patch
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/dartium/DartiumDebugStackFrame.java View 1 chunk +1 line, -1 line 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerDebugTarget.java View 4 chunks +5 lines, -10 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerRemoteScriptSourceContainer.java View 1 chunk +2 lines, -2 lines 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/webkit/WebkitCallFrame.java View 1 chunk +13 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 +4 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 1 chunk +1 line, -1 line 0 comments Download
M dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/webkit/WebkitScope.java View 1 chunk +5 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index.html View 60 chunks +1005 lines, -89 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index.html._data View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 552 chunks +3714 lines, -3130 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index_devtools.html View 60 chunks +1005 lines, -89 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index_devtools.html._data View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 552 chunks +3714 lines, -3130 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/elements.html View 2 chunks +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/breakpoint_list.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/class_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/class_view.html View 5 chunks +21 lines, -20 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_ref.html View 1 chunk +2 lines, -2 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/error_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/field_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/field_view.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/flag_list.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_view.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_profile.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_ref.html View 3 chunks +5 lines, -5 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/io_view.html View 13 chunks +70 lines, -13 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_profile.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_ref.html View 1 chunk +3 lines, -4 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_summary.html View 1 chunk +12 lines, -5 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_view.html View 2 chunks +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/library_ref.html View 1 chunk +2 lines, -2 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/library_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/nav_bar.html View 6 chunks +34 lines, -10 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/observatory_application.html View 1 chunk +2 lines, -4 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/script_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/script_view.html View 1 chunk +2 lines, -2 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_error_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/stack_trace.html View 1 chunk +2 lines, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/vm_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/vm_view.html View 2 chunks +2 lines, -1 line 0 comments Download
M dart/tools/VERSION View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
ricow1
6 years, 6 months ago (2014-06-11 05:01:21 UTC) #1
kasperl
LGTM.
6 years, 6 months ago (2014-06-11 05:02:46 UTC) #2
ricow1
6 years, 6 months ago (2014-06-11 05:05:29 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r37221 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698