This is a backport PR for branch 43-x-y
#53689: fix: report the requesting frame for hid and usb permission checks (43-x-y)
Merged
Created: Sep 7, 2026, 11:22:59 AM
Merged: Sep 7, 2026, 1:25:18 PM
1 comments
Target: 43-x-y
Backport of #53656
See that PR for details. The Chromium patch is regenerated against M150 (HidService::RequestDevice differs); the session.md wording change is applied to this branch's shorter permission list.
Notes: Fixed session.setPermissionCheckHandler receiving the top-level origin and a null webContents for hid and usb checks made from a subframe.
Backport Information
Original PR Author
MarshallOfSoundOriginal PR Status
Merged
Original PR Merged At
Sep 7, 2026, 10:45:52 AM
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