Title: [159440] trunk/Tools
Revision
159440
Author
[email protected]
Date
2013-11-18 11:34:21 -0800 (Mon, 18 Nov 2013)

Log Message

Checkmarks are shifted down on iPhone at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=122909

Reviewed by Alexey Proskuryakov.

Put the checkmark SVG in the CSS file as a data URI so it loads immediately.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
(.status-line .bubble):
(.status-line.good .bubble.pictogram):

Modified Paths

Removed Paths

Diff

Deleted: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/checkmark.svg (159439 => 159440)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/checkmark.svg	2013-11-18 19:10:14 UTC (rev 159439)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/checkmark.svg	2013-11-18 19:34:21 UTC (rev 159440)
@@ -1,6 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
-    <g transform="translate(20 30) rotate(-45 30 17)" shape-rendering="crispEdges">
-        <rect y="5" width="10" height="25" fill="white" stroke="none" />
-        <rect y="20" width="60" height="10" fill="white" stroke="none" />
-    </g>
-</svg>

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css (159439 => 159440)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css	2013-11-18 19:10:14 UTC (rev 159439)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css	2013-11-18 19:34:21 UTC (rev 159440)
@@ -64,7 +64,7 @@
 }
 
 .status-line.good .bubble.pictogram {
-    background-image: url(../Images/checkmark.svg);
+    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwIDMwKSByb3RhdGUoLTQ1IDMwIDE3KSIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KICAgICAgICA8cmVjdCB5PSI1IiB3aWR0aD0iMTAiIGhlaWdodD0iMjUiIGZpbGw9IndoaXRlIiBzdHJva2U9Im5vbmUiIC8+CiAgICAgICAgPHJlY3QgeT0iMjAiIHdpZHRoPSI2MCIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiIHN0cm9rZT0ibm9uZSIgLz4KICAgIDwvZz4KPC9zdmc+Cg==);
 }
 
 .status-line.danger .bubble {

Modified: trunk/Tools/ChangeLog (159439 => 159440)


--- trunk/Tools/ChangeLog	2013-11-18 19:10:14 UTC (rev 159439)
+++ trunk/Tools/ChangeLog	2013-11-18 19:34:21 UTC (rev 159440)
@@ -1,3 +1,16 @@
+2013-11-18  Tim Horton  <[email protected]>
+
+        Checkmarks are shifted down on iPhone at build.webkit.org/dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=122909
+
+        Reviewed by Alexey Proskuryakov.
+
+        Put the checkmark SVG in the CSS file as a data URI so it loads immediately.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
+        (.status-line .bubble):
+        (.status-line.good .bubble.pictogram):
+
 2013-11-18  Ryosuke Niwa  <[email protected]>
 
         Remove _lines_to_ignore_in_stderr, which was only used in Chromium port
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to