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

Side by Side Diff: runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html

Issue 483103003: Incoming references service request and UI. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="service_ref.html"> 2 <link rel="import" href="service_ref.html">
3 3
4 <polymer-element name="class-ref" extends="service-ref"> 4 <polymer-element name="class-ref" extends="service-ref">
5 <template><link rel="stylesheet" href="css/shared.css"><a on-click="{{ goto }} " title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></template> 5 <template><link rel="stylesheet" href="css/shared.css">
6 <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ na me }}</a></span>
Cutch 2014/08/21 20:08:55 Please remove the new lines here.
rmacnak 2014/08/21 22:06:44 Pretty printed to match the other short foo-refs.
rmacnak 2014/08/25 21:46:36 Removed new lines.
7 </template>
6 </polymer-element> 8 </polymer-element>
7 9
8 <script type="application/dart" src="class_ref.dart"></script> 10 <script type="application/dart" src="class_ref.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698