Update WebKit Build Archives page on webkit.org
https://bugs.webkit.org/show_bug.cgi?id=202871
Patch by Ling Ho <lingcherd_ho@apple.com> on 2019-10-14
Reviewed by Alexey Proskuryakov.
Added Catalina and remove Sierra.
* wp-content/themes/webkit/build-archives.php:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251118 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog
index d4b1c08a..e2e2800 100644
--- a/Websites/webkit.org/ChangeLog
+++ b/Websites/webkit.org/ChangeLog
@@ -1,3 +1,14 @@
+2019-10-14 Ling Ho <lingcherd_ho@apple.com>
+
+ Update WebKit Build Archives page on webkit.org
+ https://bugs.webkit.org/show_bug.cgi?id=202871
+
+ Reviewed by Alexey Proskuryakov.
+
+ Added Catalina and remove Sierra.
+
+ * wp-content/themes/webkit/build-archives.php:
+
2019-09-19 Justin Fan <justin_fan@apple.com>
[WebGPU] Update messaging to reflect STP 92 requirement for demos
diff --git a/Websites/webkit.org/wp-content/themes/webkit/build-archives.php b/Websites/webkit.org/wp-content/themes/webkit/build-archives.php
index 3c1e9da..41c059d 100644
--- a/Websites/webkit.org/wp-content/themes/webkit/build-archives.php
+++ b/Websites/webkit.org/wp-content/themes/webkit/build-archives.php
@@ -10,9 +10,9 @@
private static $object = null;
public static $platforms = array(
+ 'mac-catalina-x86_64' => 'Catalina',
'mac-mojave-x86_64' => 'Mojave',
'mac-highsierra-x86_64' => 'High Sierra',
- '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-mojave-x86_64";
+ var currentHash = window.location.hash.length ? window.location.hash.replace("#", "") : "mac-catalina-x86_64";
for (var link of tabnav) {
link.addEventListener("click", currentTab);
if (link.className.indexOf(currentHash) !== -1)
@@ -336,4 +336,4 @@
<?php endwhile; endif; ?>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>