This is a backport PR for branch 44-x-y
#52794: fix: don't destroy contentTracing.stopRecording() promise off the UI thread (44-x-y)
Merged
Created: Aug 12, 2026, 7:52:26 PM
Merged: Aug 13, 2026, 2:51:07 AM
1 comments
Target: 44-x-y
Backport of #52793
See that PR for details. Only conflict was include context; the change is identical.
Notes: Fixed a potential crash in contentTracing.stopRecording() when the trace file could not be written to the requested path.
Backport Information
Original PR Author
MarshallOfSoundOriginal PR Status
Merged
Original PR Merged At
Aug 12, 2026, 5:35:51 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