-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Update to Chrome 70 #15059
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines. |
@iclems Hey, we have recently landed the chromium 69 upgrade into master, however, Chromium 70 is not stable yet and our next major release (4.0.0) is being cut imminently, 70 won't a part of that release. I see you commenting on #1380 about this feature, at the moment we have no timeline on a C70 upgrade so I'd suggest you stay with that comment thread regarding Going to close this out, when we get to the C70 upgrade a tracking PR will be raised and you can follow along there. |
Thank you @MarshallOfSound - Makes sense. Sad, 70 is going stable in the next 6 days. Great work on 4.0.0 and thanks for the quick feedback! |
@MarshallOfSound is is worth it re-opening this in the future? |
@iclems We are focusing on stabilizing 4.0 but the C70 upgrade is in PR atm. |
@MarshallOfSound awesome - i saw this got merged but strangly enough with 4.0.0-beta.9 I'm still getting Chromium 68 apparently. When would 70 make it into the nightly? Thank you and apologies if I missed something here! |
Just realized beta.9 was apparently cut 2 days before the merge. So I guess I need to wait for beta.10? |
We don't upgrade chrome major version after the first beta is cut. Electron 4.0.0 will be released with Chromium 69.0.3497.106. |
Makes sense. Is it possible to have a nightly that would include it separately? 4.1 beta?
Clément (mobile)
…________________________________
De : Jeremy Apthorp <[email protected]>
Envoyé : jeudi, décembre 13, 2018 8:36 PM
À : electron/electron
Cc : Clément Wehrung; Mention
Objet : Re: [electron/electron] Update to Chrome 70 (#15059)
We don't upgrade chrome major version after the first beta is cut. Electron 4.0.0 will be released with Chromium 69.0.3497.106.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#15059 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABEXMg0sElr1lIgU-Tr6QR_V6cG5zPb0ks5u4qwlgaJpZM4XVXE7>.
|
No, we only upgrade major chrome versions with major electron versions. The next version to include an upgrade of Chromium will be Electron 5. See https://electronjs.org/docs/tutorial/electron-versioning#semver |
Is your feature request related to a problem? Please describe.
Chrome 70 provides significant WebRTC fixes and improvements.
Describe the solution you'd like
Specifically, enables navigator.getDisplayMedia
Describe alternatives you've considered
desktopCapture allows to build a custom integration, but getDisplayMedia is becoming a standard
The text was updated successfully, but these errors were encountered: