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 logUsage to shell.openExternal() options #37139

Merged
merged 1 commit into from Feb 14, 2023

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Feb 6, 2023

Description of Change

Allow passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows.

Checklist

Release Notes

Notes: Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 6, 2023
@miniak miniak self-assigned this Feb 6, 2023
@miniak miniak added semver/minor backwards-compatible functionality no-backport labels Feb 6, 2023
@miniak miniak force-pushed the miniak/shell-open-external-log-usage branch 4 times, most recently from 3f61277 to 2896c0b Compare February 6, 2023 17:06
@miniak miniak force-pushed the miniak/shell-open-external-log-usage branch from 2896c0b to 05ff309 Compare February 6, 2023 17:06
@miniak miniak marked this pull request as ready for review February 6, 2023 20:42
Copy link
Member

@zcbenz zcbenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API LGTM

Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API LGTM

@zcbenz zcbenz merged commit a38b711 into main Feb 14, 2023
@zcbenz zcbenz deleted the miniak/shell-open-external-log-usage branch February 14, 2023 08:53
@release-clerk
Copy link

release-clerk bot commented Feb 14, 2023

Release Notes Persisted

Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows.

@miniak
Copy link
Contributor Author

miniak commented Feb 16, 2023

/trop run backport-to 24-x-y

@trop
Copy link
Contributor

trop bot commented Feb 16, 2023

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

@trop
Copy link
Contributor

trop bot commented Feb 16, 2023

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

khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
Co-authored-by: Milan Burda <miburda@microsoft.com>
@trop trop bot added merged/24-x-y PR was merged to the "24-x-y" branch and removed in-flight/24-x-y labels Feb 27, 2023
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
Co-authored-by: Milan Burda <miburda@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-review/approved ✅ merged/24-x-y PR was merged to the "24-x-y" branch semver/minor backwards-compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants