Closed Bug 15530 Opened 25 years ago Closed 24 years ago

nsFileSpecWithUIImpl "All readable file" filter list

Categories

(Core :: XUL, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: pavlov)

Details

The filter list in nsFileSpecWithUIImpl.cpp for all readable files should not be
specified statically, but should be calculated dynamically as the union of all
the other filter types that will be part of the dialog box (ie. the union of the
filters that are part of the filter mask).

if (mask & eAllReadable)
{
*nextTitle++ = "All Readable Files";
*nextFilter++ = "*.eml; *.txt; *.htm; *.html; *.xml; *.gif; *.jpg; *.jpeg;
*.png";
}
Assignee: jefft → don
Gramp, I think this should be yours.
Assignee: don → trudelle
Component: Browser-General → XP Toolkit/Widgets
Assignee: trudelle → sdagley
Target Milestone: M12
reassigning to sdagley as p3 for m12
Status: NEW → ASSIGNED
mass-moving all m12 bugs to m13
Resetting QA contact from leger.
Whiteboard: may turn out to be a WONTFIX in favor of nsIFilePicker
Target Milestone: M13 → M14
moving to m14
Assignee: sdagley → pavlov
Status: ASSIGNED → NEW
Target Milestone: M14 → M15
pav's nsIFilePicker is going to replace these interfaces post BETA1 so re-
targetting milestone and re-assigning to pav
the new nsIFilePicker interface takes a mask (as well as allows you to append
new ones)
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: may turn out to be a WONTFIX in favor of nsIFilePicker
marking VERIFIED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.