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

Issue 501583007: Treat null like the object it is in the Observatory and Service. (Closed)

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

Description

Treat null like the object it is in the Observatory and Service. BUG=http://dartbug.com/20649 R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=39616

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : build #

Patch Set 9 : sync and build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -197 lines) Patch
M runtime/bin/vmservice/observatory/deployed/web/index.html View 1 2 3 4 5 6 7 8 5 chunks +14 lines, -23 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/index_devtools.html View 1 2 3 4 5 6 7 8 5 chunks +14 lines, -23 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/inbound_reference.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -11 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/instance_ref.html View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -13 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html View 8 1 chunk +0 lines, -11 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html View 1 2 3 4 5 8 4 chunks +14 lines, -13 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/observatory_element.dart View 1 2 3 4 5 8 2 chunks +28 lines, -23 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/service_ref.dart View 8 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/service_view.dart View 8 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 8 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object_id_ring.h View 1 2 3 4 5 8 2 chunks +11 lines, -2 lines 0 comments Download
M runtime/vm/object_id_ring.cc View 1 2 3 4 5 8 1 chunk +11 lines, -3 lines 0 comments Download
M runtime/vm/object_id_ring_test.cc View 1 2 3 4 5 8 7 chunks +58 lines, -17 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 8 11 chunks +71 lines, -49 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 8 3 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rmacnak
rmacnak@google.com changed reviewers: + turnidge@google.com
6 years, 3 months ago (2014-08-26 21:36:51 UTC) #1
rmacnak
https://codereview.chromium.org/501583007/diff/80001/runtime/vm/object_id_ring.h File runtime/vm/object_id_ring.h (right): https://codereview.chromium.org/501583007/diff/80001/runtime/vm/object_id_ring.h#newcode22 runtime/vm/object_id_ring.h:22: enum LookupResult { Not thrilled about this name.
6 years, 3 months ago (2014-08-26 21:36:51 UTC) #2
turnidge
https://codereview.chromium.org/501583007/diff/80001/runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html File runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html (right): https://codereview.chromium.org/501583007/diff/80001/runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html#newcode29 runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html:29: <template if="{{ isPseduoNull(ref) }}"> Pseduo is tpyed worng. https://codereview.chromium.org/501583007/diff/80001/runtime/vm/object_id_ring.cc ...
6 years, 3 months ago (2014-08-27 16:13:56 UTC) #3
rmacnak
https://codereview.chromium.org/501583007/diff/80001/runtime/vm/object_id_ring.cc File runtime/vm/object_id_ring.cc (right): https://codereview.chromium.org/501583007/diff/80001/runtime/vm/object_id_ring.cc#newcode31 runtime/vm/object_id_ring.cc:31: ASSERT(!object->IsNullOrPseudoNull()); On 2014/08/27 16:13:56, turnidge wrote: > Technically we ...
6 years, 3 months ago (2014-08-27 18:09:59 UTC) #4
turnidge
lgtm
6 years, 3 months ago (2014-08-27 18:24:07 UTC) #5
rmacnak
6 years, 3 months ago (2014-08-27 19:36:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #9 (id:150001) manually as 39616 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698