-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[REGRESSION]: support mac 10.14 on webkit #5833
Comments
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 16, 2021
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
added a commit
that referenced
this issue
Mar 16, 2021
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 #5833
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 16, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 16, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 16, 2021
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 17, 2021
aslushnikov
added a commit
that referenced
this issue
Mar 17, 2021
Mac bots are now setup on private repo. Results are available on https://flaky.aslushnikov.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Official webkit no longer supports Mac 10.14. However, we still want to download a latest good version of
WebKit for Mac 10.14 that supports all the good Playwright features.
Things to do:
The text was updated successfully, but these errors were encountered: