Closed
Bug 162700
Opened 23 years ago
Closed 23 years ago
make NS_MAC_DEFAULT_DOWNLOAD_DIR available for XP_MACOSX
Categories
(Camino Graveyard :: OS Integration, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Chimera0.5
People
(Reporter: sdagley, Assigned: sdagley)
References
Details
Attachments
(1 file)
11.39 KB,
patch
|
Details | Diff | Splinter Review |
Ok, this isn't actually a Chimera specific bug but it's blocking a Chimera bug...
We need NS_MAC_DEFAULT_DOWNLOAD_DIR (corresponding to the user's specified
Download folder) under XP_MACOSX. Not having it blocks #151047
Comment 2•23 years ago
|
||
Defines NS_MAC_DEFAULT_DOWNLOAD_DIR, defines the home dir the right way, and
removes definition of some stuff that never should have been defined for
XP_MACOSX.
Looking for review.
Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 95965 [details] [diff] [review]
patch
r=sdagley (gee that code looks familiar :-)
Attachment #95965 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
taking (since this will be landed as part of fix for #151047)
Assignee: ccarlen → sdagley
Status: ASSIGNED → NEW
Assignee | ||
Comment 5•23 years ago
|
||
patch checed in by sfraser as part of checkin for #151047
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
Steve,
What's the best way to verify this ? Do I need to specify a new default path via
System Preferences- Internet ? Then Chimera will automatically recognize it when
saving a file ?
Assignee | ||
Comment 7•23 years ago
|
||
Well at this point the only way to verify this is to eyeball the code is there.
sfraser didn't check in all my patch for #151047 so this code currently isn't
being exercised (AFAIK)
Comment 8•23 years ago
|
||
Hmmm. Maybe I should wait for the rest of code to be checked in to really verify
it. I love to see this working.
You need to log in
before you can comment on or make changes to this bug.
Description
•