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

feat: add new render-process-gone event #23096

Merged
merged 1 commit into from May 11, 2020

Conversation

MarshallOfSound
Copy link
Member

The crashed event could fire for a number of reasons, some of which are nothing to do with crashes. It also was losing some helpful information about why the process crashed. This PR leaves that event untouched (as per our new breaking changes policy) and adds a new event that contains more information (the actual reason the process crashed) and puts it in an object for easier expandability later.

Notes: Added new render-process-gone event to replace the crashed event.

@MarshallOfSound MarshallOfSound added the semver/minor backwards-compatible functionality label Apr 13, 2020
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 13, 2020
@MarshallOfSound MarshallOfSound merged commit 34da3bc into master May 11, 2020
@release-clerk
Copy link

release-clerk bot commented May 11, 2020

Release Notes Persisted

Added new render-process-gone event to replace the crashed event.

@MarshallOfSound MarshallOfSound deleted the feat/render-process-gone branch May 11, 2020 20:42
@miniak
Copy link
Contributor

miniak commented Jun 26, 2020

/trop run backport-to 8-x-y

@trop
Copy link
Contributor

trop bot commented Jun 26, 2020

The backport process for this PR has been manually initiated -
sending your commits to "8-x-y"!

@trop
Copy link
Contributor

trop bot commented Jun 26, 2020

I have automatically backported this PR to "8-x-y", please check out #24308

@trop trop bot added the in-flight/8-x-y label Jun 26, 2020
@miniak
Copy link
Contributor

miniak commented Jun 26, 2020

/trop run backport-to 9-x-y

@trop
Copy link
Contributor

trop bot commented Jun 26, 2020

The backport process for this PR has been manually initiated -
sending your commits to "9-x-y"!

@trop
Copy link
Contributor

trop bot commented Jun 26, 2020

I have automatically backported this PR to "9-x-y", please check out #24309

@pushkin-
Copy link

@MarshallOfSound Can I safely access the webContents's id even though I would expect the object to be destroyed? It seems like I can without any crashes, but is that guaranteed?

@pushkin-
Copy link

Maybe this PR addresses that concern

hacdias added a commit to ipfs/ipfs-desktop that referenced this pull request Jan 10, 2022
electron/electron#23096

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
hacdias added a commit to ipfs/ipfs-desktop that referenced this pull request Jan 21, 2022
electron/electron#23096

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
hacdias added a commit to ipfs/ipfs-desktop that referenced this pull request Jan 21, 2022
electron/electron#23096

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
lidel added a commit to ipfs/ipfs-desktop that referenced this pull request Feb 1, 2022
* refactor: replace deprecated 'crashed' event
electron/electron#23096

* feat: ux element when window becomes unresponsive
* style: improved helptext

dedicated button labels remove any ambiguity

Co-authored-by: Marcin Rataj <lidel@lidel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-review/approved ✅ semver/minor backwards-compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants