Closed
Bug 1240891
Opened 9 years ago
Closed 9 years ago
Much spew of "nsWindow::GetNativeData called with bad value"
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
I get "nsWindow::GetNativeData called with bad value" called a lot in my e10s debug desktop build on OS X. Seems to happen every time I cmd-tab to or away from the browser window. It's very annoying because it floods out output that I care about. The GetNativeData function is getting called with aDataType = NS_NATIVE_WINDOW, so in the spirit of bug 1183828 I'm going to silence this warning.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bugmail.mozilla
Assignee | ||
Comment 1•9 years ago
|
||
For the record it looks like most if not all of the calls are coming from the nsNativeThemeCocoa::Draw* functions.
Assignee | ||
Comment 2•9 years ago
|
||
If there's a more correct fix I'm happy to write it :)
Attachment #8709619 -
Flags: review?(roc)
Attachment #8709619 -
Flags: review?(roc) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•9 years ago
|
Target Milestone: mozilla46 → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•