Title: [241839] trunk/Websites/webkit.org
Revision
241839
Author
[email protected]
Date
2019-02-20 14:25:23 -0800 (Wed, 20 Feb 2019)

Log Message

Added macOS Mojave builds to the WebKit Build Archives.
https://bugs.webkit.org/show_bug.cgi?id=190908

Reviewed by Lucas Forschler.

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

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (241838 => 241839)


--- trunk/Websites/webkit.org/ChangeLog	2019-02-20 22:22:17 UTC (rev 241838)
+++ trunk/Websites/webkit.org/ChangeLog	2019-02-20 22:25:23 UTC (rev 241839)
@@ -1,3 +1,12 @@
+2019-02-20  Jon Davis  <[email protected]>
+
+        Added macOS Mojave builds to the WebKit Build Archives.
+        https://bugs.webkit.org/show_bug.cgi?id=190908
+
+        Reviewed by Lucas Forschler.
+
+        * wp-content/themes/webkit/build-archives.php:
+
 2019-02-07  Jon Davis  <[email protected]>
 
         Fixed animation positioning when homepage animation completes
@@ -318,7 +327,7 @@
         https://bugs.webkit.org/show_bug.cgi?id=192278
 
         Reviewed by Zalan Bujtas.
-        
+
         Remove a stray '='.
 
         * wp-content/themes/webkit/css-status.php:
@@ -362,8 +371,8 @@
         https://bugs.webkit.org/show_bug.cgi?id=191205
 
         Reviewed by Timothy Hatcher.
-        
-        This change makes it far easier to add new SVG icons to the 
+
+        This change makes it far easier to add new SVG icons to the
         icons.svg sprite and provides better positioning control
         over the icons within the blog post tile frame.
 

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


--- trunk/Websites/webkit.org/wp-content/themes/webkit/build-archives.php	2019-02-20 22:22:17 UTC (rev 241838)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/build-archives.php	2019-02-20 22:25:23 UTC (rev 241839)
@@ -10,9 +10,9 @@
     private static $object = null;
 
     public static $platforms = array(
+        'mac-mojave-x86_64'     => 'Mojave',
         'mac-highsierra-x86_64' => 'High Sierra',
-        'mac-sierra-x86_64'     => 'Sierra',
-        'mac-elcapitan-x86_64'  => 'El Capitan',
+        'mac-sierra-x86_64'     => 'Sierra'
     );
 
     public static function object() {
@@ -92,7 +92,7 @@
                     list.classList.add("current");
                 };
 
-            var currentHash = window.location.hash.length ? window.location.hash.replace("#", "") : "mac-highsierra-x86_64";
+            var currentHash = window.location.hash.length ? window.location.hash.replace("#", "") : "mac-mojave-x86_64";
             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