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

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

Issue 2202943002: Converted Observatory error-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="instance_ref.html"> 2 <link rel="import" href="instance_ref.html">
3 <link rel="import" href="error_ref.html">
4 3
5 4
6 <polymer-element name="eval-link"> 5 <polymer-element name="eval-link">
7 <template> 6 <template>
8 <style> 7 <style>
9 .idle { 8 .idle {
10 color: #0489c3; 9 color: #0489c3;
11 cursor: pointer; 10 cursor: pointer;
12 } 11 }
13 .busy { 12 .busy {
(...skipping 13 matching lines...) Expand all
27 </template> 26 </template>
28 <template if="{{ error == null }}"> 27 <template if="{{ error == null }}">
29 <template if="{{ result != null }}"> 28 <template if="{{ result != null }}">
30 = <any-service-ref ref="{{ result }}"></any-service-ref> 29 = <any-service-ref ref="{{ result }}"></any-service-ref>
31 </template> 30 </template>
32 </template> 31 </template>
33 </template> 32 </template>
34 </polymer-element> 33 </polymer-element>
35 34
36 <script type="application/dart" src="eval_link.dart"></script> 35 <script type="application/dart" src="eval_link.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/eval_box.html ('k') | runtime/observatory/observatory_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698