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
2025-02-12 18:50:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
modules
/
libjar
History
scc%netscape.com
80b0f54e6f
bug
#38765
2000-05-13 00:22:38 +00:00
..
macbuild
…
standalone
…
.cvsignore
…
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
…
MANIFEST
…
MANIFEST_IDL
…
nsIJAR.idl
…
nsIJARChannel.idl
…
nsIJARFactory.h
…
nsIJARProtocolHandler.idl
…
nsIJARURI.idl
…
nsIZip.idl
…
nsIZipReader.idl
Removed dependency of libjar on psm-glue, bug 36853. Fixed out parameter type problem in PSMComponent::HashEnd
2000-05-10 01:49:33 +00:00
nsJAR.cpp
bug
#38765
2000-05-13 00:22:38 +00:00
nsJAR.h
Removed dependency of libjar on psm-glue, bug 36853. Fixed out parameter type problem in PSMComponent::HashEnd
2000-05-10 01:49:33 +00:00
nsJARChannel.cpp
Fix declaration order to quiet build warning
2000-04-26 14:31:01 +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
first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com
2000-05-05 23:39:25 +00:00
nsJARProtocolHandler.h
…
nsJARProtocolModule.cpp
…
nsJARURI.cpp
…
nsJARURI.h
…
nsWildCard.cpp
…
nsWildCard.h
…
nsZipArchive.cpp
Fix libjar runtime bustage on the Mac. b = 33656
2000-03-30 09:52:32 +00:00
nsZipArchive.h
…
zipfile.h
…
zipstruct.h
…
zipstub.h
…