Revert "Add close method to file picker"
Categories
(Core :: Widget, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: rkraesig, Assigned: rkraesig)
References
Details
Attachments
(1 file)
Sadly, it doesn't appear to be possible to implement a file-picker-close method for Win32 — at least not without a rework of fundamental parts of the file-picker and/or utility-process implementations. (Which are wanted for other reasons, but won't be done soon.)
For now, at least, we should revert the addition of Close() to the cross-platform interface, lest someone try to build on top of it and find they've designed something that will only work on Linux.
| Assignee | ||
Comment 1•1 year ago
|
||
This function can't be implemented for Win32 (yet?), partly due to
internal architectural issues. (See bug 1870660 for more details.)
Remove the existing stubs (and perfectly-functional Gtk implementation)
as dead code until such time as they can be made live.
(This commit also reverts a fix to this code from bug 1872834, which
should be restored if and when the rest of it is.)
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| bugherder | ||
Description
•