gecko/js
Terrence Cole 47d7e443bb Bug 734196 - Updating the private pointer should not recurse when marking; r=billm
The private pointer is the only pointer update during GC marking that can invoke
unrelated code.  If this code triggers a write barrier, then this will recurse.
This patch adds a way to update private pointers without triggering a barrier,
explicitly for use by the GC during marking.
2012-03-08 15:05:21 -08:00
..
ductwork/debugger
examples No bug: Bring jorendb up to date with current state of Debugger object. r=NPOB,jorendorff 2011-12-09 14:12:36 -08:00
ipc Bug 733260: remove typedef jsuint, r=luke 2012-03-05 18:43:45 -08:00
jsd bug 723286 - remove JSContext * parameter from heap-traversal and related API. r=:billm 2012-02-29 21:23:38 +01:00
public Add static assertions as requested in bug 726298 comment 2 and 4. 2012-03-01 12:48:47 -06:00
src Bug 734196 - Updating the private pointer should not recurse when marking; r=billm 2012-03-08 15:05:21 -08:00
xpconnect Bug 731804 - nsXPCWrappedJSClass::GetNamedPropertyAsVariant should jsvalify strings _after_ changing compartments. r=peterv 2012-03-08 11:13:34 -08:00