.. |
Base64.cpp
|
Bug 1205137 - Add a PushSubscription serializer. r=mt,smaug
|
2015-12-14 16:28:19 -08:00 |
Base64.h
|
Bug 1205137 - Add a PushSubscription serializer. r=mt,smaug
|
2015-12-14 16:28:19 -08:00 |
CocoaFileUtils.h
|
|
|
CocoaFileUtils.mm
|
|
|
crc32c.c
|
|
|
crc32c.h
|
|
|
FileUtilsWin.cpp
|
Bug 1224374 - Profiler labels for the top 26-100 chrome hangs;r=BenWa
|
2016-01-15 11:38:03 +01:00 |
FileUtilsWin.h
|
|
|
moz.build
|
Bug 1221453 - Use ObjDirPaths for GENERATED_INCLUDES and merge with LOCAL_INCLUDES. r=gps
|
2015-11-06 09:59:21 +09:00 |
nsAnonymousTemporaryFile.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsAnonymousTemporaryFile.h
|
|
|
nsAppDirectoryServiceDefs.h
|
Bug 1235099 - Remove the NS_APP_BOOKMARKS_50_FILE directory service key. r=dolske
|
2016-01-12 08:01:52 +09:00 |
nsAppFileLocationProvider.cpp
|
Bug 1234012 - Remove the NS_APP_PROFILE_DEFAULTS_{NLOC_,}50_DIR directory keys. r=bsmedberg
|
2016-01-09 07:30:32 +09:00 |
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
Bug 1247580 P1 Allow old nsIX509Cert serialized objects to be read off disk. r=bz
|
2016-02-17 07:18:00 -08:00 |
nsBinaryStream.h
|
|
|
nsDirectoryService.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsDirectoryService.h
|
|
|
nsDirectoryServiceAtomList.h
|
|
|
nsDirectoryServiceDefs.h
|
|
|
nsDirectoryServiceUtils.h
|
|
|
nsEscape.cpp
|
Bug 412457 - should unescape hostname first, then perform IDNA r=mcmanus
|
2015-11-18 15:25:27 +01:00 |
nsEscape.h
|
|
|
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBinaryInputStream.idl
|
|
|
nsIBinaryOutputStream.idl
|
|
|
nsICloneableInputStream.idl
|
|
|
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFile.idl
|
Bug 1175600. Add getRelativePath/setRelativePath to nsIFile. r=froydnj
|
2015-06-17 16:17:20 -04:00 |
nsIInputStream.idl
|
|
|
nsIInputStreamTee.idl
|
|
|
nsIIOUtil.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFile.idl
|
|
|
nsILocalFileMac.idl
|
|
|
nsILocalFileWin.idl
|
|
|
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
Bug 1174785 - Part 2: Convert xpcom over to LogModule. r=froydnj
|
2015-10-19 12:50:14 -07:00 |
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIOUtil.cpp
|
|
|
nsIOUtil.h
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
|
|
nsISafeOutputStream.idl
|
|
|
nsIScriptableBase64Encoder.idl
|
|
|
nsIScriptableInputStream.idl
|
|
|
nsISeekableStream.idl
|
|
|
nsISimpleUnicharStreamFactory.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStreamBufferAccess.idl
|
|
|
nsIStringStream.idl
|
|
|
nsIUnicharInputStream.idl
|
|
|
nsIUnicharLineInputStream.idl
|
|
|
nsIUnicharOutputStream.idl
|
|
|
nsLinebreakConverter.cpp
|
|
|
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
|
|
nsLocalFileCommon.cpp
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
nsLocalFileUnix.cpp
|
Bug 1227569 - Remove unsupported OpenVMS code. r=mccr8
|
2015-12-18 15:02:50 +02:00 |
nsLocalFileUnix.h
|
bug 1171124 - Swap some XP_MACOSX for XP_DARWIN in nsLocalFileUnix. r=froydnj
|
2015-02-04 10:49:45 -05:00 |
nsLocalFileWin.cpp
|
Bug 864842 - Show error for browsing Windows drive without media, r=michal
|
2016-02-22 17:00:10 +01:00 |
nsLocalFileWin.h
|
|
|
nsMultiplexInputStream.cpp
|
iBug 1122788 - patch 2 - nsMultiplexInputStream should not use Tell() in debug builds, r=bz
|
2015-12-05 09:36:51 +00:00 |
nsMultiplexInputStream.h
|
|
|
nsNativeCharsetUtils.cpp
|
|
|
nsNativeCharsetUtils.h
|
|
|
nsPipe3.cpp
|
Bug 1136762 - TSan: data race xpcom/io/nsPipe3.cpp:1061 CloseWithStatus. r=nfroyd.
|
2016-02-17 11:22:28 +01:00 |
nsPipe.h
|
|
|
nsScriptableBase64Encoder.cpp
|
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
|
2015-08-04 16:17:36 -07:00 |
nsScriptableBase64Encoder.h
|
|
|
nsScriptableInputStream.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsScriptableInputStream.h
|
|
|
nsSegmentedBuffer.cpp
|
|
|
nsSegmentedBuffer.h
|
|
|
nsStorageStream.cpp
|
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
|
2016-01-22 16:58:49 +01:00 |
nsStorageStream.h
|
|
|
nsStreamUtils.cpp
|
Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
|
2015-12-18 08:44:00 +00:00 |
nsStreamUtils.h
|
Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
|
2015-09-15 10:15:45 -07:00 |
nsStringStream.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsStringStream.h
|
|
|
nsUnicharInputStream.cpp
|
Bug 1237668 - Remove nsSimpleUnicharStreamFactory r=froydnj
|
2016-01-11 19:31:29 -05:00 |
nsUnicharInputStream.h
|
Bug 1237668 - Remove nsSimpleUnicharStreamFactory r=froydnj
|
2016-01-11 19:31:29 -05:00 |
nsWildCard.cpp
|
Bug 1220035 - Fix -Wimplicit-fallthrough warnings in xpcom. r=mccr8
|
2015-10-29 21:31:32 -07:00 |
nsWildCard.h
|
|
|
SnappyCompressOutputStream.cpp
|
|
|
SnappyCompressOutputStream.h
|
|
|
SnappyFrameUtils.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
SnappyFrameUtils.h
|
|
|
SnappyUncompressInputStream.cpp
|
|
|
SnappyUncompressInputStream.h
|
|
|
SpecialSystemDirectory.cpp
|
Bug 1227569 - Remove unsupported OpenVMS code. r=mccr8
|
2015-12-18 15:02:50 +02:00 |
SpecialSystemDirectory.h
|
|
|