Closed
Bug 1479726
Opened 6 years ago
Closed 6 years ago
FilePicker.js uses unknown property Ci.nsIFilePicker.xulFilter
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In finding properties/constants of idl interfaces that aren't valid I discovered this:
mobile/android/components/FilePicker.js
75:23 error Use of unknown property Ci.nsIFilePicker.xulFilter
79:23 error Use of unknown property Ci.nsIFilePicker.xulFilter
Looks like these should be "filterXUL" rather than "xulFilter".
Assignee | ||
Comment 1•6 years ago
|
||
MozReview-Commit-ID: A3G98cC8T4F
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Comment on attachment 8997873 [details]
Bug 1479726 - Use correct filterXUL property for nsIFilePicker in FilePicker.js.
James Willcox (:snorp) (jwillcox@mozilla.com) has approved the revision.
Attachment #8997873 -
Flags: review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f2a8c753f0c
Use correct filterXUL property for nsIFilePicker in FilePicker.js. r=snorp
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•