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

Side by Side Diff: runtime/observatory/web/timeline.html

Issue 1406413006: Timeline service protocol support with Observatory UI (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « runtime/observatory/web/third_party/README.md ('k') | runtime/observatory/web/timeline.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html style="height: 100%; width: 100%">
3 <head>
4 <meta charset="utf-8">
5 <title>Dart VM Observatory Timeline</title>
6 <script src="timeline.js"></script>
7 <link rel="import" href="third_party/trace_viewer_full.html">
8 <style>
9 html, body {
10 box-sizing: border-box;
11 overflow: hidden;
12 margin: 0px;
13 padding: 0;
14 width: 100%;
15 height: 100%;
16 }
17 #trace-viewer {
18 width: 100%;
19 height: 100%;
20 }
21 #trace-viewer:focus {
22 outline: none;
23 }
24 </style>
25 </head>
26 <body>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « runtime/observatory/web/third_party/README.md ('k') | runtime/observatory/web/timeline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698