-
Notifications
You must be signed in to change notification settings - Fork 16.2k
feat: use default-app behavior in packaged apps #16310
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9a27ad8
to
ae6480a
Compare
ae6480a
to
548b7bf
Compare
sindresorhus
reviewed
Jan 8, 2019
2ef3347
to
7a716c7
Compare
7a716c7
to
0e6bde1
Compare
cfb5345
to
50e9528
Compare
50e9528
to
f908d88
Compare
f908d88
to
cfb5345
Compare
32d564e
to
cbe5a16
Compare
nornagon
suggested changes
Jan 14, 2019
001b989
to
82a6ac8
Compare
nornagon
reviewed
Jan 14, 2019
nornagon
approved these changes
Jan 14, 2019
82a6ac8
to
6d8576c
Compare
…w-all-closed handling)
6d8576c
to
a2fec4b
Compare
alexeykuzmin
approved these changes
Jan 15, 2019
@electron/docs can you please review this? |
codebytere
approved these changes
Jan 15, 2019
Release Notes Persisted
|
akisctx
pushed a commit
to akisctx/electron
that referenced
this pull request
Jan 22, 2019
Unify the behavior between default app and packaged apps: - create default application menu unless the app has one - default window-all-closed handling unless the app handles the event
1 task
AviVahl
added a commit
to wixplosives/example-electron-application
that referenced
this pull request
Oct 9, 2024
per electron/electron#16310 which landed in 32.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
unify the behavior between default app and packaged apps:
window-all-closed
handling unless the app handles the eventChecklist
npm test
passesRelease Notes
Notes: Unified behavior between the default app and packaged apps (application menu /
window-all-closed
handling)