Closed
Bug 136260
Opened 23 years ago
Closed 23 years ago
ChromeWindow Object wrapped by XPConnect has members whose names shadow each other
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
452 bytes,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
!!!Object wrapped by XPConnect has members whose names shadow each other!!!
XPCNativeSet @ 0x0x824b940 for the class:
classname: ChromeWindow
contractid: <unknown>
claims to implement interfaces:
nsISupports
nsIDOMWindow
nsIDOMJSWindow
nsIDOMWindowInternal
nsIDOMChromeWindow
nsIDOMEventTarget
nsIDOMViewCSS
nsIDOMAbstractView
nsIDOMWindow::document shadows nsIDOMViewCSS::document
nsIDOMWindow::document shadows nsIDOMAbstractView::document
nsIDOMJSWindow::prompt shadows nsIDOMWindowInternal::prompt
nsIDOMWindowInternal::document shadows nsIDOMViewCSS::document
nsIDOMWindowInternal::document shadows nsIDOMAbstractView::document
XPC - Begin deferred Release of 37 nsISupports pointers
XPC - End deferred Releases
This debug output was generated by setting DEBUG_xpc_hacker in
mozilla/js/src/xpconnect/src/xpcprivate.h
Steps:
add flag to xpconnect, rebuild xpconnect
run mozilla navigator
Comment 1•23 years ago
|
||
So.. why is this xp apps? What is the bug here?
it was a random guess. since no one has touched it, it was obviously a bad guess.
Assignee: blaker → jst
Component: XP Apps: GUI Features → DOM Level 0
QA Contact: paw → desale
Comment 3•23 years ago
|
||
Ummm, "WHAT IS THE BUG HERE?". ;)
!!! XPConnect won't warn about Shadowed Members of...
Window, HTMLDocument, Event, ChromeWindow
Attachment #115744 -
Flags: superreview?(jst)
Attachment #115744 -
Flags: review?(jst)
Comment 6•23 years ago
|
||
Comment on attachment 115744 [details] [diff] [review]
Ignore ChromeWindow
r+sr=jst
Attachment #115744 -
Flags: superreview?(jst)
Attachment #115744 -
Flags: superreview+
Attachment #115744 -
Flags: review?(jst)
Attachment #115744 -
Flags: review+
checked in
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•