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

Issue 331323002: Show pid on Observatory VM page (Closed)

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

Description

Show pid on Observatory VM page BUG= R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=37415

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M runtime/bin/vmservice/client/lib/src/elements/vm_view.html View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
6 years, 6 months ago (2014-06-16 23:45:05 UTC) #1
koda
https://codereview.chromium.org/331323002/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/331323002/diff/1/runtime/vm/service.cc#newcode1942 runtime/vm/service.cc:1942: jsobj.AddPropertyF("pid", "%" Pd "", OS::ProcessId()); Why not use AddProperty(const ...
6 years, 6 months ago (2014-06-16 23:54:46 UTC) #2
Cutch
https://codereview.chromium.org/331323002/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/331323002/diff/1/runtime/vm/service.cc#newcode1942 runtime/vm/service.cc:1942: jsobj.AddPropertyF("pid", "%" Pd "", OS::ProcessId()); On 2014/06/16 23:54:46, koda ...
6 years, 6 months ago (2014-06-17 14:49:16 UTC) #3
Cutch
PTAL
6 years, 6 months ago (2014-06-17 20:12:35 UTC) #4
koda
lgtm
6 years, 6 months ago (2014-06-17 20:15:21 UTC) #5
Cutch
6 years, 6 months ago (2014-06-17 20:16:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r37415 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698