Closed
Bug 311346
Opened 19 years ago
Closed 19 years ago
Add directory service key for "C:\Program Files"
Categories
(Core :: XPCOM, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta5
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
(Keywords: fixed1.8)
Attachments
(2 files)
(deleted),
patch
|
darin.moz
:
review+
asa
:
approval1.8rc1+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
There is a directoryservice key that looks like it should be this, but it
actually points to "Programs" in the Start menu.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #198694 -
Flags: review?(darin)
Assignee | ||
Updated•19 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.8beta5
Comment 2•19 years ago
|
||
Comment on attachment 198694 [details] [diff] [review]
Add dirservice key, rev. 1
r=darin
It's a shame that these windows specific directory service keys are not
prefixed with "Win" or something like that.
Attachment #198694 -
Flags: review?(darin) → review+
Assignee | ||
Comment 3•19 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 198694 [details] [diff] [review]
Add dirservice key, rev. 1
I'd like this for xulrunner for the nsXULAppInstall implementation, it's very
low-risk since it's adding a new key and I'm using the same codepaths that are
already used.
Attachment #198694 -
Flags: approval1.8rc1?
Comment 5•19 years ago
|
||
This causes build bustage where CSIDL_PROGRAM_FILES is not defined, exactly as
in bug 241282 comment 22 and following
Assignee | ||
Comment 6•19 years ago
|
||
smontagu, I'm traveling today and won't have checkin capabilities till this
afternoon, can you land an equivalent patch to the one in bug 241282?
Comment 7•19 years ago
|
||
No problem. This is the patch I made in my own tree.
Comment 8•19 years ago
|
||
Checked in the bustage fix.
Comment 9•19 years ago
|
||
please tell us why we need this and if it could possibly have any negative
impact on our primary apps. Also, is it really windows95 only?
Assignee | ||
Comment 10•19 years ago
|
||
No, this patch is all-windows, the build fix that smontagu created is for old
windows SDKs that don't define the proper constant. The risk is minimal (except
for the build bustage which was fixed) since nobody except XULRunner will be
using this key. The reason I want this patch for 1.8 is so that XULRunner knows
that windows apps belong by default in C:\Program Files (bug 300139).
Updated•19 years ago
|
Attachment #198694 -
Flags: approval1.8rc1? → approval1.8rc1+
You need to log in
before you can comment on or make changes to this bug.
Description
•