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

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

Issue 1000933004: Display ICData entries at call sites, with links to the targets and guarded classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: super calls Created 5 years, 9 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/library_ref.html
diff --git a/runtime/observatory/lib/src/elements/library_ref.html b/runtime/observatory/lib/src/elements/library_ref.html
index d73050a488949357db2dfba91d977694fc10274d..30272a4e08356e0acc4d10b7da1cb9fba4c33990 100644
--- a/runtime/observatory/lib/src/elements/library_ref.html
+++ b/runtime/observatory/lib/src/elements/library_ref.html
@@ -2,14 +2,14 @@
<link rel="import" href="service_ref.html">
<polymer-element name="library-ref" extends="service-ref">
- <template><link rel="stylesheet" href="css/shared.css">
- <template if="{{ nameIsEmpty }}">
- <a on-click="{{ goto }}" _href="{{ url }}">unnamed</a>
- </template>
- <template if="{{ !nameIsEmpty }}">
- <a on-click="{{ goto }}" _href="{{ url }}">{{ name }}</a>
- </template>
- </template>
+ <template><link rel="stylesheet" href="css/shared.css"><!--
+ --><template if="{{ nameIsEmpty }}"><!--
+ --><a on-click="{{ goto }}" _href="{{ url }}">unnamed</a><!--
+ --></template><!--
+ --><template if="{{ !nameIsEmpty }}"><!--
+ --><a on-click="{{ goto }}" _href="{{ url }}">{{ name }}</a><!--
+ --></template><!--
+ --></template>
</polymer-element>
-<script type="application/dart" src="library_ref.dart"></script>
+<script type="application/dart" src="library_ref.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698