Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js (218270 => 218271)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js 2017-06-14 17:58:57 UTC (rev 218270)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js 2017-06-14 18:07:27 UTC (rev 218271)
@@ -28,6 +28,8 @@
macOSHighSierra: { name: "macos-highsierra", readableName: "macOS High Sierra", order: 7 },
macOSSierra: { name: "macos-sierra", readableName: "macOS Sierra", order: 8 },
MacOSXElCapitan: { name: "mac-os-x-elcapitan", readableName: "OS X El Capitan", order: 9 },
+ iOS11Simulator: { name: "ios-simulator-11", readableName: "iOS 11 Simulator", order: 20 },
+ iOS11Device: { name: "ios-11", readableName: "iOS 11", order: 25 },
iOS10Simulator: { name: "ios-simulator-10", readableName: "iOS 10 Simulator", order: 30 },
iOS10Device: { name: "ios-10", readableName: "iOS 10", order: 40 },
Windows8: { name: "windows-8", readableName: "Windows 8", order: 50 },
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css (218270 => 218271)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css 2017-06-14 17:58:57 UTC (rev 218270)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css 2017-06-14 18:07:27 UTC (rev 218271)
@@ -180,6 +180,16 @@
content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/IOS10.png) 1x);
}
+table.queue-grid tr.platform.ios-simulator-11 img.logo {
+ background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%);
+ content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/IOS11Simulator.png) 1x);
+}
+
+table.queue-grid tr.platform.ios-11 img.logo {
+ background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%);
+ content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/IOS11.png) 1x);
+}
+
table.queue-grid tr.platform.mac-os-x-elcapitan img.logo {
content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/ElCapitan.png) 1x);
}
Modified: trunk/Tools/ChangeLog (218270 => 218271)
--- trunk/Tools/ChangeLog 2017-06-14 17:58:57 UTC (rev 218270)
+++ trunk/Tools/ChangeLog 2017-06-14 18:07:27 UTC (rev 218271)
@@ -1,3 +1,17 @@
+2017-06-14 Alexey Proskuryakov <[email protected]>
+
+ Add iOS 11 support to the bot watcher's dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=173369
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11.png: Added.
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected]: Added.
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11Simulator.png: Added.
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected]: Added.
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
+
2017-06-14 Carlos Alberto Lopez Perez <[email protected]>
[GTK][WPE] Raise the timeout values for layout tests