Title: [285322] trunk/Websites/webkit.org
Revision
285322
Author
[email protected]
Date
2021-11-04 17:54:11 -0700 (Thu, 04 Nov 2021)

Log Message

Add Monterey to WebKit Build Archives page
https://bugs.webkit.org/show_bug.cgi?id=232739

Reviewed by Alexey Proskuryakov.

* wp-content/themes/webkit/build-archives.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (285321 => 285322)


--- trunk/Websites/webkit.org/ChangeLog	2021-11-04 23:48:11 UTC (rev 285321)
+++ trunk/Websites/webkit.org/ChangeLog	2021-11-05 00:54:11 UTC (rev 285322)
@@ -1,3 +1,12 @@
+2021-11-04  Ryan Haddad  <[email protected]>
+
+        Add Monterey to WebKit Build Archives page
+        https://bugs.webkit.org/show_bug.cgi?id=232739
+
+        Reviewed by Alexey Proskuryakov.
+
+        * wp-content/themes/webkit/build-archives.php:
+
 2021-09-02  Jonathan Bedard  <[email protected]>
 
         [contributors.json] Relocation (Part 3)

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/build-archives.php (285321 => 285322)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/build-archives.php	2021-11-04 23:48:11 UTC (rev 285321)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/build-archives.php	2021-11-05 00:54:11 UTC (rev 285322)
@@ -10,9 +10,9 @@
     private static $object = null;
 
     public static $platforms = array(
+        'mac-monterey-x86_64%20arm64'     => 'Monterey',
         'mac-bigsur-x86_64%20arm64'     => 'Big Sur',
         'mac-catalina-x86_64'     => 'Catalina',
-        'mac-mojave-x86_64'     => 'Mojave',
     );
 
     public static function object() {
@@ -92,7 +92,7 @@
                     list.classList.add("current");
                 };
 
-            var currentHash = window.location.hash.length ? window.location.hash.replace("#", "") : "mac-bigsur-x86_64 arm64";
+            var currentHash = window.location.hash.length ? window.location.hash.replace("#", "") : "mac-monterey-x86_64 arm64";
             for (var link of tabnav) {
                 link.addEventListener("click", currentTab);
                 if (link.className.indexOf(currentHash) !== -1)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to