Title: [148632] trunk/Tools
- Revision
- 148632
- Author
- [email protected]
- Date
- 2013-04-17 13:40:07 -0700 (Wed, 17 Apr 2013)
Log Message
[Dashboard] Remove code for showing 'WebKit roll' annotations in timelines for Chromium builders
https://bugs.webkit.org/show_bug.cgi?id=114755
Patch by Zan Dobersek <[email protected]> on 2013-04-17
Reviewed by Ryosuke Niwa.
The Chromium builders are no longer available to inspect so there's no need for the code that used to show
the 'WebKit roll' annotations in the Chromium builders' timeline.
* TestResultServer/static-dashboards/timeline_explorer.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (148631 => 148632)
--- trunk/Tools/ChangeLog 2013-04-17 20:39:22 UTC (rev 148631)
+++ trunk/Tools/ChangeLog 2013-04-17 20:40:07 UTC (rev 148632)
@@ -1,5 +1,17 @@
2013-04-17 Zan Dobersek <[email protected]>
+ [Dashboard] Remove code for showing 'WebKit roll' annotations in timelines for Chromium builders
+ https://bugs.webkit.org/show_bug.cgi?id=114755
+
+ Reviewed by Ryosuke Niwa.
+
+ The Chromium builders are no longer available to inspect so there's no need for the code that used to show
+ the 'WebKit roll' annotations in the Chromium builders' timeline.
+
+ * TestResultServer/static-dashboards/timeline_explorer.js:
+
+2013-04-17 Zan Dobersek <[email protected]>
+
[Dashboard] Clean up the timeline updating code, removing Chromium-specific cases
https://bugs.webkit.org/show_bug.cgi?id=114756
Modified: trunk/Tools/TestResultServer/static-dashboards/timeline_explorer.js (148631 => 148632)
--- trunk/Tools/TestResultServer/static-dashboards/timeline_explorer.js 2013-04-17 20:39:22 UTC (rev 148631)
+++ trunk/Tools/TestResultServer/static-dashboards/timeline_explorer.js 2013-04-17 20:40:07 UTC (rev 148632)
@@ -130,15 +130,6 @@
failureCount -= g_currentBuilderTestResults.flakyDeltasByBuild[i].total || 0;
graphData.push([buildDate, failureCount]);
-
- if (!shouldShowWebKitRevisionsOnly() && (results[WEBKIT_REVISIONS_KEY][i] != results[WEBKIT_REVISIONS_KEY][i + 1])) {
- annotations.push({
- series: FAILING_TESTS_DATASET_NAME,
- x: buildDate,
- shortText: 'R',
- text: 'WebKit roll: r' + results[WEBKIT_REVISIONS_KEY][i + 1] + ' to ' + results[WEBKIT_REVISIONS_KEY][i]
- });
- }
}
var windowWidth = document.documentElement.clientWidth;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes