gecko/js
Terrence Cole 6ad581c15c Bug 737640 - Missing barriers in makeOwnBaseShape; r=bhackett
The default copy constructor for BaseShape gets used in makeOwnBaseShape,
bypassing the manual post barriers on getterObj and setterObj. This patch
goes through StackBaseShape, which is the correct usage. It also deletes the
copy constructor to ensure we don't have the same error in the future.
2012-05-14 15:02:43 -07:00
..
ductwork/debugger Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley. 2012-05-01 10:17:32 -05:00
examples
ipc Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz) 2012-05-07 12:44:08 -07:00
jsd Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger 2012-05-11 17:46:26 +02:00
public Bug 752604 - Ergonomics improvements for HashTable::rekeyFront; r=luke 2012-05-07 12:46:28 -07:00
src Bug 737640 - Missing barriers in makeOwnBaseShape; r=bhackett 2012-05-14 15:02:43 -07:00
xpconnect Bug 754311 - Null out the private of soon-to-be-transplanted reflectors _after_ copying their properties onto the holder. r=mrbkap 2012-05-14 23:30:07 +02:00