Title: [140217] trunk/Tools
Revision
140217
Author
jpar...@chromium.org
Date
2013-01-18 16:40:17 -0800 (Fri, 18 Jan 2013)

Log Message

Add back 'group' as a default cross dashboard parameter, but with null as its value.
https://bugs.webkit.org/show_bug.cgi?id=107336

We need to have 'group' listed as a parameter, else we never parse it,
as we only parse parameters with defaults.

Reviewed by Ojan Vafai.

* TestResultServer/static-dashboards/dashboard_base.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (140216 => 140217)


--- trunk/Tools/ChangeLog	2013-01-19 00:38:15 UTC (rev 140216)
+++ trunk/Tools/ChangeLog	2013-01-19 00:40:17 UTC (rev 140217)
@@ -1,3 +1,15 @@
+2013-01-18  Julie Parent  <jpar...@chromium.org>
+
+        Add back 'group' as a default cross dashboard parameter, but with null as its value.
+        https://bugs.webkit.org/show_bug.cgi?id=107336
+
+        We need to have 'group' listed as a parameter, else we never parse it,
+        as we only parse parameters with defaults.
+        
+        Reviewed by Ojan Vafai.
+
+        * TestResultServer/static-dashboards/dashboard_base.js:
+
 2013-01-18  Emil A Eklund  <e...@chromium.org>
 
         Update LayoutUnit rounding unit test

Modified: trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js (140216 => 140217)


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-01-19 00:38:15 UTC (rev 140216)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-01-19 00:40:17 UTC (rev 140217)
@@ -200,6 +200,7 @@
 }
 
 var g_defaultCrossDashboardStateValues = {
+    group: null,
     showAllRuns: false,
     testType: 'layout-tests',
     useTestData: false,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to