.. |
standalone
|
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
|
2006-03-02 15:15:03 +00:00 |
test
|
Bug 379841 - nsIZipReader's last modified time ignores seconds
|
2007-05-13 12:27:51 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
b=333423 crash in nsIZipReader
|
2006-09-14 17:15:28 +00:00 |
appnote.txt
|
Useful documentation of the PKZIP archive format that we've relied on. Should have checked this in years ago.
|
2002-11-05 02:14:10 +00:00 |
libjar.pkg
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
nsIJAR.idl
|
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
|
2006-05-02 19:33:09 +00:00 |
nsIJARChannel.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
nsIJARFactory.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
nsIJARProtocolHandler.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
nsIJARURI.idl
|
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
|
2006-05-02 18:54:19 +00:00 |
nsIZipReader.idl
|
Bug 337561: Merge nsJARDirectoryInputStream into nsJARInputStream, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=darin
|
2006-10-10 13:24:57 +00:00 |
nsJAR.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 |
nsJAR.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 |
nsJARChannel.cpp
|
Bug 370103 - Crash [@ nsJARChannel::OnStartRequest] when passing null listener to AsyncOpen
|
2007-03-01 07:06:07 +00:00 |
nsJARChannel.h
|
Make sure to grab the security info from the underlying channel so that the
|
2004-04-21 14:58:45 +00:00 |
nsJARDirectoryInputStream.cpp
|
Bug 337561: Merge nsJARDirectoryInputStream into nsJARInputStream, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=darin
|
2006-10-10 13:24:57 +00:00 |
nsJARDirectoryInputStream.h
|
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
|
2006-05-02 19:33:09 +00:00 |
nsJARFactory.cpp
|
Bug 210305 crash [@ nsJARChannel::nsJARChannel] NS_ADDREF(gJarHandler) because gJarHandler is 0
|
2005-09-16 07:09:35 +00:00 |
nsJARInputStream.cpp
|
Don't close the same file descriptors twice. b=367817 r+sr=darin
|
2007-01-25 23:05:22 +00:00 |
nsJARInputStream.h
|
Don't close the same file descriptors twice. b=367817 r+sr=darin
|
2007-01-25 23:05:22 +00:00 |
nsJARProtocolHandler.cpp
|
Make it possible for protocol handlers to configure how CheckLoadURI should
|
2006-11-10 23:49:08 +00:00 |
nsJARProtocolHandler.h
|
Bug 210305 crash [@ nsJARChannel::nsJARChannel] NS_ADDREF(gJarHandler) because gJarHandler is 0
|
2005-09-16 07:09:35 +00:00 |
nsJARURI.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 |
nsJARURI.h
|
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
|
2006-05-02 18:54:19 +00:00 |
nsWildCard.cpp
|
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
|
2006-03-29 22:10:37 +00:00 |
nsWildCard.h
|
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
|
2006-05-02 19:33:09 +00:00 |
nsXPTZipLoader.cpp
|
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
|
2006-05-02 19:33:09 +00:00 |
nsXPTZipLoader.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 |
nsZipArchive.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 |
nsZipArchive.h
|
Bug 333129: libjar: Only create synthetic entries when really needed, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=biesi
|
2006-09-24 15:22:36 +00:00 |
objs.mk
|
Bug 337561: Merge nsJARDirectoryInputStream into nsJARInputStream, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=darin
|
2006-10-10 13:24:57 +00:00 |
zipfile.h
|
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
|
2006-05-02 19:33:09 +00:00 |
zipstruct.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
zipstub.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 |