Closed
Bug 428362
Opened 18 years ago
Closed 18 years ago
Unhandled exception in SanitizeListener constructor
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: bent.mozilla, Unassigned)
References
Details
Attachments
(1 file)
|
949 bytes,
patch
|
Gavin
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Now that we have error messages from JS components again (bug 415498) I'm
seeing this in the console on startup:
JavaScript error: chrome://browser/content/browser.js, line 1182: gPrefService.savePrefFile is not a function
gPrefService isn't QI'd properly (it's currently nsIPrefBranch2, which doesn't have savePrefFile). Patch attached.
Attachment #314913 -
Flags: review?(gavin.sharp)
Updated•18 years ago
|
Attachment #314913 -
Flags: review?(gavin.sharp) → review+
| Reporter | ||
Comment 1•18 years ago
|
||
Comment on attachment 314913 [details] [diff] [review]
Patch
Obviously correct fix that prevents a bunch of broken functionality for folks who like to have their private data stripped on shutdown.
Attachment #314913 -
Flags: approval1.9?
Comment 2•18 years ago
|
||
Comment on attachment 314913 [details] [diff] [review]
Patch
a1.9=beltzner
Attachment #314913 -
Flags: approval1.9? → approval1.9+
| Reporter | ||
Comment 3•18 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•