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

Issue 2167053002: Converted Observatory nav-notify element (Closed)

Created:
4 years, 5 months ago by cbernaschina
Modified:
4 years, 5 months ago
Reviewers:
turnidge, rmacnak, Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Added tests #

Total comments: 6

Patch Set 3 : Refactoring #

Patch Set 4 : Added Uris helper function #

Patch Set 5 : Merge with master #

Total comments: 12

Patch Set 6 : Reordered tags registration in alphabetical order #

Patch Set 7 : Fixed styling problems #

Patch Set 8 : Reordered tags registration in alphabetical order #

Patch Set 9 : Reordered tags registration in alphabetical order #

Patch Set 10 : Fixed template ciclic references that were blocking initialization #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1956 lines, -558 lines) Patch
M runtime/observatory/lib/app.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/observatory/lib/elements.dart View 1 2 3 4 5 6 7 3 chunks +16 lines, -5 lines 0 comments Download
M runtime/observatory/lib/elements.html View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/mocks.dart View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/observatory/lib/models.dart View 1 2 3 4 5 1 chunk +17 lines, -1 line 0 comments Download
A + runtime/observatory/lib/repositories.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/app/application.dart View 1 2 10 chunks +11 lines, -38 lines 0 comments Download
M runtime/observatory/lib/src/app/location_manager.dart View 2 chunks +5 lines, -5 lines 0 comments Download
A runtime/observatory/lib/src/app/notification.dart View 1 2 3 4 5 6 1 chunk +115 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/action_link.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_tree.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/code_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/code_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/context_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/context_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.html View 1 2 3 4 5 6 7 8 9 6 chunks +7 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/elements/css/shared.css View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/debugger.html View 1 2 3 4 5 6 7 8 9 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/elements/error_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/error_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/eval_box.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/eval_link.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/field_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/field_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/flag_list.html View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/function_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/function_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/general_error.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/heap_map.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/heap_profile.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/heap_snapshot.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/icdata_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/inbound_reference.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instructions_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/io_view.html View 1 2 3 4 5 6 7 8 9 14 chunks +20 lines, -20 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_reconnect.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/isolate_summary.html View 1 2 3 4 5 6 7 8 9 5 chunks +6 lines, -6 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/json_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/library_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/library_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/logging.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/megamorphiccache_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/metrics.html View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify.dart View 1 chunk +90 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_event.dart View 1 2 3 1 chunk +232 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_exception.dart View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_wrapper.dart View 1 chunk +123 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.dart View 1 2 3 4 5 2 chunks +0 lines, -51 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -249 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_common.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/objectpool_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/objectstore_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/observatory_application.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/observatory_element.dart View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
D runtime/observatory/lib/src/elements/observatory_element.html View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/observatory/lib/src/elements/persistent_handles.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/ports.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_inset.html View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.dart View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -6 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_view.html View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/timeline_page.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_ref.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/vm_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A + runtime/observatory/lib/src/mocks/exceptions/connection_exception.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/error.dart View 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/mocks/objects/event.dart View 1 2 3 4 5 6 1 chunk +128 lines, -2 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/notification.dart View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/script.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/mocks/objects/source_location.dart View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
A runtime/observatory/lib/src/mocks/repositories/notification.dart View 1 chunk +58 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/exceptions.dart View 1 chunk +49 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/breakpoint.dart View 1 2 3 1 chunk +4 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/models/objects/class.dart View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/error.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/models/objects/event.dart View 1 2 3 1 chunk +65 lines, -3 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/extension_data.dart View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/frame.dart View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/instance.dart View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/library.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/notification.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/script.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/source_location.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/timeline_event.dart View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
A runtime/observatory/lib/src/models/repositories/notification.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/repositories/notification.dart View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 4 5 10 chunks +14 lines, -9 lines 0 comments Download
M runtime/observatory/observatory_sources.gypi View 1 2 3 4 5 6 7 8 9 4 chunks +31 lines, -7 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify/element_test.dart View 1 1 chunk +121 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify/element_test.html View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify_event/element_test.dart View 1 chunk +65 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify_event/element_test.html View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify_exception/connection_exception_test.dart View 1 chunk +67 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify_exception/connection_exception_test.html View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify_exception/exception_test.dart View 1 chunk +96 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify_exception/exception_test.html View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
cbernaschina
4 years, 5 months ago (2016-07-21 02:23:13 UTC) #2
cbernaschina
4 years, 5 months ago (2016-07-21 23:01:40 UTC) #3
Cutch
https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/app/application.dart File runtime/observatory/lib/src/app/application.dart (right): https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/app/application.dart#newcode71 runtime/observatory/lib/src/app/application.dart:71: void removePauseEvents(Isolate isolate) { Should this method be on ...
4 years, 5 months ago (2016-07-22 13:58:43 UTC) #4
cbernaschina
https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/app/application.dart File runtime/observatory/lib/src/app/application.dart (right): https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/app/application.dart#newcode71 runtime/observatory/lib/src/app/application.dart:71: void removePauseEvents(Isolate isolate) { On 2016/07/22 13:58:43, Cutch wrote: ...
4 years, 5 months ago (2016-07-22 18:27:24 UTC) #5
cbernaschina
https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/models/objects/class.dart File runtime/observatory/lib/src/models/objects/class.dart (right): https://codereview.chromium.org/2167053002/diff/20001/runtime/observatory/lib/src/models/objects/class.dart#newcode5 runtime/observatory/lib/src/models/objects/class.dart:5: part of models; On 2016/07/22 13:58:43, Cutch wrote: > ...
4 years, 5 months ago (2016-07-22 18:29:50 UTC) #6
Cutch
lgtm
4 years, 5 months ago (2016-07-22 20:03:33 UTC) #7
cbernaschina
4 years, 5 months ago (2016-07-22 22:36:16 UTC) #8
cbernaschina
4 years, 5 months ago (2016-07-22 23:36:54 UTC) #9
rmacnak
lgtm w/c https://chromiumcodereview.appspot.com/2167053002/diff/80001/runtime/observatory/lib/src/app/notification.dart File runtime/observatory/lib/src/app/notification.dart (right): https://chromiumcodereview.appspot.com/2167053002/diff/80001/runtime/observatory/lib/src/app/notification.dart#newcode25 runtime/observatory/lib/src/app/notification.dart:25: isolate: event.isolate); Strange alignment. When splitting arguments ...
4 years, 5 months ago (2016-07-23 00:23:51 UTC) #10
cbernaschina
4 years, 5 months ago (2016-07-23 00:35:53 UTC) #11
cbernaschina
https://codereview.chromium.org/2167053002/diff/80001/runtime/observatory/lib/src/app/notification.dart File runtime/observatory/lib/src/app/notification.dart (right): https://codereview.chromium.org/2167053002/diff/80001/runtime/observatory/lib/src/app/notification.dart#newcode25 runtime/observatory/lib/src/app/notification.dart:25: isolate: event.isolate); On 2016/07/23 00:23:50, rmacnak wrote: > Strange ...
4 years, 5 months ago (2016-07-23 00:40:55 UTC) #12
cbernaschina
4 years, 5 months ago (2016-07-23 00:41:33 UTC) #13
cbernaschina
4 years, 5 months ago (2016-07-23 00:59:02 UTC) #14
cbernaschina
4 years, 5 months ago (2016-07-23 01:08:07 UTC) #15
cbernaschina
4 years, 5 months ago (2016-07-24 18:26:22 UTC) #16
cbernaschina
4 years, 5 months ago (2016-07-24 19:54:14 UTC) #18
Message was sent while issue was closed.
Committed patchset #10 (id:180001) manually as
61e34b244bd76a8a13fb3dbbe21ec491461bc548 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698