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

Unified Diff: runtime/observatory/lib/src/elements/nav_bar.html

Issue 823403004: Begin migrating the vm service from a rest-style interface to a json-rpc style interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove old-style standalone tests. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/lib/src/elements/nav_bar.html
diff --git a/runtime/observatory/lib/src/elements/nav_bar.html b/runtime/observatory/lib/src/elements/nav_bar.html
index 3e35c888beaec00cf6f407b311b5a93d9f064d76..9ffecd1cfb08598f40ee708a8e988eb40a3f73f7 100644
--- a/runtime/observatory/lib/src/elements/nav_bar.html
+++ b/runtime/observatory/lib/src/elements/nav_bar.html
@@ -204,14 +204,12 @@
<nav-menu link="{{ hashLinkWorkaround }}" anchor="{{ isolate.name }}" last="{{ last }}">
<nav-menu-item link="{{ '/debugger' + isolate.link }}"
anchor="debugger"></nav-menu-item>
- <nav-menu-item link="{{ isolate.relativeLink('profile') }}"
+ <nav-menu-item link="{{ '/profiler' + isolate.link }}"
anchor="cpu profile"></nav-menu-item>
- <nav-menu-item link="{{ isolate.relativeLink('allocationprofile') }}"
+ <nav-menu-item link="{{ '/allocation-profiler' + isolate.link }}"
anchor="allocation profile"></nav-menu-item>
- <nav-menu-item link="{{ isolate.relativeLink('heapmap') }}"
+ <nav-menu-item link="{{ '/heap-map' + isolate.link }}"
anchor="heap map"></nav-menu-item>
- <nav-menu-item link="{{ isolate.relativeLink('debug/breakpoints') }}"
- anchor="breakpoints"></nav-menu-item>
<content></content>
</nav-menu>
</template>
« no previous file with comments | « runtime/observatory/lib/src/elements/library_view.dart ('k') | runtime/observatory/lib/src/elements/object_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698