mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00

- Added support for reflecting interface constants as Components.interfaces.nsIFoo.* (this may change). - Only interfaces marked 'scriptable' are visible in the Components.interfaces array. - Getting rid of some of the template style syntax. - Added GetWStringCopied and GetWStringShared for lame tests of speed in wstring copies. - Cleaned up more Unix warnings.