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-06 21:05:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6de0892bfe
gecko-dev
/
xpcom
/
io
History
brendan%mozilla.org
7de384224d
Use deadlock detecting nsAutoMonitors, etc., correctly.
1999-09-06 19:57:40 +00:00
..
.cvsignore
Makefile.in
makefile.win
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
MANIFEST
MANIFEST_IDL
nsByteBufferInputStream.cpp
nsByteBufferInputStream.h
nsEscape.cpp
Use nsAllocator. Some comments tweaked.
1999-09-04 16:33:12 +00:00
nsEscape.h
Use nsAllocator. Some comments tweaked.
1999-09-04 16:33:12 +00:00
nsFileSpec.cpp
Use nsCRT::free() on result of nsEscape() instead of delete[].
1999-09-04 17:10:10 +00:00
nsFileSpec.h
add IsChildOf, and dougt's relative-path-handling diff
1999-09-03 23:44:59 +00:00
nsFileSpecBeOS.cpp
nsFileSpecImpl.cpp
add IsChildOf, and dougt's relative-path-handling diff
1999-09-03 23:44:59 +00:00
nsFileSpecImpl.h
nsFileSpecMac.cpp
MacFileHelpers::EncodeMacPath() returns the result of an nsEscape() call, so all callers must nsCRT::free() the result instead of using delete[].
1999-09-04 17:09:06 +00:00
nsFileSpecOS2.cpp
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
nsFileSpecUnix.cpp
Unbreak the BSD/OS build. sys/mount.h drags in net/radix.h, which happens
1999-09-05 00:49:01 +00:00
nsFileSpecWin.cpp
nsFileStream.cpp
nsFileStream.h
nsIBaseStream.idl
Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870).
1999-08-31 21:47:30 +00:00
nsIBufferInputStream.idl
nsIBufferOutputStream.idl
nsIByteBufferInputStream.h
nsIDirectoryEnumerator.idl
nsIFile.idl
more changes from conversations with brendan@mozilla.org
1999-09-01 23:51:11 +00:00
nsIFileSpec.idl
add IsChildOf, and dougt's relative-path-handling diff
1999-09-03 23:44:59 +00:00
nsIFileStream.cpp
nsIFileStream.h
nsIInputStream.idl
nsIOutputStream.idl
nsIPipe.idl
nsIStringStream.cpp
nsIStringStream.h
nsIUnicharInputStream.h
nsPipe2.cpp
Use deadlock detecting nsAutoMonitors, etc., correctly.
1999-09-06 19:57:40 +00:00
nsPipe2.h
nsPipe.cpp
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
nsSpecialSystemDirectory.cpp
A bunch of things to get the BeOS build to work. Mostly
1999-09-03 12:54:05 +00:00
nsSpecialSystemDirectory.h
nsStdFileStream.cpp
nsStdFileStream.h
nsUnicharInputStream.cpp
Fixing build warnings. Step 2: switch to use new method from the interface.
1999-09-01 22:50:50 +00:00