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

Unified Diff: chrome/browser/resources/performance_monitor/chart.html

Issue 10679009: Revision to CPM UI using Flot and JQuery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Final small fixes Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/performance_monitor/chart.html
diff --git a/chrome/browser/resources/performance_monitor/chart.html b/chrome/browser/resources/performance_monitor/chart.html
index 7fb795de16d94fcb1a9a59f3523980c195d81785..e77dd4e39955062b37b72e237ecf13012f30f389 100644
--- a/chrome/browser/resources/performance_monitor/chart.html
+++ b/chrome/browser/resources/performance_monitor/chart.html
@@ -4,9 +4,17 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
+<!-- This page uses Flot version 0.7 in compressed form for efficiency.
+Readable Flot source is available at http://code.google.com/p/flot/
+Good caliber Flot API docs are at: http://people.iola.dk/olau/flot/API.txt
+as of 6/2012 -->
+
<html>
<head>
- <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+ <script type="text/javascript"
+ src="../../../../third_party/flot/jquery.min.js"></script>
+ <script type="text/javascript"
+ src="../../../../third_party/flot/jquery.flot.min.js"></script>
<link rel="stylesheet" type="text/css" href="chart.css"/>
</head>
<body>
@@ -23,6 +31,7 @@ found in the LICENSE file. -->
</div>
<div id="charts"></div>
<div id="templates" class="hidden">
+ <div id="labelTemplate" class="event-label"></div>
<div id="checkboxTemplate" class="checkbox">
<label>
<input type="checkbox"></input>
« no previous file with comments | « chrome/browser/resources/performance_monitor/chart.css ('k') | chrome/browser/resources/performance_monitor/chart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698