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

Issue 199363002: Rework library and class view pages. (Closed)

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

Description

Rework library and class view pages. Add expression evaluation support for libraries and classes. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33755

Patch Set 1 #

Patch Set 2 : edits #

Total comments: 2

Patch Set 3 : code review changes #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : gen js / fix tests #

Patch Set 6 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2902 lines, -2012 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 17 chunks +533 lines, -346 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 293 chunks +567 lines, -519 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 17 chunks +533 lines, -346 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 293 chunks +567 lines, -519 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/class_ref.html View 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/class_view.dart View 1 4 5 2 chunks +7 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/class_view.html View 1 2 3 4 5 2 chunks +139 lines, -64 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/code_view.html View 1 2 3 4 5 2 chunks +32 lines, -25 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_ref.dart View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_ref.html View 1 2 3 4 5 1 chunk +10 lines, -4 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_ref.html View 1 2 3 4 5 3 chunks +33 lines, -18 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.dart View 1 4 5 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.html View 1 2 3 4 5 3 chunks +57 lines, -47 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/library_view.dart View 4 5 1 chunk +7 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/library_view.html View 1 2 3 4 5 3 chunks +128 lines, -61 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/stack_frame.html View 1 2 3 4 5 2 chunks +21 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/cache.dart View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 2 3 4 5 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/service.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 5 chunks +85 lines, -34 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 5 chunks +67 lines, -3 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 4 chunks +84 lines, -1 line 0 comments Download
M tests/standalone/vmservice/isolate_code_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/vmservice/isolate_function_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
turnidge
6 years, 9 months ago (2014-03-13 17:56:22 UTC) #1
Cutch
lgtm w/ comment https://codereview.chromium.org/199363002/diff/20001/runtime/bin/vmservice/client/lib/src/elements/function_ref.html File runtime/bin/vmservice/client/lib/src/elements/function_ref.html (right): https://codereview.chromium.org/199363002/diff/20001/runtime/bin/vmservice/client/lib/src/elements/function_ref.html#newcode8 runtime/bin/vmservice/client/lib/src/elements/function_ref.html:8: <template><template if="{{ qualified && ref['parent'] == ...
6 years, 9 months ago (2014-03-13 18:16:40 UTC) #2
turnidge
I've made some pretty sweeping changes, particularly to the way we use tables (we don't ...
6 years, 9 months ago (2014-03-14 19:19:42 UTC) #3
Cutch
lgtm w/ comments https://codereview.chromium.org/199363002/diff/60001/runtime/bin/vmservice/client/lib/src/elements/function_ref.dart File runtime/bin/vmservice/client/lib/src/elements/function_ref.dart (right): https://codereview.chromium.org/199363002/diff/60001/runtime/bin/vmservice/client/lib/src/elements/function_ref.dart#newcode26 runtime/bin/vmservice/client/lib/src/elements/function_ref.dart:26: bool get hasClass { These are ...
6 years, 9 months ago (2014-03-14 19:45:19 UTC) #4
turnidge
6 years, 9 months ago (2014-03-17 17:43:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r33755 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698