gecko/testing/specialpowers/content
Andreas Tolfsen 8ae37c031b Bug 1107706: Part 6: Make SpecialPowersError a prototypal Error
If special powers is imported using Components.utils.import on B2G which
has some special concepts around global scoping, a TypeError will be
raised unless the custom error is a prototypal Error.

An explanation can be found for a similar issue in bug 843892, which
states that toString is attached to the instances rather than the
prototype, and that this causes problems once the object goes through
Object.freeze.  It was patched in bug 1014484.

This patch also renames SpecialPowersException to SpecialPowersError.
2015-02-26 17:40:21 +00:00
..
MockColorPicker.jsm Bug 1082450 - Use automation machinery instead of exposedProps in Mock{Color,File}Picker.jsm. r=gabor 2014-10-15 15:05:09 +02:00
MockFilePicker.jsm Bug 1082450 - Use automation machinery instead of exposedProps in Mock{Color,File}Picker.jsm. r=gabor 2014-10-15 15:05:09 +02:00
MockPaymentsUIGlue.jsm Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
MockPermissionPrompt.jsm
MozillaLogger.js
specialpowers.js Bug 1120839 - Add 'allowXULXBL' permission for nested-oop iframe, r=ted.mielczarek 2015-01-22 07:33:00 +01:00
specialpowersAPI.js Bug 1141510. Fix our detection of File in the global in specialpowersAPI.js to actually check the global. r=bholley 2015-03-10 14:56:13 -04:00
SpecialPowersObserverAPI.js Bug 1107706: Part 6: Make SpecialPowersError a prototypal Error 2015-02-26 17:40:21 +00:00