Closed
Bug 79750
Opened 25 years ago
Closed 25 years ago
xpconnect needs to expose a method for getting wrappedNativeProto w/o wrapper
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
VERIFIED
FIXED
People
(Reporter: jband_mozilla, Assigned: jband_mozilla)
Details
Attachments
(1 file)
|
13.03 KB,
patch
|
Details | Diff | Splinter Review |
DOM needs this.
The idea is that the DOM will need to expose the prototypes of DOM objects even
if there are no live (rooted) wrapped instance. This might be exposed as
window.Foo.prototype.
XPConnect needs to expose a way to get at the shared proto.
Patch coming.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
"proposed fix" also has some warning fixes and an improved error sprintf
formatting string to address complaints in bug 79581.
Looking for r=/sr= please.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•25 years ago
|
||
checked in with review in bug 80062
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•