Closed
Bug 881801
Opened 11 years ago
Closed 1 years ago
make nsIFilePicker interface saner
Categories
(Core :: Widget, defect, P3)
Core
Widget
Tracking
()
RESOLVED
FIXED
People
(Reporter: baku, Unassigned)
Details
After Bug 832923 it has files and domfiles, file and domfile, yet
files and file are useless.
Comment 1•11 years ago
|
||
The issue is that we have extensions using this interface so changing it isn't really easy.
Component: DOM → Widget
Comment 2•11 years ago
|
||
The interface just changed in Firefox 22, breaking all extensions implementing this interface (bug 880042), so it seems like you might as well change it again to make it better.
Comment 3•11 years ago
|
||
I believe this bug is fixed.
Comment 5•11 years ago
|
||
The crash has been fixed, but nsIFilePicker components written before the interface change will still fail silently -- so my comment still applies.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 6•1 years ago
|
||
Done as of (at least) bug 1163388, wherein nsIDOMFile
was removed entirely.
Status: NEW → RESOLVED
Closed: 1 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•