Open
Bug 1605131
Opened 5 years ago
Updated 2 years ago
Consolidate Windows command line utility functions (assembleCmdLine and MakeCommandLine)
Categories
(Core :: Widget: Win32, task, P3)
Tracking
()
NEW
People
(Reporter: toshi, Unassigned)
References
Details
We have two similar implementations to format a command line string. We need to consolidate these and write a unit-test.
assembleCmdLine
https://hg.mozilla.org/mozilla-central/file/5e8b48c8cd93ae318b2963de1b3c1db0710c0242/xpcom/threads/nsProcessCommon.cpp#l114
MakeCommandLine
https://hg.mozilla.org/mozilla-central/file/5e8b48c8cd93ae318b2963de1b3c1db0710c0242/toolkit/xre/CmdLineAndEnvUtils.h#l379
Reporter | ||
Updated•5 years ago
|
Severity: normal → S4
Comment 1•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: tokikuc → nobody
Comment 2•2 years ago
|
||
There's an older one that is copied by nsProcessCommon: https://searchfox.org/mozilla-central/rev/3c194fa1d6f339036d2ec9516bd310c6ad612859/nsprpub/pr/src/md/windows/ntmisc.c#346
You need to log in
before you can comment on or make changes to this bug.
Description
•