Title: [278999] trunk/Tools
Revision
278999
Author
[email protected]
Date
2021-06-17 11:38:43 -0700 (Thu, 17 Jun 2021)

Log Message

[Monterey] Add Seed 1 to bot watchers' dashboard
https://bugs.webkit.org/show_bug.cgi?id=226747

Patch by W.D. Xiong <[email protected]> on 2021-06-17
Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png: Added.
* CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js: Added Monterey
* CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css: Added Monterey
(table.queue-grid tr.platform.macos-monterey img.logo):

Modified Paths

Added Paths

Diff

Added: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png


(Binary files differ)
Index: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png =================================================================== --- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png 2021-06-17 18:24:51 UTC (rev 278998) +++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png 2021-06-17 18:38:43 UTC (rev 278999) Property changes on: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js (278998 => 278999)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js	2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js	2021-06-17 18:38:43 UTC (rev 278999)
@@ -25,8 +25,9 @@
 
 Dashboard = {
     Platform: {
-        macOSBigSur: { name: "macos-bigsur", readableName: "macOS Big Sur", order: 1 },
-        macOSCatalina: { name: "macos-catalina", readableName: "macOS Catalina", order: 2 },
+        macOSMonterey: { name: "macos-monterey", readableName: "macOS Monterey", order: 1 },
+        macOSBigSur: { name: "macos-bigsur", readableName: "macOS Big Sur", order: 2 },
+        macOSCatalina: { name: "macos-catalina", readableName: "macOS Catalina", order: 3 },
         iOS14Simulator: { name: "ios-simulator-14", readableName: "iOS 14 Simulator", order: 20 },
         iOS14Device: { name: "ios-14", readableName: "iOS 14", order: 25 },
         tvOS14Simulator: { name: "tvos-simulator-14", readableName: "TvOS Simulator 14", order: 26 },

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css (278998 => 278999)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2021-06-17 18:38:43 UTC (rev 278999)
@@ -229,6 +229,10 @@
     content: url(../Images/BigSur.png);
 }
 
+table.queue-grid tr.platform.macos-monterey img.logo {
+    content: url(../Images/Monterey.png);
+}
+
 table.queue-grid tr.platform.wincairo-windows-10 img.logo {
     content: url(../Images/Windows10.png);
 }

Modified: trunk/Tools/ChangeLog (278998 => 278999)


--- trunk/Tools/ChangeLog	2021-06-17 18:24:51 UTC (rev 278998)
+++ trunk/Tools/ChangeLog	2021-06-17 18:38:43 UTC (rev 278999)
@@ -1,3 +1,15 @@
+2021-06-17  W.D. Xiong  <[email protected]>
+
+        [Monterey] Add Seed 1 to bot watchers' dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=226747
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/public_html/dashboard/Images/Monterey.png: Added.
+        * CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js: Added Monterey
+        * CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css: Added Monterey
+        (table.queue-grid tr.platform.macos-monterey img.logo):
+
 2021-06-17  Per Arne Vollan  <[email protected]>
 
         [Win] Exception running layout tests
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to