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

Side by Side Diff: dashboard/dashboard/static/report.html

Issue 2959503002: Enable Polymer.Settings.useNativeShadow on the dashboard. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « dashboard/dashboard/static/group_report.html ('k') | dashboard/dashboard/tests.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <link type="text/css" rel="stylesheet" href="/dashboard/static/base.css"> 9 <link type="text/css" rel="stylesheet" href="/dashboard/static/base.css">
10 <script src="/components/webcomponentsjs/webcomponents-lite.min.js"></script> 10 <script src="/components/webcomponentsjs/webcomponents-lite.min.js"></script>
11 11
12 <script src="/jquery/jquery-2.1.4.min.js"></script> 12 <script src="/jquery/jquery-2.1.4.min.js"></script>
13 <script src="/flot/jquery.flot.min.js"></script> 13 <script src="/flot/jquery.flot.min.js"></script>
14 <script src="/flot/jquery.flot.crosshair.min.js"></script> 14 <script src="/flot/jquery.flot.crosshair.min.js"></script>
15 <script src="/flot/jquery.flot.fillbetween.min.js"></script> 15 <script src="/flot/jquery.flot.fillbetween.min.js"></script>
16 <script src="/flot/jquery.flot.selection.min.js"></script> 16 <script src="/flot/jquery.flot.selection.min.js"></script>
17 17
18 <link rel="import" href="/tracing/ui/base/polymer_preload.html" data-suppress- import-order>
18 <link rel="import" href="/components/polymer/polymer.html"> 19 <link rel="import" href="/components/polymer/polymer.html">
19 20
20 <link rel="import" href="/dashboard/elements/load-analytics.html"> 21 <link rel="import" href="/dashboard/elements/load-analytics.html">
21 <link rel="import" href="/dashboard/elements/nav-bar.html"> 22 <link rel="import" href="/dashboard/elements/nav-bar.html">
22 <link rel="import" href="/dashboard/elements/report-page.html"> 23 <link rel="import" href="/dashboard/elements/report-page.html">
23 <link rel="import" href="/dashboard/elements/toplevel-toast.html"> 24 <link rel="import" href="/dashboard/elements/toplevel-toast.html">
24 25
25 <title>Chrome Performance Dashboard</title> 26 <title>Chrome Performance Dashboard</title>
26 </head> 27 </head>
27 <body> 28 <body>
28 <nav-bar></nav-bar> 29 <nav-bar></nav-bar>
29 <toplevel-toast></toplevel-toast> 30 <toplevel-toast></toplevel-toast>
30 <h1>Chrome Performance Dashboard</h1> 31 <h1>Chrome Performance Dashboard</h1>
31 <report-page></report-page> 32 <report-page></report-page>
32 <load-analytics></load-analytics> 33 <load-analytics></load-analytics>
33 </body> 34 </body>
34 </html> 35 </html>
OLDNEW
« no previous file with comments | « dashboard/dashboard/static/group_report.html ('k') | dashboard/dashboard/tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698