Closed
Bug 25282
Opened 25 years ago
Closed 25 years ago
be more forgiving with profile command line arguments
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
the profile back end currently accepts:
-SelectProfile
-ProfileManager
-ProfileWizard
-installer
-CreateProfile
-P
I want to make sure it handles -- versions (like --CreateProfile) and
it is case insensitive, so -profilemanager works, as does -ProfileManager
I'm assigning this to me, because there is a bunch of other work that needs to
be done before this. right now, the mozilla shell script is hard coded and
probably won't pass unknown options to mozilla-bin.
I need to fix that, along with bug #24870
Comment 1•25 years ago
|
||
The bug for passing options to mozilla-bin is:
http://bugzilla.mozilla.org/show_bug.cgi?id=23084
Comment 3•25 years ago
|
||
Note from 23874, need to update help text in nsAppRunner.cpp:630
if/when commandline args change. We should list them all lowercase,
or be consistant somehow.
Assignee | ||
Comment 5•25 years ago
|
||
fixed. now commandline arguments are case insensitive
-mail, -Mail, -MAIL all work
as do
-installer, -Installer, -INSTALLER
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M14
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•