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

Issue 1100583006: Add crash dumps to service protocol and Observatory (Closed)

Created:
5 years, 8 months ago by Cutch
Modified:
5 years, 8 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add crash dumps to service protocol and Observatory - Add _getCrashDump RPC - crash dump service response is map of request uris to responses, includes: -- getVM -- getFlagList -- for each isolate: -- getIsolate -- _getAllocationProfile -- getStack - Add FakeVM to service library - Add load crash dump to Observatory connect page - Removes old chromium target support from connect page - Make debugger page display stack even if libraries can't be loaded - Fix reload of vm-connect page - Fix polymer initialization calls R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=45390

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -76 lines) Patch
M runtime/observatory/lib/src/app/application.dart View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/app/location_manager.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/app/page.dart View 1 2 3 3 chunks +3 lines, -4 lines 4 comments Download
M runtime/observatory/lib/src/elements/debugger.dart View 1 1 chunk +5 lines, -0 lines 2 comments Download
M runtime/observatory/lib/src/elements/observatory_application.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.dart View 1 2 3 5 chunks +22 lines, -36 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.html View 1 2 3 3 chunks +7 lines, -17 lines 2 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 1 chunk +67 lines, -0 lines 3 comments Download
M runtime/observatory/web/main.dart View 1 2 3 1 chunk +8 lines, -6 lines 0 comments Download
M runtime/vm/debugger.h View 1 1 chunk +4 lines, -1 line 2 comments Download
M runtime/vm/debugger.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/service/message.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/service/running_isolate.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/service/vmservice.dart View 1 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Cutch
5 years, 8 months ago (2015-04-22 23:57:45 UTC) #2
turnidge
lgtm w/ comments great, great feature... I love it. as discussed offline, you will wait ...
5 years, 8 months ago (2015-04-23 17:03:33 UTC) #3
Cutch
https://codereview.chromium.org/1100583006/diff/60001/runtime/observatory/lib/src/app/page.dart File runtime/observatory/lib/src/app/page.dart (right): https://codereview.chromium.org/1100583006/diff/60001/runtime/observatory/lib/src/app/page.dart#newcode277 runtime/observatory/lib/src/app/page.dart:277: bool canVisit(Uri uri) => uri.path.startsWith('error'); On 2015/04/23 17:03:33, turnidge ...
5 years, 8 months ago (2015-04-24 00:05:32 UTC) #4
Cutch
5 years, 8 months ago (2015-04-24 00:08:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 45390 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698