Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devops: fork webkit into a separate browser #5834

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

aslushnikov
Copy link
Contributor

Official WebKit no longer supports Mac 10.14. However, since
this system is still very much in use, we want to be able to
keep it running for a while.

This patch adds a new browser that we would compile and maintain
specifically for Mac 10.14: deprecated-webkit-mac-10.14. This
browser is a clone of Webkit r1443 that is the last known revision
to compile on Mac 10.14.

As we move on, we're free to modify this browser however we want,
backporting important patches.

Things to note:

  1. The deprecated-webkit-mac-10.14 also forks the original build.sh, clean.sh and archive.sh.
    This way we're free to evolve webkit infra as we'd like.
  2. The infra in the deprecated-webkit-mac-10.14 includes all the code to compile the webkit on other
    platforms as well. This is not used atm, but might come handy in future for e.g. debugging. It also helps
    avoid unnecessary code modifications while preparing this patch

References #5833

Official WebKit no longer supports Mac 10.14. However, since
this system is still very much in use, we want to be able to
keep it running for a while.

This patch adds a new browser that we would compile and maintain
specifically for Mac 10.14: `deprecated-webkit-mac-10.14`. This
browser is a clone of Webkit r1443 that is the last known revision
to compile on Mac 10.14.

As we move on, we're free to modify this browser however we want,
backporting important patches.

References microsoft#5833
@aslushnikov aslushnikov merged commit e64f666 into microsoft:master Mar 16, 2021
@aslushnikov aslushnikov deleted the fork-webkit-for-mac-10-14 branch March 16, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant