Open
Bug 282545
Opened 21 years ago
Updated 3 years ago
Implement Application Icon URL Properties on nsMIMEInfoMac
Categories
(Firefox :: File Handling, defect)
Tracking
()
NEW
People
(Reporter: bugs, Unassigned)
References
Details
bug 282196 implements two properties:
/**
* moz-icon URI for the default handler application's icon, if available.
*/
#define PROPERTY_DEFAULT_APP_ICON_URL "defaultApplicationIconURL"
/**
* moz-icon URI for the user's preferred handler application's icon, if
* available.
*/
#define PROPERTY_CUSTOM_APP_ICON_URL "customApplicationIconURL"
nsMIMEInfoMac needs to implement nsIPropertyBag and supply these properties,
which should be a moz-icon URI which wraps a File URI to the Bundle of the
associated application.
e.g.
moz-icon:file:///Applications/Firefox.app/
Updated•19 years ago
|
Assignee: bugs → file-handling
Updated•16 years ago
|
Assignee: file-handling → nobody
QA Contact: ian → file-handling
Updated•9 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•