Closed
Bug 364521
Opened 19 years ago
Closed 19 years ago
Need a bundleIdentifier attribute in nsILocalFileMac
Categories
(Core :: XPCOM, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha2
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.70 KB,
patch
|
Details | Diff | Splinter Review |
It should be possible to retrieve the identifier of a bundle via nsILocalFileMac.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #249285 -
Flags: review?(mark)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 2•19 years ago
|
||
Comment on attachment 249285 [details] [diff] [review]
patch
Check the return value of CFStringReftoUTF8 - either assign it in to rv or use an NS_ASSERTION.
Attachment #249285 -
Flags: review?(mark) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #249285 -
Flags: superreview?(mikepinkerton)
Comment 3•19 years ago
|
||
Comment on attachment 249285 [details] [diff] [review]
patch
+[scriptable, uuid(748f3ffe-27d9-4402-9de9-494badbeebf4)]
interface nsILocalFileMac : nsILocalFile
is this meant for the branch as well? If so, doesn't the interface name need to change to reflect the interface change? I seem to recall some bizarre naming ritual around the branch.
sr=pink
Attachment #249285 -
Flags: superreview?(mikepinkerton) → superreview+
| Assignee | ||
Comment 4•19 years ago
|
||
(In reply to comment #3)
> (From update of attachment 249285 [details] [diff] [review] [edit])
> +[scriptable, uuid(748f3ffe-27d9-4402-9de9-494badbeebf4)]
> interface nsILocalFileMac : nsILocalFile
>
> is this meant for the branch as well?
Nope.
| Assignee | ||
Comment 5•19 years ago
|
||
mozilla/xpcom/io/nsILocalFileMac.idl 1.8
mozilla/xpcom/io/nsLocalFileOSX.cpp 1.47
Attachment #249285 -
Attachment is obsolete: true
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [19a2]
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [19a2]
Target Milestone: mozilla1.9alpha1 → mozilla1.9alpha2
You need to log in
before you can comment on or make changes to this bug.
Description
•