codebytere

#48170: feat: add fileSystem to ses.setPermissionCheckHandler

Merged
Created: Aug 26, 2025, 4:32:25 AM
Merged: Sep 15, 2025, 4:00:59 PM
23 comments
Target: main

Description of Change

Closes #41957.

Addresses an issue where File System API non-active statuses weren't correctly persistent on previous grant. This exposes fileSystem permissions via ses.setPermissionCheckHandler to handle this case.

Checklist

Release Notes

Notes: Allowed for persisting File System API grant status within a given session.

Backports

36-x-y
Pending
Waiting for a manual backport
37-x-y
Merged
PR Number
#48328
Merged At
Sep 26, 2025, 9:23:05 AM
Released In
v37.6.0
Release Date
Sep 27, 2025, 12:41:17 PM
38-x-y
Merged
PR Number
#48327
Merged At
Sep 24, 2025, 12:10:34 PM
Released In
v38.2.0
Release Date
Sep 27, 2025, 6:20:08 PM
39-x-y
Merged
PR Number
#48326
Merged At
Oct 8, 2025, 3:44:46 AM
Released In
v39.0.0-beta.2
Release Date
Oct 9, 2025, 8:31:43 AM

Semver 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