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

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

Issue 299823004: Upgrade Observatory to Polymer 0.10.x (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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="class_ref.html">
3 <link rel="import" href="service_ref.html"> 3 <link rel="import" href="service_ref.html">
4 </head> 4 </head>
5 <polymer-element name="function-ref" extends="service-ref"> 5 <polymer-element name="function-ref" extends="service-ref">
6 <template><link rel="stylesheet" href="packages/observatory/src/elements/css/s hared.css" /><!-- These comments are here to allow newlines. 6 <template><link rel="stylesheet" href="css/shared.css" /><!-- These comments a re here to allow newlines.
7 --><template if="{{ isDart }}"><!-- 7 --><template if="{{ isDart }}"><!--
8 --><template if="{{ qualified && !hasParent && hasClass }}"><!-- 8 --><template if="{{ qualified && !hasParent && hasClass }}"><!--
9 --><class-ref ref="{{ ref['owner'] }}"></class-ref>.</template><!-- 9 --><class-ref ref="{{ ref['owner'] }}"></class-ref>.</template><!--
10 --><template if="{{ qualified && hasParent }}"><!-- 10 --><template if="{{ qualified && hasParent }}"><!--
11 --><function-ref ref="{{ ref['parent'] }}" qualified="{{ true }}"> 11 --><function-ref ref="{{ ref['parent'] }}" qualified="{{ true }}">
12 </function-ref>.<!-- 12 </function-ref>.<!--
13 --></template><a href="{{ url }}">{{ name }}</a><!-- 13 --></template><a href="{{ url }}">{{ name }}</a><!--
14 --></template><template if="{{ !isDart }}"><span> {{ name }}</span></template> </template> 14 --></template><template if="{{ !isDart }}"><span> {{ name }}</span></template> </template>
15 <script type="application/dart" src="function_ref.dart"></script> 15 <script type="application/dart;component=1" src="function_ref.dart"></script>
16 </polymer-element> 16 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698