Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (197871 => 197872)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js 2016-03-09 20:25:25 UTC (rev 197871)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js 2016-03-09 20:36:35 UTC (rev 197872)
@@ -29,7 +29,8 @@
"commit-queue": {platform: Dashboard.Platform.MacOSXYosemite, shortName: "commit", title: "Commit Queue"},
"style-queue": {shortName: "style", title: "Style Checker Queue"},
"gtk-wk2-ews": {platform: Dashboard.Platform.LinuxGTK, shortName: "gtk-wk2", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
- "ios-ews": {platform: Dashboard.Platform.iOS9Device, shortName: "ios", title: "WebKit\xa0Release\xa0Build\xa0EWS"},
+ "ios-ews": {platform: Dashboard.Platform.iOS9Device, shortName: "ios", title: "Release\xa0Build\xa0EWS"},
+ "ios-sim-ews": {platform: Dashboard.Platform.iOS9Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
"mac-ews": {platform: Dashboard.Platform.MacOSXYosemite, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
"mac-wk2-ews": {platform: Dashboard.Platform.MacOSXYosemite, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
"mac-debug-ews": {platform: Dashboard.Platform.MacOSXYosemite, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},
Modified: trunk/Tools/ChangeLog (197871 => 197872)
--- trunk/Tools/ChangeLog 2016-03-09 20:25:25 UTC (rev 197871)
+++ trunk/Tools/ChangeLog 2016-03-09 20:36:35 UTC (rev 197872)
@@ -1,3 +1,12 @@
+2016-03-09 Alexey Proskuryakov <[email protected]>
+
+ Add iOS Simulator EWS to bot watcher's dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=155220
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+
2016-03-09 Brent Fulgham <[email protected]>
Local HTML should be blocked from localStorage access unless "Disable Local File Restrictions" is checked