This is a backport PR for branch 43-x-y
#53927: perf: push preload paths to Node.js renderers instead of a sync IPC at startup (43-x-y)
Open
Backport of #53860
See that PR for details. 43-x-y does not have ElectronBrowserClient::IsRendererProcessSandboxed(), which the new renderer_startup_data::IsFrameInSandboxedRenderer() calls, so this also carries that small helper (a per-process record of whether the renderer was launched with --no-sandbox) from #52472.
Notes: none
Backport Information
Original PR Author
MarshallOfSoundOriginal PR Status
Merged
Original PR Merged At
Sep 14, 2026, 1:12:15 PM
Original PR Link
View on GitHubSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron