codebytere

#48198: fix: file-only picker incorrectly allowing some directories

Merged
Created: Aug 28, 2025, 3:07:42 AM
Merged: Aug 29, 2025, 12:14:46 PM
4 comments
Target: main

Description of Change

Closes #48081.
Refs CL:6867298

Backports upstream CL to fix an issue where a file-only picker incorrectly allowed some directories.

Checklist

Release Notes

Notes: fix an issue where a file-only picker incorrectly allowed some directories.

Backports

36-x-y
In-flight
PR Number
#48229
Waiting to be merged
37-x-y
In-flight
PR Number
#48230
Waiting to be merged
38-x-y
In-flight
PR Number
#48231
Waiting to be merged

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