This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-12-02 18:08:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8db65edf30
gecko-dev
/
xpcom
/
io
History
dougt%netscape.com
47cdf76e92
changed license.
1999-10-25 22:45:56 +00:00
..
.cvsignore
Makefile.in
makefile.win
MANIFEST
MANIFEST_IDL
nsByteBufferInputStream.cpp
nsByteBufferInputStream.h
nsEscape.cpp
nsEscape.h
nsFileSpec.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings. reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsFileSpec.h
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecBeOS.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecImpl.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecImpl.h
nsFileSpecMac.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecOS2.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecStreaming.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings. reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsFileSpecStreaming.h
nsFileSpecUnix.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecWin.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileStream.cpp
nsFileStream.h
nsFileUtils.cpp
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsFileUtils.h
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIBaseStream.idl
nsIBufferInputStream.idl
nsIBufferOutputStream.idl
nsIByteBufferInputStream.h
nsIDirectoryEnumerator.idl
changed license.
1999-10-25 22:45:56 +00:00
nsIDirEnumeratorImpl.h
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIDirEnumeratorImplWin.cpp
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIDirEnumeratorImplWin.h
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIFile.idl
changed license.
1999-10-25 22:45:56 +00:00
nsIFileImpl.h
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIFileImplWin.cpp
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIFileImplWin.h
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
1999-10-25 22:44:42 +00:00
nsIFileSpec.idl
nsIFileStream.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings. reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsIFileStream.h
nsIInputStream.idl
nsIOutputStream.idl
nsIPipe.idl
nsIStringStream.cpp
nsIStringStream.h
nsIUnicharInputStream.h
nsPipe2.cpp
nsPipe2.h
nsPipe.cpp
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
nsSpecialSystemDirectory.cpp
fixing bug
#16064
. checking in for dveditz@netscape.com. r=ssu@netscape.com. This fixes the crash under win98 when running from the windows installer.
1999-10-14 03:26:22 +00:00
nsSpecialSystemDirectory.h
nsStdFileStream.cpp
nsStdFileStream.h
nsUnicharInputStream.cpp