Open Bug 282545 Opened 20 years ago Updated 2 years ago

Implement Application Icon URL Properties on nsMIMEInfoMac

Categories

(Firefox :: File Handling, defect)

PowerPC
macOS
defect

Tracking

()

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/
Assignee: bugs → file-handling
Assignee: file-handling → nobody
QA Contact: ian → file-handling
Product: Core → Firefox
Version: Trunk → unspecified
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.