.. |
Base64.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
Base64.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
CocoaFileUtils.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
CocoaFileUtils.mm
|
|
|
crc32c.c
|
Bug 1098004 Implement snappy compression framing protocol as nsI(Input|Output)Streams. r=froydnj
|
2014-12-12 14:12:27 -05:00 |
crc32c.h
|
Bug 1098004 Implement snappy compression framing protocol as nsI(Input|Output)Streams. r=froydnj
|
2014-12-12 14:12:27 -05:00 |
FileUtilsWin.cpp
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
FileUtilsWin.h
|
Bug 1100997 - Fixed FileUtilsWin.h compilation on mingw. r=cpearce
|
2014-11-20 10:52:26 +01:00 |
moz.build
|
Bug 1098004 Implement snappy compression framing protocol as nsI(Input|Output)Streams. r=froydnj
|
2014-12-12 14:12:27 -05:00 |
nsAnonymousTemporaryFile.cpp
|
Bug 1038150 - Make nsAnonTempFileRemover's destructor private and also remove the useless ctor/dtor counting macros; r=bjacob
|
2014-07-15 14:54:15 -04:00 |
nsAnonymousTemporaryFile.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsAppDirectoryServiceDefs.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsAppFileLocationProvider.cpp
|
Bug 1123009 - Make nsAppDirectoryEnumerator::mProvider an nsCOMPtr; r=froydnj
|
2015-01-19 12:38:17 -05:00 |
nsAppFileLocationProvider.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsBinaryStream.cpp
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
nsBinaryStream.h
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
nsDirectoryService.cpp
|
Bug 1123006 - Mark FileData as stack class, and its data member as nsCOMPtr; r=froydnj
|
2015-01-19 12:37:48 -05:00 |
nsDirectoryService.h
|
Bug 1046841 - Fix more style violations in previously touched .h files in xpcom/. r=froydnj
|
2014-08-25 12:17:24 -07:00 |
nsDirectoryServiceAtomList.h
|
Bug 1077099: Add GreBinD to easily differentiate between Contents/Resources (GreD) and Contents/MacOS (GreBinD) on OSX. r=bsmedberg
|
2014-10-03 16:48:49 -04:00 |
nsDirectoryServiceDefs.h
|
Bug 1077099: Add GreBinD to easily differentiate between Contents/Resources (GreD) and Contents/MacOS (GreBinD) on OSX. r=bsmedberg
|
2014-10-03 16:48:49 -04:00 |
nsDirectoryServiceUtils.h
|
Bug 1046841 - Fix more style violations in previously touched .h files in xpcom/. r=froydnj
|
2014-08-25 12:17:24 -07:00 |
nsEscape.cpp
|
Bug 1121826 - backout cc192030c28f - brackets shouldn't be automatically escaped in the Query r=mcmanus
|
2015-01-17 16:13:21 +02:00 |
nsEscape.h
|
Bug 1101625 part 1 - Don't escape all non-ASCII characters when unsafe characters are found, just escape the unsafe characters. r=smontagu
|
2014-12-01 15:55:15 +00:00 |
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBinaryInputStream.idl
|
Bug 996310 - nsIBinaryOutputStream should return number of bytes read. r=bsmedberg
|
2014-05-22 13:56:56 -07:00 |
nsIBinaryOutputStream.idl
|
|
|
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFile.idl
|
Bug 997141 - Remove the recur parameter from nsIFile::Contains(). r=bsmedberg
|
2014-05-07 23:03:41 +03:00 |
nsIInputStream.idl
|
|
|
nsIInputStreamTee.idl
|
|
|
nsIIOUtil.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFile.idl
|
|
|
nsILocalFileMac.idl
|
|
|
nsILocalFileWin.idl
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIOUtil.cpp
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsIOUtil.h
|
Bug 1028588 - Fix dangerous public destructors in xpcom/ - r=bsmedberg,khuey,nfroyd
|
2014-06-30 18:11:53 -04:00 |
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
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsLinebreakConverter.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsLocalFile.h
|
Bug 1045289 - Rename nsXPComInit.cpp to XPCOMInit.cpp. r=froydnj
|
2014-09-26 07:20:23 +03:00 |
nsLocalFileCommon.cpp
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsLocalFileUnix.cpp
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05:00 |
nsLocalFileUnix.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsLocalFileWin.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsLocalFileWin.h
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
nsMultiplexInputStream.cpp
|
Bug 1123004 - Mark ReadSegmentsState as stack class, and its mThisStream member as nsCOMPtr; r=froydnj
|
2015-01-21 22:42:38 -05:00 |
nsMultiplexInputStream.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsNativeCharsetUtils.cpp
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
nsNativeCharsetUtils.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsPipe3.cpp
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
nsPipe.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsScriptableBase64Encoder.cpp
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsScriptableBase64Encoder.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsScriptableInputStream.cpp
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsScriptableInputStream.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsSegmentedBuffer.cpp
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsSegmentedBuffer.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsStorageStream.cpp
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsStorageStream.h
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsStreamUtils.cpp
|
Bug 1117035 - Mark virtual overridden functions as MOZ_OVERRIDE in XPCOM; r=froydnj
|
2015-01-05 11:25:41 -05:00 |
nsStreamUtils.h
|
Bug 1123014 - Mark the nsWriteSegmentThunk as stack class, and its mStream member as nsCOMPtr; r=froydnj
|
2015-01-21 22:42:39 -05:00 |
nsStringStream.cpp
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsStringStream.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsUnicharInputStream.cpp
|
Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
|
2014-08-25 12:17:15 -07:00 |
nsUnicharInputStream.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
nsWildCard.cpp
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
nsWildCard.h
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
SnappyCompressOutputStream.cpp
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
SnappyCompressOutputStream.h
|
Bug 1109746 - Fix more bad implicit constructors in some random code across the tree
|
2014-12-13 14:17:04 -05:00 |
SnappyFrameUtils.cpp
|
Bug 1098004 Implement snappy compression framing protocol as nsI(Input|Output)Streams. r=froydnj
|
2014-12-12 14:12:27 -05:00 |
SnappyFrameUtils.h
|
Bug 1098004 Implement snappy compression framing protocol as nsI(Input|Output)Streams. r=froydnj
|
2014-12-12 14:12:27 -05:00 |
SnappyUncompressInputStream.cpp
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
SnappyUncompressInputStream.h
|
Bug 1109746 - Fix more bad implicit constructors in some random code across the tree
|
2014-12-13 14:17:04 -05:00 |
SpecialSystemDirectory.cpp
|
Bug 1018988 - Set up a low integrity temp directory when using the Windows content sandbox. r=mrbkap r=tabraldes r=froydnj
|
2014-09-10 12:36:17 +01:00 |
SpecialSystemDirectory.h
|
Bug 1018988 - Set up a low integrity temp directory when using the Windows content sandbox. r=mrbkap r=tabraldes r=froydnj
|
2014-09-10 12:36:17 +01:00 |