gecko/js/xpconnect/wrappers
Bobby Holley 22cdfb3eb3 Bug 761695 - Stop stashing a raw WN pointer in XPCWN Xray holders. r=peterv
We might as well do this dynamically, which simplifies the code. Note that we
could avoid the reserved slot by parenting the holder to the wrapper. But the
JS parent API is deprecated, and we need to move away from it to reserved slots
anyhow. We might as well start here, with the added advantage that parenting
to the global makes us consistent with the other Xray types.
2012-10-05 18:59:22 +02:00
..
AccessCheck.cpp Bug 795275 - Introduce an explicit mechanism for determining if a script is from XBL. r=mrbkap 2012-10-03 11:44:18 +02:00
AccessCheck.h Bug 795275 - Introduce an explicit mechanism for determining if a script is from XBL. r=mrbkap 2012-10-03 11:44:18 +02:00
ChromeObjectWrapper.cpp Bug 787856 - Convert JS_GetPrototype to support lazy protos (r=bhackett) 2012-09-03 16:42:17 -07:00
ChromeObjectWrapper.h Bug 760109 - Override traps in ChromeObjectWrapper to bounce lookups to the local prototype chain. r=mrbkap 2012-07-27 12:15:46 +02:00
FilteringWrapper.cpp Bug 788914 - Kill the XOW flag. r=mrbkap 2012-09-11 01:05:10 -07:00
FilteringWrapper.h Bug 760109 - Introduce an explicit ChromeObjectWrapper. r=mrbkap 2012-07-27 12:15:46 +02:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
WaiveXrayWrapper.cpp Bug 771081 - part2: Rename CrossOriginWrapper files. r=gal 2012-07-16 19:22:51 +02:00
WaiveXrayWrapper.h Bug 771081 - part2: Rename CrossOriginWrapper files. r=gal 2012-07-16 19:22:51 +02:00
WrapperFactory.cpp Bug 761695 - Simplify XPCWN Xray holder creation. r=peterv 2012-10-05 18:59:22 +02:00
WrapperFactory.h Bug 788914 - Kill the XOW flag. r=mrbkap 2012-09-11 01:05:10 -07:00
XrayWrapper.cpp Bug 761695 - Stop stashing a raw WN pointer in XPCWN Xray holders. r=peterv 2012-10-05 18:59:22 +02:00
XrayWrapper.h Bug 761695 - Simplify XPCWN Xray holder creation. r=peterv 2012-10-05 18:59:22 +02:00