Closed
Bug 894188
Opened 11 years ago
Closed 11 years ago
"resetSupported is not defined" in safe mode dialog
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 25
People
(Reporter: jruderman, Assigned: MattN)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
1. mkdir px/a/
2. While holding alt,
firefox -profile ~/px/a/
Result:
JavaScript error: chrome://browser/content/safeMode.js, line 80: resetSupported is not defined
Probably a regression from https://hg.mozilla.org/mozilla-central/rev/37015ff213ae
safeMode.js might just need a
- resetSupported()
+ ResetProfile.resetSupported()
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #776126 -
Flags: review?(jaws)
Updated•11 years ago
|
Attachment #776126 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → ASSIGNED
Flags: in-testsuite-
OS: Mac OS X → All
Hardware: x86_64 → All
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Comment 4•11 years ago
|
||
I tried to verify this fix, but I don't get the same error as the one mentioned in the Description (when following the steps from the Description).
Just to be sure I got it right, is the px directory created in the profiles directory? Could you please give me some more details?
Flags: needinfo?(jruderman)
Reporter | ||
Comment 5•11 years ago
|
||
I'm just creating ~/px/ and ~/px/a/ in order to use ~/px/a/ as a fresh, disposable Firefox profile.
[-P name] would use a subdirectory of the profiles directory, but [-profile dir] uses just the specified directory.
Flags: needinfo?(jruderman)
Reporter | ||
Comment 6•11 years ago
|
||
If you don't hold Alt, you should see files like places.sqlite appear in the profile directory.
If you do hold Alt (might be Shift instead on Windows?), you should see a Safe Mode dialog.
You need to log in
before you can comment on or make changes to this bug.
Description
•