Modified: trunk/ChangeLog (113650 => 113651)
--- trunk/ChangeLog 2012-04-10 01:10:15 UTC (rev 113650)
+++ trunk/ChangeLog 2012-04-10 01:19:12 UTC (rev 113651)
@@ -1,3 +1,10 @@
+2012-04-06 Ryosuke Niwa <[email protected]>
+
+ Update perf-o-matic config.js per upstream change.
+
+ * Websites/webkit-perf.appspot.com/js/config.js:
+ (var):
+
2012-04-09 Dale Curtis <[email protected]>
Remove unworkable video-buffering-repaints-controls test.
Modified: trunk/Tools/DumpRenderTree/LayoutTestController.cpp (113650 => 113651)
--- trunk/Tools/DumpRenderTree/LayoutTestController.cpp 2012-04-10 01:10:15 UTC (rev 113650)
+++ trunk/Tools/DumpRenderTree/LayoutTestController.cpp 2012-04-10 01:19:12 UTC (rev 113651)
@@ -2552,6 +2552,7 @@
const std::string& LayoutTestController::redirectionDestinationForURL(std::string origin)
{
+ fprintf(stderr, "[%s]\n", origin.c_str());
return m_URLsToRedirect[origin];
}
Modified: trunk/Websites/webkit-perf.appspot.com/js/config.js (113650 => 113651)
--- trunk/Websites/webkit-perf.appspot.com/js/config.js 2012-04-10 01:10:15 UTC (rev 113650)
+++ trunk/Websites/webkit-perf.appspot.com/js/config.js 2012-04-10 01:19:12 UTC (rev 113651)
@@ -23,8 +23,8 @@
var PLOT_OPTIONS = {
xaxis: { mode: 'time' },
- yaxis: { min: 0 },
- selection: { mode: 'x', color: '#97c6e5' },
+ crosshair: { mode: 'y' },
+ selection: { mode: 'xy', color: '#97c6e5' },
series: { shadowSize: 0 },
lines: { show: false },
points: { show: true },
@@ -40,8 +40,7 @@
var OVERVIEW_OPTIONS = {
xaxis: { mode: 'time' },
- yaxis: { min: 0 },
- selection: { mode: 'x', color: '#97c6e5' },
+ selection: { mode: 'xy', color: '#97c6e5' },
series: {
lines: { show: true, lineWidth: 1 },
shadowSize: 0