This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0810331df8753d4e20988a5e99ed3e691509b5a5
Mozilla
/
mozilla
/
xpcom
/
io
History
bzbarsky%mit.edu
63374b745b
Fix string leak. Bug 389191, r=josh, sr=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@230801 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-24 20:19:03 +00:00
..
macDirectoryCopy.c
…
macDirectoryCopy.h
…
Makefile.in
…
nsAppDirectoryServiceDefs.h
Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg
2007-05-02 20:13:33 +00:00
nsAppFileLocationProvider.cpp
…
nsAppFileLocationProvider.h
…
nsBinaryStream.cpp
Make fastload handle short reads from its underlying buffered stream. Bug
2007-07-18 01:54:55 +00:00
nsBinaryStream.h
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 14:22:04 +00:00
nsDirectoryService.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsDirectoryService.h
…
nsDirectoryServiceDefs.h
…
nsDirectoryServiceUtils.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsEscape.cpp
add a comment explaining the 0x20..0x7f range
2007-07-24 03:30:00 +00:00
nsEscape.h
Bug 350932 - expose NS_EscapeURL through nsINetUtil
2007-06-21 20:18:25 +00:00
nsFastLoadFile.cpp
Make fastload handle short reads from its underlying buffered stream. Bug
2007-07-18 01:54:55 +00:00
nsFastLoadFile.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsFastLoadService.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsFastLoadService.h
…
nsIAsyncInputStream.idl
…
nsIAsyncOutputStream.idl
…
nsIBaseStream.idl
…
nsIBinaryInputStream.idl
…
nsIBinaryOutputStream.idl
…
nsIConverterInputStream.idl
…
nsIConverterOutputStream.idl
…
nsIDirectoryEnumerator.idl
…
nsIDirectoryService.idl
…
nsIFastLoadFileControl.idl
…
nsIFastLoadService.idl
…
nsIFile.idl
…
nsIInputStream.idl
Make fastload handle short reads from its underlying buffered stream. Bug
2007-07-18 01:54:55 +00:00
nsIInputStreamTee.idl
…
nsILineInputStream.idl
…
nsILocalFile.idl
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
2007-04-15 22:23:00 +00:00
nsILocalFileMac.idl
…
nsILocalFileOS2.idl
…
nsILocalFileWin.idl
…
nsIMultiplexInputStream.idl
…
nsInputStreamTee.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsIObjectInputStream.idl
…
nsIObjectOutputStream.idl
…
nsIObservableInputStream.idl
…
nsIObservableOutputStream.idl
…
nsIOutputStream.idl
…
nsIPipe.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
…
nsLocalFileOS2.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsLocalFileOS2.h
…
nsLocalFileOSX.cpp
Fix string leak. Bug 389191, r=josh, sr=bsmedberg
2007-07-24 20:19:03 +00:00
nsLocalFileOSX.h
…
nsLocalFileUnicode.h
…
nsLocalFileUnix.cpp
…
nsLocalFileUnix.h
…
nsLocalFileWin.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsLocalFileWin.h
…
nsMultiplexInputStream.cpp
…
nsMultiplexInputStream.h
…
nsNativeCharsetUtils.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsNativeCharsetUtils.h
…
nsPipe3.cpp
Reland part of the patch for bug 330420 which got backed out by the
2007-07-24 20:17:11 +00:00
nsPipe.h
…
nsScriptableInputStream.cpp
…
nsScriptableInputStream.h
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 14:22:04 +00:00
nsSegmentedBuffer.cpp
…
nsSegmentedBuffer.h
…
nsStorageStream.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsStorageStream.h
…
nsStreamUtils.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsStreamUtils.h
…
nsStringIO.h
…
nsStringStream.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsStringStream.h
…
nsUnicharInputStream.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsUnicharInputStream.h
…
SpecialSystemDirectory.cpp
…
SpecialSystemDirectory.h
…