Closed
Bug 854576
Opened 12 years ago
Closed 11 years ago
ContactManager init method should return a non-XPCOM object
Categories
(Core Graveyard :: DOM: Contacts, defect)
Core Graveyard
DOM: Contacts
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ggp, Unassigned)
References
Details
The object returned from init() in an implementation of nsIDOMGlobalPropertyInitializer should be a different object implementing only the API to be exposed, and nothing more.
If the XPCOM object itself is returned -- and note that returning anything from init() also causes the XPCOM object to be used -- it is possible to QI into that object and, for example, call init() again, which might not be safe.
Reporter | ||
Comment 1•12 years ago
|
||
Sorry, the description above should read "...and note that returning _nothing_ from init() also causes...". So returning undefined is also a problem.
Updated•12 years ago
|
Component: General → DOM: Device Interfaces
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•11 years ago
|
||
Fixed by bug 850430.
Status: NEW → RESOLVED
Closed: 11 years ago
Component: DOM: Device Interfaces → DOM: Contacts
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•