..
Base64.cpp
bug 819927 - Base64{Encode,Decode}() should properly handle empty strings r=ehsan
2012-12-06 22:34:49 -05:00
Base64.h
…
CocoaFileUtils.h
…
CocoaFileUtils.mm
…
Makefile.in
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
SpecialSystemDirectory.cpp
Bug 837932 - Update dir svc media paths for Win7 and up - media dirs should point to Library default save locations. r=bsmedberg
2013-02-11 13:03:54 -06:00
SpecialSystemDirectory.h
Bug 837932 - Update dir svc media paths for Win7 and up - media dirs should point to Library default save locations. r=bsmedberg
2013-02-11 13:03:54 -06:00
moz.build
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
nsAnonymousTemporaryFile.cpp
bug 829288 - fix a bunch of mingw warnings in xpcom/ r=ehsan
2013-01-10 03:39:40 -05:00
nsAnonymousTemporaryFile.h
…
nsAppDirectoryServiceDefs.h
…
nsAppFileLocationProvider.cpp
Bug 803955: {Free,Open}BSD use alternative dirs for systemwide extensions/plugins. r=bsmedberg
2012-11-14 20:02:07 +01:00
nsAppFileLocationProvider.h
…
nsBinaryStream.cpp
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
nsBinaryStream.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsDirectoryService.cpp
Bug 837932 - Update dir svc media paths for Win7 and up - media dirs should point to Library default save locations. r=bsmedberg
2013-02-11 13:03:54 -06:00
nsDirectoryService.h
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
2013-04-08 14:35:31 -04:00
nsDirectoryServiceAtomList.h
Bug 837932 - Update dir svc media paths for Win7 and up - media dirs should point to Library default save locations. r=bsmedberg
2013-02-11 13:03:54 -06:00
nsDirectoryServiceDefs.h
Bug 837932 - Update dir svc media paths for Win7 and up - media dirs should point to Library default save locations. r=bsmedberg
2013-02-11 13:03:54 -06:00
nsDirectoryServiceUtils.h
…
nsEscape.cpp
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
nsEscape.h
…
nsIAsyncInputStream.idl
…
nsIAsyncOutputStream.idl
…
nsIBinaryInputStream.idl
Bug 863770 - Pass in an ArrayBuffer object for nsBinaryInputStream::ReadAsArrayBuffer to use, for cases when the compartment in which it resides matters. r=vlad
2013-04-22 23:33:55 +02:00
nsIBinaryOutputStream.idl
…
nsIConverterInputStream.idl
…
nsIConverterOutputStream.idl
…
nsIDirectoryEnumerator.idl
…
nsIDirectoryService.idl
…
nsIFile.idl
Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg
2013-05-16 08:26:55 -04:00
nsIIOUtil.idl
…
nsIInputStream.idl
…
nsIInputStreamTee.idl
Bug 725993 - Remove ability to tell cache to STORE_ON_DISK_AS_FILE, r=bsmith
2013-01-04 00:30:48 +01:00
nsILineInputStream.idl
…
nsILocalFile.idl
…
nsILocalFileMac.idl
…
nsILocalFileOS2.idl
…
nsILocalFileWin.idl
…
nsIMultiplexInputStream.idl
…
nsIOUtil.cpp
…
nsIOUtil.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsIObjectInputStream.idl
…
nsIObjectOutputStream.idl
…
nsIOutputStream.idl
Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg
2013-05-16 08:26:55 -04:00
nsIPipe.idl
…
nsISafeOutputStream.idl
…
nsIScriptableBase64Encoder.idl
…
nsIScriptableInputStream.idl
…
nsISeekableStream.idl
…
nsISimpleUnicharStreamFactory.idl
…
nsIStorageStream.idl
…
nsIStreamBufferAccess.idl
Bug 857957 - Use Endian.h for byte swap. f=nfroyd, r=jfkthame, r/sr=bsmedberg
2013-04-24 16:40:33 +09:00
nsIStringStream.idl
…
nsIUnicharInputStream.idl
Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg
2013-05-16 08:26:55 -04:00
nsIUnicharLineInputStream.idl
…
nsIUnicharOutputStream.idl
…
nsInputStreamTee.cpp
…
nsLinebreakConverter.cpp
…
nsLinebreakConverter.h
…
nsLocalFile.h
…
nsLocalFileCommon.cpp
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
2013-01-03 18:36:16 -05:00
nsLocalFileOS2.cpp
…
nsLocalFileOS2.h
…
nsLocalFileUnix.cpp
…
nsLocalFileUnix.h
…
nsLocalFileWin.cpp
Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan
2013-05-08 00:52:52 +09:00
nsLocalFileWin.h
…
nsMultiplexInputStream.cpp
Bug 847480 - Blindly convert all existing mozilla::Abs users to mozilla::DeprecatedAbs. Individualized conversions to the reformed mozilla::Abs will continue until mozilla::DeprecatedAbs is unused, at which point it will be removed. r=Ms2ger
2013-03-05 15:43:30 -08:00
nsMultiplexInputStream.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsNativeCharsetUtils.cpp
Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan
2013-05-08 00:52:52 +09:00
nsNativeCharsetUtils.h
…
nsPipe.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsPipe3.cpp
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
2013-04-04 09:05:18 +02:00
nsScriptableBase64Encoder.cpp
…
nsScriptableBase64Encoder.h
…
nsScriptableInputStream.cpp
Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan
2013-01-15 13:22:03 +01:00
nsScriptableInputStream.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsSegmentedBuffer.cpp
…
nsSegmentedBuffer.h
…
nsStorageStream.cpp
Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan
2013-01-15 13:22:03 +01:00
nsStorageStream.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsStreamUtils.cpp
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
2013-04-04 09:05:18 +02:00
nsStreamUtils.h
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
2013-04-04 09:05:18 +02:00
nsStringStream.cpp
…
nsStringStream.h
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
nsUnicharInputStream.cpp
Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan
2013-01-15 13:22:03 +01:00
nsUnicharInputStream.h
…
nsWildCard.cpp
…
nsWildCard.h
…