Open
Bug 1672814
Opened 5 years ago
Updated 5 years ago
Use PathCchCombine(Ex) instead of the manual path wrangling in nsICommandLine's ResolveFile implementation
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox84 | --- | affected |
People
(Reporter: Gijs, Unassigned)
Details
The existing goop is very manual and probably causes issues (the comments indicate drive-relative paths might not work correctly, for instance). We should use the correct Windows APIs instead.
Comment 1•5 years ago
|
||
The severity field is not set for this bug.
:mossop, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dtownsend)
Updated•5 years ago
|
Severity: -- → S4
Flags: needinfo?(dtownsend)
You need to log in
before you can comment on or make changes to this bug.
Description
•