Merged
Conversation
5b3d8f7 to
9f59744
Compare
ckerr
reviewed
Feb 28, 2025
Member
ckerr
left a comment
There was a problem hiding this comment.
minor lint failures:
api/app.md
770:28: Extra semicolon.
772:41: Extra semicolon.
9f59744 to
b2b171b
Compare
Member
|
The CI failures seem to be related to the new feature: |
Member
Author
|
@ckerr yeah i was struggling a little to get the tests to be properly idempotent 😅 will tackle next week! |
25bf638 to
6aaf99f
Compare
6aaf99f to
5871adb
Compare
5871adb to
260f615
Compare
260f615 to
c760df0
Compare
Member
Author
|
macOS test runner froze and the frozen test shard isn't the one that has the newly added tests - they are all passing on arm64! |
|
Release Notes Persisted
|
This was referenced Jul 31, 2025
Contributor
|
I have automatically backported this PR to "37-x-y", please check out #47923 |
Contributor
|
I have automatically backported this PR to "38-x-y", please check out #47924 |
Contributor
|
I have automatically backported this PR to "36-x-y", please check out #47925 |
kigh-ota
pushed a commit
to kigh-ota/electron
that referenced
this pull request
Sep 30, 2025
feat: add app.getRecentDocuments()
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
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
As in title - allows getting recent documents. Also allows testing other recent document functionality.
Checklist
npm testpassesRelease Notes
Notes: Added support for
app.getRecentDocuments()on Windows and macOS.