Closed
Bug 271639
Opened 20 years ago
Closed 12 years ago
Some system directories may need to be checked for short path names
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: neil, Unassigned)
References
Details
Depending on the way Mozilla is invoked the .exe path returned by GetModuleFileName may include short and/or long path names. This confuses the searchplugin system as per bug 187293 comment 22.
Comment 1•20 years ago
|
||
So is this an nsLocalFileWin issue, then?
| Reporter | ||
Comment 2•20 years ago
|
||
Well I doubt you want the overhead of checking every single path name to make sure it's a long path name, but at one point the system directory code used to uppercase the path name presumably to reduce the chance of conflicts.
Updated•18 years ago
|
Assignee: dougt → nobody
QA Contact: xpcom
Comment 3•12 years ago
|
||
I'm pretty sure we fixed this by normalizing the launch path. I don't have the changeset in-hand, but I'm going to resolve this WFM; reopen if necessary.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•