-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upgrade to Electron 14.2.4 #4625
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
// There will be a uncaught exception if the view is destroyed. | ||
try { | ||
viewType = view.getType(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better to check view.isDestroyed()
instead of try-catch or it might catch something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't change this logic, not sure if I want to change it in this PR 😅
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@jakolehm Please fix lint and then I say this is RTM! |
Fixed! |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: Sebastian Malton <[email protected]>
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
windows integration tests fail intermittently, seems to be due to an issue in playwright (something that hasn't been updated for Electron 14). Tried downgrading playwright to 1.15.2 and upgrading to 1.18.1, with same results. May be the same issue as recently reported here I have not found a workaround yet. |
Signed-off-by: Sebastian Malton <[email protected]>
…e with Electron 14 on windows Signed-off-by: Jim Ehrismann <[email protected]>
Signed-off-by: Jim Ehrismann <[email protected]>
Signed-off-by: Jim Ehrismann <[email protected]>
@electron/remote
dependency: