Closed
Bug 623135
Opened 14 years ago
Closed 14 years ago
browser_615394-SSWindowState_events.js is not cleaning up after itself
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
VERIFIED
FIXED
Firefox 4.0b10
People
(Reporter: mossop, Assigned: zpao)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Looking at current browser-chrome test logs I see multiple occurrences of this after the test has finished and others are running:
Console message: [JavaScript Error: "windowObserver is not defined" {file: "chrome://mochitests/content/browser/browser/components/sessionstore/test/browser/browser_615394-SSWindowState_events.js" line: 347}]
Clearly this test isn't properly cleaning itself up and should be fixed to ensure it doesn't cause problems with later tests.
Assignee | ||
Comment 1•14 years ago
|
||
Luckily that observer isn't actually doing anything or this would have been a problem. It was a typo (or rather I copy+pasted+changed names and forgot to change one name).
Assignee: nobody → paul
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b10
You need to log in
before you can comment on or make changes to this bug.
Description
•