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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/library_view.html

Issue 145323002: Post-meetup feature extravaganza. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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="field_ref.html"> 3 <link rel="import" href="field_ref.html">
4 <link rel="import" href="function_ref.html"> 4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="instance_ref.html"> 5 <link rel="import" href="instance_ref.html">
6 <link rel="import" href="library_ref.html"> 6 <link rel="import" href="library_ref.html">
7 <link rel="import" href="observatory_element.html"> 7 <link rel="import" href="observatory_element.html">
8 <link rel="import" href="script_ref.html"> 8 <link rel="import" href="script_ref.html">
9 </head> 9 </head>
10 <polymer-element name="library-view" extends="observatory-element"> 10 <polymer-element name="library-view" extends="observatory-element">
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 </td> 67 </td>
68 <td> 68 <td>
69 <class-ref app="{{ app }}" ref="{{ cls }}" internal></class-ref> 69 <class-ref app="{{ app }}" ref="{{ cls }}" internal></class-ref>
70 </td> 70 </td>
71 </tr> 71 </tr>
72 </tbody> 72 </tbody>
73 </table> 73 </table>
74 74
75 </template> 75 </template>
76 <script type="application/dart" src="library_view.dart"></script> 76 <script type="application/dart" src="library_view.dart"></script>
77 </polymer-element> 77 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698