Open
Bug 854591
Opened 12 years ago
Updated 2 years ago
DOMWifiManager's init method should return a non-XPCOM object
Categories
(Core :: General, defect)
Tracking
()
NEW
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 nothing 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.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•