WebKit Bugzilla
Attachment 362518 Details for
Bug 190908
: nightly.webkit.org should list macOS Mojave builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-190908-20190220112650.patch (text/plain), 2.52 KB, created by
Jon Davis
on 2019-02-20 11:26:50 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jon Davis
Created:
2019-02-20 11:26:50 PST
Size:
2.52 KB
patch
obsolete
>Subversion Revision: 241121 >diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog >index 93467ae4cc3a129531ee02715be1d1648167930c..24134e7b69ab3286990cf0d54dd98a1f40d925e4 100644 >--- a/Websites/webkit.org/ChangeLog >+++ b/Websites/webkit.org/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Jon Davis <jond@apple.com> >+ >+ Added macOS Mojave builds to the WebKit Build Archives. >+ https://bugs.webkit.org/show_bug.cgi?id=190908 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wp-content/themes/webkit/build-archives.php: >+ > 2019-02-04 Jon Davis <jond@apple.com> > > Add demos for Intersection Observer API >@@ -284,7 +293,7 @@ > https://bugs.webkit.org/show_bug.cgi?id=192278 > > Reviewed by Zalan Bujtas. >- >+ > Remove a stray '='. > > * wp-content/themes/webkit/css-status.php: >@@ -328,8 +337,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. > >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 2338de329e09a93763b58b670c948df11752c96e..06f133c676faada83ebc16cdca977c0386b2686f 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,10 @@ class WebKitBuildArchives { > 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-elcapitan-x86_64' => 'El Capitan' > ); > > public static function object() { >@@ -92,7 +93,7 @@ add_action('wp_head', function() { ?> > 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 190908
:
362518
|
362529