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
Mozilla
/
mozilla
/
modules
/
libjar
History
warren%netscape.com
d54f4ee028
Changing dir create permissions to 775.
...
git-svn-id: svn://10.0.0.236/trunk@66151 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-16 21:32:29 +00:00
..
macbuild
removed files: mozilla/modules/libjar/nsJARStubs.cpp
2000-03-21 04:23:39 +00:00
standalone
…
Makefile.in
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug
#31287
2000-04-04 04:46:38 +00:00
makefile.win
Added signed script support in Mozilla. bug=7270 r=norris (this is mstoltz's checkin)
2000-03-21 04:21:28 +00:00
MANIFEST
…
MANIFEST_IDL
…
nsIJAR.idl
…
nsIJARChannel.idl
…
nsIJARFactory.h
…
nsIJARProtocolHandler.idl
…
nsIJARURI.idl
…
nsIZip.idl
…
nsIZipReader.idl
Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code.
2000-04-12 07:58:24 +00:00
nsJAR.cpp
Adding code to remove entries from free list when recycled.
2000-04-12 09:48:30 +00:00
nsJAR.h
Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code.
2000-04-12 07:58:24 +00:00
nsJARChannel.cpp
Changing dir create permissions to 775.
2000-04-16 21:32:29 +00:00
nsJARChannel.h
Factoring stream i/o operations into nsIStreamIO interface.
2000-04-13 09:20:50 +00:00
nsJARFactory.cpp
Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code.
2000-04-12 07:58:24 +00:00
nsJARInputStream.cpp
Fixed crash when calling nsJARInputStream from nsJARChannel.
2000-04-05 00:12:20 +00:00
nsJARInputStream.h
Fixed crash when calling nsJARInputStream from nsJARChannel.
2000-04-05 00:12:20 +00:00
nsJARProtocolHandler.cpp
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
nsJARProtocolHandler.h
…
nsJARProtocolModule.cpp
…
nsJARURI.cpp
…
nsJARURI.h
…
nsWildCard.cpp
…
nsWildCard.h
…
nsZipArchive.cpp
Fix libjar runtime bustage on the Mac.
2000-03-30 09:52:32 +00:00
nsZipArchive.h
Restoring file dates at install time.
2000-03-28 03:38:06 +00:00
zipfile.h
…
zipstruct.h
…
zipstub.h
…