Creating a new profile by name trailing a white space will fail, but directory was created
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
People
(Reporter: alice0775, Unassigned)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Reproducible: since Firefox20
Steps To Reproduce:
- Start firefox.exe -p
- Click [Create Profile...], Click [Next]
- Input "foo " without quotation marks
- Click [Finish]
- Observe your profile directory (C:\Users***\AppData\Roaming\Mozilla\Firefox\Profiles)
Actual Results:
A error dialog pops up at step 4.
Profile couldn’t be created. Probably the chosen folder isn’t writable.
[Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIToolkitProfileService.createProfile]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://mozapps/content/profile/createProfileWizard.js :: onFinish :: line 239" data: no]
"****.foo" directory created as expected, but not listed in the Profile Manager
Expected Results:
Successfully created with trimmed name.
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0d373cf880fd&tochange=d7841347b558
Suspect: 964fe8cb452b24a04957c529de4c43c0adcdd529 Richard Newman — Bug 808263 - Write profile creation time to the profile on creation. r=Mossop
| Reporter | ||
Updated•5 years ago
|
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.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•