gecko/js
Steve Fink 2e82cc7265 Bug 752250 - xpc_UnmarkGrayContext should never throw an exception. r=billm
It is possible to have a JSContext with no global object and no frames on the
stack, yet still be within a request. In that case, xpc_UnmarkGrayContext will
trigger an exception "nothing active on context" when it attempts to access the
inner object of the cx's NULL global.
2012-05-09 15:12:27 -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 730208 - Root JSD's pet global so it can't participate in CC cycles. r=billm 2012-03-20 21:29:47 -07:00
public Bug 752604 - Ergonomics improvements for HashTable::rekeyFront; r=luke 2012-05-07 12:46:28 -07:00
src Bug 753615 - Ensure we don't re-enter a GC phase (r=terrence) 2012-05-10 10:29:45 -07:00
xpconnect Bug 752250 - xpc_UnmarkGrayContext should never throw an exception. r=billm 2012-05-09 15:12:27 -07:00