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

fix: make plugin helper executable unconditional #36971

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

deepak1556
Copy link
Member

@deepak1556 deepak1556 commented Jan 20, 2023

Description of Change

Refs https://bugs.chromium.org/p/chromium/issues/detail?id=1342679

Plugin helper executable has use cases outside the plugin architecture of chromium to allow loading third-party unsigned libraries. We also leverage this capability in the UtilityProcess API

enable_plugins is already on track for deletion in upstream so they have made this executable not conditional on that flag, the PR aligns to do the same in Electron. You can also refer to the linked issue as to why the executable has not been renamed.

/cc @miniak FYI

Release Notes

Notes: Remove plugin helper checks on macOS gated behind enable_plugins buildflag

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 20, 2023
@deepak1556 deepak1556 added semver/patch backwards-compatible bug fixes target/22-x-y PR should also be added to the "22-x-y" branch. target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 20, 2023
@deepak1556 deepak1556 merged commit cdb65c1 into main Jan 21, 2023
@deepak1556 deepak1556 deleted the robo/enable_plugin_helper branch January 21, 2023 00:42
@release-clerk
Copy link

release-clerk bot commented Jan 21, 2023

Release Notes Persisted

Remove plugin helper checks on macOS gated behind enable_plugins buildflag

@trop
Copy link
Contributor

trop bot commented Jan 21, 2023

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

@trop trop bot added in-flight/23-x-y and removed target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 21, 2023
@trop
Copy link
Contributor

trop bot commented Jan 21, 2023

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

@trop trop bot added in-flight/22-x-y merged/22-x-y PR was merged to the "22-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. and removed target/22-x-y PR should also be added to the "22-x-y" branch. in-flight/22-x-y labels Jan 21, 2023
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/22-x-y PR was merged to the "22-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. new-pr 🌱 PR opened in the last 24 hours semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants