Closed
Bug 1760560
Opened 3 years ago
Closed 3 years ago
Remove code behind pref "dom.input.dirpicker"
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: mbrodesser-Igalia, Assigned: edgar)
References
Details
Attachments
(1 file)
The pref is disabled by default. The API it allows to expose is not used since many years, see bug 1188880#c12. Confirmed by Olli.
When the code is removed, the corresponding implementation in DataTransfer
should be removed, because it'll simplify the DataTransfer
class.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
HTMLInputElement.getFilesAndDirectories is used for testing Directory API, so
still keep it but mark as chrome only.
Assignee | ||
Comment 3•3 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa7449627f17
Remove directory upload API; r=smaug
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•