Closed
Bug 385114
Opened 17 years ago
Closed 17 years ago
impl platform-specific code for find protocol/content-handling local apps
Categories
(Core Graveyard :: File Handling, enhancement)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 400852
mozilla1.9alpha8
People
(Reporter: dmosedale, Unassigned)
Details
There may be some platform-specific code that needs to be written to get the list of apps that is registered to handle a MIME-type or a content-type locally so that they can be offered as options to the user. beltzner, faaborg: should we be shooting to list all apps that are registered as knowing how to handle a specific content type, or just the default?
Flags: blocking1.9?
Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9?
Target Milestone: mozilla1.9alpha6 → mozilla1.9beta1
Reporter | ||
Comment 1•17 years ago
|
||
The basics of this code already exist and are in the tree, which is to say that we can get at least one handler for a given protocol or MIME-type on any platform if it exists. I assert this is sufficient for Firefox3. Windows is improving its support for more apps in the MIME-type case in bug 348808.
I suspect that at some point, the Mac and Linux code could be changed to do something similar, and probably want to be updated to newer system-level APIs.
Reporter | ||
Comment 3•17 years ago
|
||
Bug 400852 covers this for windows, and there are other bugs open for application picker support on other platforms.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•