Bug 270692 - [GTK][WPE] Add a setting to enable/disable directory upload.
Summary: [GTK][WPE] Add a setting to enable/disable directory upload.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Miguel Gomez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 03:19 PST by Miguel Gomez
Modified: 2024-03-08 04:47 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2024-03-08 03:19:23 PST
There's already a DirectoryUploadEnabled preference for this that's enabled by default for GTK and WPE. We need a setting so apps can modify its value.
Comment 1 Miguel Gomez 2024-03-08 03:25:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/25623
Comment 2 Miguel Gomez 2024-03-08 04:47:26 PST
This should be done through the new features API, and not with a dedicated one.