Changeset 218271 in webkit
- Timestamp:
- Jun 14, 2017, 11:07:27 AM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js
r217922 r218271 29 29 macOSSierra: { name: "macos-sierra", readableName: "macOS Sierra", order: 8 }, 30 30 MacOSXElCapitan: { name: "mac-os-x-elcapitan", readableName: "OS X El Capitan", order: 9 }, 31 iOS11Simulator: { name: "ios-simulator-11", readableName: "iOS 11 Simulator", order: 20 }, 32 iOS11Device: { name: "ios-11", readableName: "iOS 11", order: 25 }, 31 33 iOS10Simulator: { name: "ios-simulator-10", readableName: "iOS 10 Simulator", order: 30 }, 32 34 iOS10Device: { name: "ios-10", readableName: "iOS 10", order: 40 }, -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css
r217922 r218271 181 181 } 182 182 183 table.queue-grid tr.platform.ios-simulator-11 img.logo { 184 background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%); 185 content: -webkit-image-set(url(../Images/IOS11Simulator@2x.png) 2x, url(../Images/IOS11Simulator.png) 1x); 186 } 187 188 table.queue-grid tr.platform.ios-11 img.logo { 189 background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%); 190 content: -webkit-image-set(url(../Images/IOS11@2x.png) 2x, url(../Images/IOS11.png) 1x); 191 } 192 183 193 table.queue-grid tr.platform.mac-os-x-elcapitan img.logo { 184 194 content: -webkit-image-set(url(../Images/ElCapitan@2x.png) 2x, url(../Images/ElCapitan.png) 1x); -
trunk/Tools/ChangeLog
r218270 r218271 1 2017-06-14 Alexey Proskuryakov <ap@apple.com> 2 3 Add iOS 11 support to the bot watcher's dashboard 4 https://bugs.webkit.org/show_bug.cgi?id=173369 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11.png: Added. 9 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11@2x.png: Added. 10 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11Simulator.png: Added. 11 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/IOS11Simulator@2x.png: Added. 12 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js: 13 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css: 14 1 15 2017-06-14 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.