Closed Bug 854576 Opened 11 years ago Closed 10 years ago

ContactManager init method should return a non-XPCOM object

Categories

(Core Graveyard :: DOM: Contacts, defect)

defect
Not set
normal

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.
Sorry, the description above should read "...and note that returning _nothing_ from init() also causes...". So returning undefined is also a problem.
Component: General → DOM: Device Interfaces
Hardware: x86 → All
Version: unspecified → Trunk
Fixed by bug 850430.
Status: NEW → RESOLVED
Closed: 10 years ago
Component: DOM: Device Interfaces → DOM: Contacts
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.