Closed Bug 13426 Opened 25 years ago Closed 25 years ago

xpconnect should support 'new Components.classes.nsFoo();'

Categories

(Core :: XPConnect, defect, P3)

x86
Windows NT
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: jband_mozilla, Assigned: jband_mozilla)

Details

Status: NEW → ASSIGNED
Whiteboard: fix is ready to go in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: fix is ready to go in
fix checked in var clazz = Components.classes.nsEcho; var iface = Components.interfaces.nsIEcho; var echo = new clazz(iface); print(echo); ...prints... [xpconnect wrapped nsIEcho]
You need to log in before you can comment on or make changes to this bug.