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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/elements/function_ref.html

Issue 199363002: Rework library and class view pages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <link rel="import" href="class_ref.html">
2 <link rel="import" href="service_ref.html"> 3 <link rel="import" href="service_ref.html">
3 </head> 4 </head>
4 <polymer-element name="function-ref" extends="service-ref"> 5 <polymer-element name="function-ref" extends="service-ref">
5 <template> 6 <template><!-- These comments are here to allow newlines.
6 <a title="{{ hoverText }}" href="{{ url }}">{{ name }}</a> 7 --><template if="{{ qualified && !hasParent && hasClass }}"><!--
7 </template> 8 --><class-ref ref="{{ ref['class'] }}"></class-ref>.</template><!--
9 --><template if="{{ qualified && hasParent }}"><!--
10 --><function-ref ref="{{ ref['parent'] }}" qualified="{{ true }}">
11 </function-ref>.<!--
12 --></template><a href="{{ url }}">{{ name }}</a><!--
13 --></template>
8 <script type="application/dart" src="function_ref.dart"></script> 14 <script type="application/dart" src="function_ref.dart"></script>
9 </polymer-element> 15 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698