Closed
Bug 276378
Opened 20 years ago
Closed 20 years ago
[BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: thesuckiestemail, Assigned: Niels.Reedijk)
References
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
Several files for downloads returns "HOME" for BeOS when asking for desktop as
no 'ifdefs' are implemented for BeOS. Also there is a bug in
nsLocalFileUnix:Reveal causing the parent to be shown. This will be fixed by the
latest patch in bug 169506.
Updated•20 years ago
|
Summary: [BeOS] Download-prefs / Downloadmanager shows Home as Desktop → [BeOS] Download-prefs / Downloadmanager shows Home as Desktop
Updating bug title as it was a bit confusing.
Summary: [BeOS] Download-prefs / Downloadmanager shows Home as Desktop → [BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
Comment on attachment 169840 [details] [diff] [review]
patch to add ifdefs for BeOS so that 'Desktop' points to "DESK" as it should.
r?
Attachment #169840 -
Flags: review?(sergei_d)
Comment 5•20 years ago
|
||
Comment on attachment 169840 [details] [diff] [review]
patch to add ifdefs for BeOS so that 'Desktop' points to "DESK" as it should.
r=sergei_d
Attachment #169840 -
Flags: review?(sergei_d) → review+
Comment on attachment 169840 [details] [diff] [review]
patch to add ifdefs for BeOS so that 'Desktop' points to "DESK" as it should.
sr?
(and possibly checkin in case of success)
Attachment #169840 -
Flags: superreview?(bugs)
/me waits and wonders who else can do a sr on this trivial patch.
Assignee | ||
Comment 8•20 years ago
|
||
Have you tried mailing the person you want the sr from?
Assignee | ||
Comment 9•20 years ago
|
||
Same patch, but updated after the license change.
Assignee | ||
Updated•20 years ago
|
Attachment #169840 -
Attachment is obsolete: true
Reporter | ||
Comment 10•20 years ago
|
||
Are we really supposed to change the header?
Assignee | ||
Comment 11•20 years ago
|
||
Actually, in the original patch you added your name to the list of credits.
However, after you made your first patch, a new header was committed, making the
patch not apply cleanly. Thus, this does not essentially change what you did,
but rather just make it apply cleanly.
Reporter | ||
Comment 12•20 years ago
|
||
Comment on attachment 169840 [details] [diff] [review]
patch to add ifdefs for BeOS so that 'Desktop' points to "DESK" as it should.
ah ok, changing to sr on updated one.
Attachment #169840 -
Flags: superreview?(bugs)
Reporter | ||
Comment 13•20 years ago
|
||
Comment on attachment 174668 [details] [diff] [review]
Updated for the tri-license header change
sr? (this bug has been waiting a while on SR now...)
Attachment #174668 -
Flags: superreview?(bugs)
Comment 14•20 years ago
|
||
Comment on attachment 174668 [details] [diff] [review]
Updated for the tri-license header change
Eesh, these are not pleasant #ifdefs, but you're not doing anything that's not
already done.
Attachment #174668 -
Flags: superreview?(bugs) → review+
Attachment #174668 -
Flags: superreview?
Comment 15•20 years ago
|
||
Comment on attachment 174668 [details] [diff] [review]
Updated for the tri-license header change
tqh: this code only touches toolkit+browser, and is therefore not subject to
superreview. All you need now is somebody to check it in.
Attachment #174668 -
Flags: superreview?
Assignee | ||
Comment 16•20 years ago
|
||
This patch needs to be updated because of the prefwindow updates.
pref_download.js is either gone, or on a different spot :-(
Reporter | ||
Comment 17•20 years ago
|
||
Since we couldn't find anyone to commit the changes it has gotten outdated. It's
easy to create a patch just search for "Desk" (with " included) in lxr and add a
XP_BEOS case that returns "Desk" for desktop. (Although I think it sucks that
js-pages knows of OS-dependent code)
I'm leaving this bug for someone else to fix (and try to commit).
Assignee: thesuckiestemail → bugs
Status: ASSIGNED → NEW
Assignee | ||
Comment 18•20 years ago
|
||
Okay, I'll take this one. Benjamin, could you do the honours of reviewing this
patch (very little has changed) and committing it if you like?
Assignee: bugs → Niels.Reedijk
Attachment #174668 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #178120 -
Flags: review?(benjamin)
Updated•20 years ago
|
Attachment #178120 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 19•20 years ago
|
||
contentAreaUtils.js moved. No other changes.
Attachment #178120 -
Attachment is obsolete: true
Assignee | ||
Comment 20•20 years ago
|
||
Comment on attachment 180389 [details] [diff] [review]
Updated after move of contenAreaUtils.js, no changes
Requesting approval for aviary 1.1
Attachment #180389 -
Flags: approval-aviary1.1a?
Comment 21•20 years ago
|
||
Comment on attachment 180389 [details] [diff] [review]
Updated after move of contenAreaUtils.js, no changes
a=asa
Attachment #180389 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Assignee | ||
Comment 22•20 years ago
|
||
Bug 276378 [BeOS] Download-prefs / Downloadmanager returns path to Home as
Desktop patch by Niels.Reedijk@gmail.com r=bsmedberg a=asa
Checked in by timeless
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•