[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 14:03:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1c669691699a2bb4728cede2c51d349bc5f872d8
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 2 01:17:42 2010 +0000

    2010-10-01  Mihai Parparita  <mihaip at chromium.org>
    
            Unreviewed TestResultsServer change.
    
            Add files introduced by http://crrev.com/61273 to the list of dashboard
            files to update.
    
            * TestResultServer/handlers/dashboardhandler.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68963 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4d89846..29ad4c6 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-01  Mihai Parparita  <mihaip at chromium.org>
+
+        Unreviewed TestResultsServer change.
+
+        Add files introduced by http://crrev.com/61273 to the list of dashboard 
+        files to update.
+
+        * TestResultServer/handlers/dashboardhandler.py:
+
 2010-10-01  Brian Weinstein  <bweinstein at apple.com>
 
         Build Fix for Windows.
diff --git a/WebKitTools/TestResultServer/handlers/dashboardhandler.py b/WebKitTools/TestResultServer/handlers/dashboardhandler.py
index 587d737..c8b5ace 100644
--- a/WebKitTools/TestResultServer/handlers/dashboardhandler.py
+++ b/WebKitTools/TestResultServer/handlers/dashboardhandler.py
@@ -89,7 +89,9 @@ class UpdateDashboardFile(webapp.RequestHandler):
         if not files:
             files = ["flakiness_dashboard.html",
                      "dashboard_base.js",
-                     "aggregate_results.html"]
+                     "aggregate_results.html",
+                     "dygraph-combined.js",
+                     "timeline_explorer.html"]
 
         errors = []
         for file in files:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list