Closed
Bug 687218
Opened 13 years ago
Closed 12 years ago
Implement the Metro file picker in the WinRT widget layer
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bbondy, Assigned: bbondy)
References
Details
(Whiteboard: completed-elm)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
We should be able to use the picker and select files for <input type="file"> from other metro apps that provide them. For example a user could select from their photo album app when uploading.
This is called a contract in Windows 8
Updated•13 years ago
|
OS: Windows 8 → Windows 8 Metro
Assignee | ||
Comment 1•13 years ago
|
||
This is an implementation of the Metro file picker, it supports both selecting single files and multiple files from the associated input controls. It works both in content processes (by using nsFilePickerProxy) and the main thread by using the new nsMetroFilePicker directly.
Assignee: nobody → netzen
Assignee | ||
Updated•13 years ago
|
Summary: Support the picker contract for Windows 8 → Implement the Metro file picker in the WinRT widget layer
Assignee | ||
Updated•13 years ago
|
Attachment #609712 -
Attachment description: Patch v1. → Open file(s). Patch v1.
Assignee | ||
Comment 2•13 years ago
|
||
While I'm in this code I implemented the winrt save file picker as well.
Assignee | ||
Updated•12 years ago
|
Whiteboard: completed-elm
Assignee | ||
Comment 3•12 years ago
|
||
elm -> m-c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•