Closed
Bug 1180045
Opened 6 years ago
Closed 6 years ago
~6,000 instances of ' WARNING: No outer window available!' emitted from dom/base/nsGlobalWindow.cpp during linux64 debug testing
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
872 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
> 6020 [NNNNN] WARNING: No outer window available!: file dom/base/nsGlobalWindow.cpp, line 3914 This is the #4 most verbose warning [1] during linux64 debug testing. It is widespread across tests and is emitted from 1058 tests. Given a proper error is returned we might want to just remove the warning. [1] https://hg.mozilla.org/mozilla-central/annotate/f5e3bacfb60e/dom/base/nsGlobalWindow.cpp#l3914
Comment 1•6 years ago
|
||
FWIW, I think I've never used this particular warning as a hint where to debug some issue. So, I think we could remove the warning.
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #8629162 -
Flags: review?(bugs)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Comment 3•6 years ago
|
||
Comment on attachment 8629162 [details] [diff] [review] Remove no outer window available warning We can add this back if bz/peterv/others think this is a useful warning.
Attachment #8629162 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/be765d7ba0ef
Comment 5•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/be765d7ba0ef
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•2 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•