gecko/js/xpconnect
Bobby Holley ddf7e9edc1 Bug 823348 - Remove broken and unused __scriptOnly__ check. r=mrbkap
__scriptOnly__ is unused on mxr and addons-mxr. Morevoer, the current
implementation is totally broken, because we check for NNXOW, which only
happens when a random content JS object ends up in some other cross-origin
scope (via addons, presumably), whereas chrome objects use ChomeObjectWrapper.

I'm soon going to replace SCRIPT_ACCESS_ONLY with checked unwrapping, and mark
all COWs as unsafe to unwrap (see bug 821573 and bug 658909). So let's just kill
this thing here.
2013-01-23 06:04:38 +01:00
..
crashtests Bug 797583 - Remove bogus assertion. r=mrbkap 2012-10-04 11:56:51 +02:00
idl Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence 2012-12-31 12:40:21 -08:00
loader Bug 786533 - On Windows, one of the system header files (windef.h) defines 'min' and 'max' as macros which breaks any use of std::min/std::max. Define NOMINMAX before including system header files where needed to avoid defining those macros. r=ehsan 2013-01-15 13:22:03 +01:00
public Bug 820185 - Fix the copy constructor to not use uninitialized members. r=bent 2012-12-10 16:12:49 -08:00
shell Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz 2012-12-19 19:32:34 -05:00
src Bug 823348 - Remove broken and unused __scriptOnly__ check. r=mrbkap 2013-01-23 06:04:38 +01:00
tests Bug 833631 - Unprefix mozAudioContext; r=roc 2013-01-22 20:12:21 -05:00
wrappers Bug 823348 - Remove broken and unused __scriptOnly__ check. r=mrbkap 2013-01-23 06:04:38 +01:00
Makefile.in