Closed
Bug 1387800
Opened 7 years ago
Closed 7 years ago
Remove [deprecated] nsIFilePicker.show()
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8894157 [details]
Bug 1387800 - Remove [deprecated] nsIFilePicker.show().
https://reviewboard.mozilla.org/r/165222/#review172908
::: widget/cocoa/nsFilePicker.h:50
(Diff revision 2)
>
> protected:
> virtual ~nsFilePicker();
>
> virtual void InitNative(nsIWidget *aParent, const nsAString& aTitle) override;
> + nsresult Show(int16_t *_retval) override;
nit: extra space at end of line
Attachment #8894157 -
Flags: review?(kyle) → review+
Comment hidden (mozreview-request) |
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/6dacffdd0ed1
Remove [deprecated] nsIFilePicker.show(). r=qdot
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•