Title: [112972] trunk/Tools
- Revision
- 112972
- Author
- [email protected]
- Date
- 2012-04-02 18:39:35 -0700 (Mon, 02 Apr 2012)
Log Message
Fix snafu in r112971. We were never calling parseParameter for builder.
* TestResultServer/static-dashboards/dashboard_base.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (112971 => 112972)
--- trunk/Tools/ChangeLog 2012-04-03 01:25:46 UTC (rev 112971)
+++ trunk/Tools/ChangeLog 2012-04-03 01:39:35 UTC (rev 112972)
@@ -1,5 +1,11 @@
2012-04-02 Ojan Vafai <[email protected]>
+ Fix snafu in r112971. We were never calling parseParameter for builder.
+
+ * TestResultServer/static-dashboards/dashboard_base.js:
+
+2012-04-02 Ojan Vafai <[email protected]>
+
Generate the lists of all layout test builders from the buildbot json
https://bugs.webkit.org/show_bug.cgi?id=82924
Modified: trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js (112971 => 112972)
--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js 2012-04-03 01:25:46 UTC (rev 112971)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js 2012-04-03 01:39:35 UTC (rev 112972)
@@ -352,6 +352,8 @@
var dashboardSpecificDiffState = diffStates(oldDashboardSpecificState, g_currentState);
fillMissingValues(g_currentState, g_defaultDashboardSpecificStateValues);
+
+ parseParameter(queryHashAsMap(), 'builder');
fillMissingValues(g_currentState, {'builder': g_defaultBuilderName});
// Some parameters require loading different JSON files when the value changes. Do a reload.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes