Граф коммитов

275 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
darin%netscape.com a4b1f04c3b Fixes bug 59661. Occurances of uninitialized variables... r=gagan, sr=mscott. 2000-11-15 22:21:46 +00:00
dprice%netscape.com 6665f05899 Making the jar cache test more flexable.
Adding all-tests:: rule to makefile.win
2000-11-08 01:30:31 +00:00
dprice%netscape.com 7790f15612 fix for 53312 and 55893 adds a memory flusher and fixes a race condition in
zip cache code.  SR=waterson R=warren,jband
2000-10-31 22:44:20 +00:00
dbaron%fas.harvard.edu 873ec04990 Since source files are no longer (thankfully!) copied around here, they don't need to be in the .cvsignore. r=cls@seawood.org b=49937 2000-10-29 21:21:48 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
dprice%netscape.com 52c7d6a5d7 backing out earlier changes for 53312 2000-10-14 01:15:24 +00:00
dprice%netscape.com 545c85baf0 removing debug statement. 2000-10-13 21:00:04 +00:00
dprice%netscape.com 2a10bf939f added memory flusher for jar cache 53312
a=warren SR=warren,jband
2000-10-13 20:42:46 +00:00
jband%netscape.com 5c3290ae00 NOT PART OF THE BUILD. new code for testing the jar cache 2000-10-01 00:10:51 +00:00
mstoltz%netscape.com 56f79864cd bug 24765, hooking up necko file cache to jar protocol. Hopefully without leaks this time. Also fixed leak in nsJARURI. r=beard, warren 2000-09-22 06:21:18 +00:00
warren%netscape.com b09c156dca Backing out jar protocol change because it introduced a big memory leak on tinderbox test. a=jag 2000-09-21 08:26:07 +00:00
mstoltz%netscape.com a2483af6c5 Final (I hope) fix for 24765, using Necko file cache for the jar protocol. r=beard, a=warren. 2000-09-21 05:01:16 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
warren%netscape.com a867fdff6f Setting release timeout inside lock -- avoiding race condition. 2000-09-18 07:08:22 +00:00
warren%netscape.com d822c7feb1 Backing mstoltz out to get things back up and running with jar packaging. Also, I don't approve of the changes made to nsJARURI.cpp 2000-09-18 02:18:00 +00:00
sspitzer%netscape.com ac6409f8a2 fix for bug #51267. intermittent failure when loading files from jars.
the problem is that nsZipArchive and zlib are not thread safe.
for now, add a lock to prevent multiple threads from getting into that code
r=warren,dveditz
super-end-of-game-review=mscott
2000-09-15 21:56:20 +00:00
mstoltz%netscape.com 1e1a7ce883 Better bustage fix without leak r=scc 2000-09-15 21:12:36 +00:00
mstoltz%netscape.com 6576902c36 Fixing bustage. r=dveditz 2000-09-15 20:38:52 +00:00
mstoltz%netscape.com f28c4273e9 Fix for bugs 24765, 49288. Using Necko file cache for the jar protocol. r=beard, a=warren. 2000-09-15 19:27:05 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
warren%netscape.com 40c22924c1 Fixed error code. 2000-09-12 05:11:11 +00:00
cls%seawood.org 1aa18eee7e OS_ARCH does not set release numbers 2000-09-11 08:08:24 +00:00
cls%seawood.org 3ecc59dd9e Remove unneeded dep that's breaking old gnu makes 2000-09-11 06:26:48 +00:00
cls%seawood.org 2f4b60f242 Fixing problem of standalone compoennts always building on every build pass. Adding objs.mk files to give better dependency handling. Bug #49937 2000-09-11 04:13:16 +00:00
cls%seawood.org f2c4a76007 Make the ifdef match the comment here as well 2000-09-11 01:22:45 +00:00
rich.burridge%sun.com 779ff70497 Fix to enable XPInstall to build/run on the Solaris platform.
r=sgehani@netscape.com  a=brendan@mozilla.org
BugId: #43080.
2000-09-09 14:18:48 +00:00
jband%netscape.com c283db726b warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren 2000-09-08 09:36:35 +00:00
warren%netscape.com b9a64aa4e5 Bug 50844. Fixed mismatched memory free. 2000-09-08 04:39:17 +00:00
mscott%netscape.com da8a396757 Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
r=valeski
2000-09-08 00:24:13 +00:00
kin%netscape.com 36be9bd825 Fix for bug #50927: UMR and FMM: nsJARChannel::GetContentType().
Added check for NULL mJAREntry and we now free filename with 'delete'.
r=warren@netscape.com
2000-09-07 19:31:10 +00:00
scc%mozilla.org 14f013552f fix speedracer bustage 2000-09-03 05:54:31 +00:00
sgehani%netscape.com a81899ffad Rename libzlib -> libz complying with standard zlib naming convention.
[nsbeta3+ b=49735; r=sobotka@axess.com]
2000-08-25 08:32:19 +00:00
dprice%netscape.com 18364db391 Making the protocol handler threadsafe for win2K happiness 2000-08-25 04:56:01 +00:00
warren%netscape.com fa2f7199a1 Changed to not add to load group on OpenInputStream 2000-08-24 22:35:46 +00:00
warren%netscape.com dd2e533ab7 Added zip cache hit rate stats. 2000-08-24 07:38:41 +00:00
warren%netscape.com 56182d144d Fixing up GetOwner method to not crash on startup. 2000-08-24 07:36:53 +00:00
sgehani%netscape.com 55c32a6315 Make libjar work with Phil Katz zip archives created with Sun's 'jar' tool. (aka honor bit 3 of the general purpose bit flag in local headers when searching forthe central directory offset.)
[r=ssu,dbragg; nsbeta3+ b=20512]
2000-08-24 00:48:34 +00:00
mkaply%us.ibm.com a91099a730 OS/2 Tinderbox break
PR_CALLBACK
2000-08-23 20:39:17 +00:00
dprice%netscape.com 6ad5e8ece3 fixing the zipcache R=warren 2000-08-23 03:18:53 +00:00
dprice%netscape.com 2e380b4e4b fixing 49250
computing certificate principal as needed
2000-08-23 03:17:42 +00:00
warren%netscape.com 1c8511e78c Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
warren%netscape.com 64a99efec0 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
dbaron%fas.harvard.edu d15a58616a Back out makefile changes since they are causing problems for some people. Go back to copying source files around. 2000-08-20 01:14:26 +00:00
sgehani%netscape.com 8ad69de2ab Build standalone libjar only on Linux. (Installer only exists on Linux for
now.)
[r=syd]
2000-08-19 23:32:24 +00:00
dbaron%fas.harvard.edu 6a657f7eaa Remove no-longer-copied files from .cvsignore 2000-08-19 21:42:35 +00:00
dbaron%fas.harvard.edu 5e282caeb7 Avoid copying source files to compile them. r=bryner 2000-08-19 21:24:49 +00:00
sgehani%netscape.com debf368ef0 Remove 'unzip' dependency from Linux installer.
[nsbeta3+ b=48109; r=ssu]
2000-08-19 18:50:10 +00:00