Open Bug 172334 Opened 22 years ago Updated 2 years ago

thisApplication() could need some tweaks

Categories

(Firefox :: File Handling, enhancement)

x86
Windows 2000
enhancement

Tracking

()

People

(Reporter: bugzilla, Unassigned)

Details

All of the places in the reg.db use have:
C:\PROGRA~1\MOZILLA.ORG\MOZILLA.EXE

this is due to
http://lxr.mozilla.org/mozilla/source/xpfe/components/winhooks/nsWindowsHooksUtil.cpp#52
does a ToUpperCase

why does it do that?
and why are we using the MSDOS 8.3 naming? No need for that?

so this RFE is to replace:
C:\PROGRA~1\MOZILLA.ORG\MOZILLA.EXE
with:
C:\Program Files\mozilla.org\mozilla.exe

like all other normal program does
the reason people do silly stuff like this is to avoid dealing with quotation
marks in filenames.

The fact is that this is already broken because a file system could disable
short names.
QA Contact: sairuh → petersen
Assignee: law → nobody
QA Contact: chrispetersen → 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.