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

Side by Side Diff: runtime/observatory/lib/src/elements/function_ref.html

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="service_ref.html">
4
5 <polymer-element name="function-ref" extends="service-ref">
6 <template><link rel="stylesheet" href="css/shared.css" /><!-- These comments a re here to allow newlines.
7 --><template if="{{ ref.isDart }}"><!--
8 --><template if="{{ qualified && ref.parent == null && ref.owningClass != null }}"><!--
9 --><class-ref ref="{{ ref.owningClass] }}"></class-ref>.</template><!--
10 --><template if="{{ qualified && ref.parent != null }}"><!--
11 --><function-ref ref="{{ ref.parent }}" qualified="{{ true }}">
12 </function-ref>.<!--
13 --></template><a on-click="{{ goto }}" _href="{{ url }}">{{ name }}</a><!--
14 --></template><template if="{{ !ref.isDart }}"><span> {{ name }}</span></templ ate></template>
15 </polymer-element>
16
17 <script type="application/dart" src="function_ref.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/function_ref.dart ('k') | runtime/observatory/lib/src/elements/function_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698