Closed
Bug 507623
Opened 15 years ago
Closed 15 years ago
initializeSanitizer() can fail because "gPrefService.getBranch is not a function"
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3.7a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: verified1.9.2)
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
> JavaScript error: chrome://browser/content/browser.js, line 1476: gPrefService.getBranch is not a function
> http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1249040192.1249041497.16783.gz
If initializeSanitizer() fails, anything that comes after it in delayedStartup() won't be executed. Attachment 391667 [details] [diff] would fix this.
Flags: blocking-firefox3.6?
Comment 1•15 years ago
|
||
What's the effect of this on users / testers / us? Need to know that in order to make a blocking decision.
Updated•15 years ago
|
Flags: blocking-firefox3.6? → blocking-firefox3.6+
Comment 2•15 years ago
|
||
Johnath filled me in on how not getting to delayedStartup() would be bad, which I see now.
Dao: can you take, since you've got a fix for this in a patch on another bug anyway?
Assignee: nobody → dao
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #399571 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #399571 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a1
Assignee | ||
Comment 5•15 years ago
|
||
status1.9.2:
--- → beta1-fixed
Comment 6•15 years ago
|
||
just love code bustage/fix/checkin bugs.
verified per checkin
Keywords: verified1.9.2
You need to log in
before you can comment on or make changes to this bug.
Description
•