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

Issue 145323002: Post-meetup feature extravaganza. (Closed)

Created:
6 years, 11 months ago by turnidge
Modified:
6 years, 10 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Post-meetup feature extravaganza. Remodel the top-level isolate summary page. Add variables to stack frames in the stack trace. Stop putting small integers and bools in the object id ring. Rework how we pass down null references (and null-like references like uninitialized values). Collect all isolate timers by default. Change the lifetime of IsolateSpawnState so that we can refer to it later to know how an isolate started up. Stop pretending that IsolateSpawnState is a void*. Clean up vestigial IsolateStartData. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=32128

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 12

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4572 lines, -4052 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +148 lines, -50 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 618 chunks +3562 lines, -3443 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +148 lines, -50 lines 0 comments Download
M runtime/bin/vmservice/client/lib/observatory_elements.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/observatory_elements.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/application.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/isolate.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +67 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/isolate_manager.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +7 lines, -4 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +85 lines, -20 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/library_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_element.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +65 lines, -1 line 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/stack_frame.dart View 1 2 15 1 chunk +15 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/stack_frame.html View 1 2 3 4 5 6 7 8 9 10 11 12 15 1 chunk +36 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +17 lines, -22 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -24 lines 0 comments Download
M runtime/lib/isolate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -16 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +30 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -8 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +6 lines, -11 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +42 lines, -191 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +40 lines, -19 lines 0 comments Download
M runtime/vm/object_id_ring.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +68 lines, -34 lines 0 comments Download
M runtime/vm/service/running_isolates.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -9 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +98 lines, -1 line 0 comments Download
M runtime/vm/timer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +38 lines, -52 lines 0 comments Download
M runtime/vm/timer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +18 lines, -2 lines 0 comments Download
M tests/standalone/vmservice/isolate_bad_class_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M tests/standalone/vmservice/isolate_bad_object_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M tests/standalone/vmservice/isolate_class_field_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M tests/standalone/vmservice/isolate_class_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +12 lines, -12 lines 0 comments Download
M tests/standalone/vmservice/isolate_code_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/vmservice/isolate_echo_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M tests/standalone/vmservice/isolate_function_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
M tests/standalone/vmservice/isolate_library_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +12 lines, -12 lines 0 comments Download
M tests/standalone/vmservice/isolate_list_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/vmservice/isolate_stacktrace_command_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +6 lines, -5 lines 0 comments Download
M tests/standalone/vmservice/multiple_isolate_list_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2 lines 0 comments Download
M tests/standalone/vmservice/test_helper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -24 lines 0 comments Download
M tests/standalone/vmservice/unknown_isolate_command_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
turnidge
6 years, 11 months ago (2014-01-28 00:23:50 UTC) #1
Cutch
LGTM with suggestions https://codereview.chromium.org/145323002/diff/220001/runtime/bin/vmservice/client/lib/src/observatory/isolate.dart File runtime/bin/vmservice/client/lib/src/observatory/isolate.dart (right): https://codereview.chromium.org/145323002/diff/220001/runtime/bin/vmservice/client/lib/src/observatory/isolate.dart#newcode72 runtime/bin/vmservice/client/lib/src/observatory/isolate.dart:72: if (map['heap'] != null) { Can ...
6 years, 10 months ago (2014-01-28 19:32:50 UTC) #2
turnidge
https://codereview.chromium.org/145323002/diff/220001/runtime/bin/vmservice/client/lib/src/observatory/isolate.dart File runtime/bin/vmservice/client/lib/src/observatory/isolate.dart (right): https://codereview.chromium.org/145323002/diff/220001/runtime/bin/vmservice/client/lib/src/observatory/isolate.dart#newcode72 runtime/bin/vmservice/client/lib/src/observatory/isolate.dart:72: if (map['heap'] != null) { On 2014/01/28 19:32:51, Cutch ...
6 years, 10 months ago (2014-01-28 23:18:55 UTC) #3
turnidge
6 years, 10 months ago (2014-01-29 18:40:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #16 manually as r32128 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698