Open
Bug 562094
Opened 15 years ago
Updated 4 years ago
[MacOSX] mochitest-plain-2: "shutdown"(!?) reports multiple "JavaScript error: [...] navigator.js, line 740: window.XULBrowserWindow is undefined"
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: sgautherie, Unassigned)
References
()
Details
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272384266.1272386065.10359.gz&fulltext=1
OS X 10.5 comm-central-trunk debug test mochitests-2/5 on 2010/04/27 09:04:26
{
9114 INFO Passed: 3576
9115 INFO Failed: 1
9116 INFO Todo: 435
9117 INFO SimpleTest FINISHED
[...]
WARNING: NS_ENSURE_SUCCESS(rv, 0) failed with result 0x8000FFFF: file /builds/slave/comm-central-trunk-macosx-debug/build/mozilla/content/base/src/nsContentUtils.cpp, line 2844
JavaScript strict warning: chrome://navigator/content/navigator.js, line 740: reference to undefined property window.XULBrowserWindow
JavaScript strict warning: chrome://navigator/content/navigator.js, line 740: reference to undefined property window.XULBrowserWindow
JavaScript error: chrome://navigator/content/navigator.js, line 740: window.XULBrowserWindow is undefined
}
Code is
{
740 window.XULBrowserWindow.destroy();
}
Comment 1•15 years ago
|
||
Neil, do you know why that might happen?
Comment 2•15 years ago
|
||
(In reply to comment #0)
> OS X 10.5 comm-central-trunk debug test mochitests-2/5 on 2010/04/27 09:04:26
Hidden window is my guess.
| Reporter | ||
Comment 3•15 years ago
|
||
Yeah, I just checked that this warning happens on MacOSX only.
Should add an |if XULBrowserWindow in window| (of |if not Mac|) or the like?
Summary: mochitest-plain-2: "shutdown"(!?) reports multiple "JavaScript error: [...] navigator.js, line 740: window.XULBrowserWindow is undefined" → [MacOSX] mochitest-plain-2: "shutdown"(!?) reports multiple "JavaScript error: [...] navigator.js, line 740: window.XULBrowserWindow is undefined"
You need to log in
before you can comment on or make changes to this bug.
Description
•