Title: [119784] trunk/Tools
Revision
119784
Author
o...@chromium.org
Date
2012-06-07 19:19:31 -0700 (Thu, 07 Jun 2012)

Log Message

Style build architectures like build versions for non-layout test failures
https://bugs.webkit.org/show_bug.cgi?id=88590

Reviewed by Tony Chang.

Since we show the list of failing tests after the architecture, we want the
buildtype and architecture to be grouped together visually.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/failures.css:
(.effects a.failing-builder>span.architecture):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/failures.css (119783 => 119784)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/failures.css	2012-06-08 02:18:04 UTC (rev 119783)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/failures.css	2012-06-08 02:19:31 UTC (rev 119784)
@@ -48,6 +48,11 @@
         padding: 0 2px;
     }
 
+    .effects a.failing-builder>span.architecture {
+        background-color: #555;
+        color: White;
+    }
+
     a.failing-builder>span.graphics {
         padding: 0 2px;
     }

Modified: trunk/Tools/ChangeLog (119783 => 119784)


--- trunk/Tools/ChangeLog	2012-06-08 02:18:04 UTC (rev 119783)
+++ trunk/Tools/ChangeLog	2012-06-08 02:19:31 UTC (rev 119784)
@@ -1,3 +1,16 @@
+2012-06-07  Ojan Vafai  <o...@chromium.org>
+
+        Style build architectures like build versions for non-layout test failures
+        https://bugs.webkit.org/show_bug.cgi?id=88590
+
+        Reviewed by Tony Chang.
+
+        Since we show the list of failing tests after the architecture, we want the
+        buildtype and architecture to be grouped together visually.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/failures.css:
+        (.effects a.failing-builder>span.architecture):
+
 2012-06-07  Xianzhu Wang  <wangxian...@chromium.org>
 
         [Chromium] Remove header dependency of ImageDiff to WTF
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to