gecko/js
Terrence Cole e435199147 Bug 785551 - Do not allow inline JSString chars in the frontend; r=luke
We need direct access to jschar*s in the frontend (and some other places) for
speed, but if these pointers are inlined into JSStrings then a GC may invalidate
them.  This patch ensures that we uninline JSStrings before they enter any of
these regions.

--HG--
extra : rebase_source : ddf62ad2a47b522aa9157be8bd0643022b20909b
2012-08-28 10:28:19 -07:00
..
ductwork/debugger Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley) 2012-08-21 18:42:53 -07:00
examples
ipc Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones 2012-09-17 10:37:20 +02:00
jsd Merge from mozilla-central. 2012-09-05 16:18:11 -07:00
public Use MOZ_DELETE on the copy/assignment operators for various hash classes. No bug, r=lumpy 2012-09-10 13:27:04 -07:00
src Bug 785551 - Do not allow inline JSString chars in the frontend; r=luke 2012-08-28 10:28:19 -07:00
xpconnect Bug 792502 - Kill the FunctionTimer code; r=vlad 2012-09-19 16:59:38 -04:00