gecko-dev/js/xpconnect
Bobby Holley e228667c97 Bug 743843 - Factor out Exception argument parsing into a helper class. r=Ms2ger
For ease of reviewing, note that there are only 2 changes to the big switch statement:
1 - return ThrowAndFail(...) -> return false.
2 - eMsgBytes -> messageBytes
2012-04-15 17:51:36 -07:00
..
crashtests Bug 705875 - Check for null IID pointers and references in XPCConvert. r=khuey 2011-12-01 18:24:28 -08:00
idl Bug 741347 - Remove nsIXPConnect::DefineDOMQuickStubs, call DOM_DefineQuickStubs directly instead; r=bholley 2012-04-14 15:05:17 +02:00
loader Bug 716333 - get rid of WithConversion (xpconnect part). r=bholley 2012-03-26 14:12:15 +09:00
public Bug 737365 - stop using the cx during finalization, part 1. 2012-03-19 15:34:55 +01:00
shell Bug 742570 - Remove the compartment option for gczeal (r=igor) 2012-04-03 11:41:56 -07:00
src Bug 743843 - Factor out Exception argument parsing into a helper class. r=Ms2ger 2012-04-15 17:51:36 -07:00
tests Bug 744842 - don't include actual args in error.stack.toString (r=dmandelin) 2012-04-11 18:07:44 -07:00
wrappers Bug 733035 - postMessage support for sandboxes. r=khuey 2012-04-05 18:33:20 -04:00
Makefile.in