Title: [145294] trunk/Tools
Revision
145294
Author
jpar...@chromium.org
Date
2013-03-08 17:31:15 -0800 (Fri, 08 Mar 2013)

Log Message

Cleanup: Remove dead code.
https://bugs.webkit.org/show_bug.cgi?id=111900

Reviewed by Dirk Pranke.

Treemap overrides a global function that used to be in
dashboard_base, but was removed months ago in
https://bugs.webkit.org/show_bug.cgi?id=99246, so this code has
no caller.

* TestResultServer/static-dashboards/treemap.html:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (145293 => 145294)


--- trunk/Tools/ChangeLog	2013-03-09 01:29:38 UTC (rev 145293)
+++ trunk/Tools/ChangeLog	2013-03-09 01:31:15 UTC (rev 145294)
@@ -1,3 +1,17 @@
+2013-03-08  Julie Parent  <jpar...@chromium.org>
+
+        Cleanup: Remove dead code.
+        https://bugs.webkit.org/show_bug.cgi?id=111900
+
+        Reviewed by Dirk Pranke.
+        
+        Treemap overrides a global function that used to be in 
+        dashboard_base, but was removed months ago in
+        https://bugs.webkit.org/show_bug.cgi?id=99246, so this code has
+        no caller. 
+
+        * TestResultServer/static-dashboards/treemap.html:
+
 2013-03-08  Harald Alvestrand  <h...@chromium.org>
 
         Implemented new API for RTCStatsReport object.

Modified: trunk/Tools/TestResultServer/static-dashboards/treemap.html (145293 => 145294)


--- trunk/Tools/TestResultServer/static-dashboards/treemap.html	2013-03-09 01:29:38 UTC (rev 145293)
+++ trunk/Tools/TestResultServer/static-dashboards/treemap.html	2013-03-09 01:31:15 UTC (rev 145294)
@@ -314,14 +314,6 @@
     return false;
 }
 
-// Overrides handleResourceLoadError in dashboard_base.js.
-function handleResourceLoadError(builderName, e)
-{
-    $('map').innerHTML = '<span class=error>Could not load data for ' + builderName + '. ' +
-        'Either there was a server-side error or ' + builderName + ' does not run ' +
-        g_crossDashboardState.testType + '.</span>';
-}
-
 function extractName(node)
 {
     return node.name.split(' ')[0];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to