apache/gzip /src
build
14974 apprunner fails to start up on B&W G3 8.6
Add file to generate logs on the mac
r sdagley
1999-10-14 23:46:27 +00:00
calendar
caps
Fix a Unix warning by removing an unused local variable
1999-10-14 23:49:36 +00:00
cck
inform function has been changed to take in two parameters to show the filename as well as the directory with absolute path
1999-10-15 07:45:20 +00:00
chrome /src
correct a comment.
1999-10-14 23:49:05 +00:00
cmd
config
added directory recursion feature to makecopy.exe, r=dougt
1999-10-13 23:37:24 +00:00
content
#9777
1999-10-15 22:18:23 +00:00
db
fix mork linked list which was disabling more than one table change from getting recorded r=davidmc
1999-10-15 00:05:10 +00:00
dbm
Add memmove to autoconf tests.
1999-09-18 02:55:39 +00:00
directory
Fixed a bad link
1999-09-28 19:58:15 +00:00
docshell
Fixed a couple of typos.
1999-10-15 07:52:50 +00:00
dom
Fix 16166 setTimeout() security problem
1999-10-15 21:52:37 +00:00
editor
Fixed bugs 16316, 16494, 16495, all relating to editor file open, saving, and window title issues. r=law
1999-10-15 22:06:41 +00:00
ef
add simple test to make sure things are actually working.
1999-08-30 08:04:12 +00:00
embedding
First Check-in.
1999-10-15 20:51:58 +00:00
expat
Fixing build warning.
1999-09-20 21:35:50 +00:00
extensions
Fix for bug #13412 . r=shaver
1999-10-15 02:04:09 +00:00
gc /boehm
Windows makefile for boehm collector.
1999-10-15 21:57:31 +00:00
gconfig
gfx
take 2 static CID's out of two different functions and combine them into 1 r=alecf fixes bug #15776
1999-10-13 05:42:05 +00:00
grendel
htmlparser
Bug fix 2749 - Tweaked comment handling in quirks mode.
1999-10-14 23:37:21 +00:00
include
Export platform.h. This is legacy stuff that should be removed eventually.
1999-10-08 22:37:37 +00:00
intl
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:13:00 +00:00
java
13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su>
1999-10-15 21:25:56 +00:00
jpeg
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:23:01 +00:00
js
Renamed variable to avoid a compiler warning. R: mccabe
1999-10-15 21:38:04 +00:00
js2 /semantics
l10n
Add flags to selectively build subdirectories.
1999-10-06 00:03:37 +00:00
layout
#9777
1999-10-15 22:18:23 +00:00
lib
not used on the trunk; the space in the file name is causing script problems. r=smfr@netscape.com, a=leaf@mozilla.org
1999-10-12 18:32:04 +00:00
mailnews
fix shutdown leak by resetting host session list r=jefft
1999-10-15 21:35:55 +00:00
modules
expose libreg ability to delete named values in nsIRegistry. Patch from
1999-10-15 06:47:58 +00:00
msgsdk
nav-java
General cleanup.
1999-09-14 01:35:43 +00:00
netwerk
Initial version of net data cache APIs
1999-10-15 00:46:41 +00:00
network
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
nsprpub
Files not used by build. Attempting to resolve cvs checkin problem. a=srinivas,leaf
1999-10-15 21:42:20 +00:00
nunet
parser
Bug fix 2749 - Tweaked comment handling in quirks mode.
1999-10-14 23:37:21 +00:00
plugin/oji /MRJ
Took out the debug panel which appears whenever System.out messages are
1999-09-23 20:36:16 +00:00
privacy
profile
remove unused variablable to fix a couple warnings.
1999-10-15 04:33:21 +00:00
rdf
Adding support for retrieving the EditorShell from editor element. r=hyatt
1999-10-15 21:21:10 +00:00
README /mozilla
checkin new image file names
1999-10-13 03:57:13 +00:00
silentdl
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
string /obsolete
Added nsTraceRefcnt logging.
1999-10-12 09:30:16 +00:00
suite
Changed TextEditorAppShell.xul to use the new XUL editor tag instead of html:iframe. Changed EditorStartup to take an element. Changed EditorStartup to request the EditorShell from the editorElement rather than doing a createInstance and QI. r=hyatt
1999-10-15 21:58:49 +00:00
sun-java
General cleanup.
1999-09-15 22:29:43 +00:00
timer
tools
Removed an unsupported argument (-f)
1999-10-13 14:43:04 +00:00
tripledb
uriloader
Removed an unneccesary include statement. No bug number.
1999-10-13 10:28:10 +00:00
view
Fix for bug #15360 : Drag Selecting, Clicking, then Clicking leaves caret cruft.
1999-10-15 04:29:30 +00:00
wallet
webshell
Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
1999-10-15 21:39:30 +00:00
webtools
Need to quote parentheses in ignore pattern.
1999-10-15 18:42:27 +00:00
widget
Handles KeyEvents the new way, not completely finished...
1999-10-15 21:10:36 +00:00
xpcom
added nsLeakDetector.idl. bug=15906, r=alecf
1999-10-15 22:17:53 +00:00
xpfc
xpfe
Forget continuation line - boehm collector work.
1999-10-15 21:56:51 +00:00
xpinstall
fixes bugs #15884 and #16220 . r=dbragg. fixes Install.FileExecute for the
1999-10-15 20:50:49 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh
[MathML] Hooks to allow --enable-mathml
1999-10-13 00:46:09 +00:00
client.mak
remove MODULAR_NETLIB define. obsolete.
1999-09-02 22:19:21 +00:00
client.mk
Forgot a semicolon and that caused the creation of bogus files. a=leaf. Thanks to jim_nance@yahoo.com for pointing out the problem.
1999-10-12 17:05:05 +00:00
configure
Automated update
1999-10-13 00:45:14 +00:00
configure.in
[MathML] Hooks to allow --enable-mathml
1999-10-13 00:46:09 +00:00
LEGAL
LICENSE
new version of LICENSE; not part of the build
1999-10-06 02:14:51 +00:00
Makefile.in
Build into include for exports (currently just platform.h) r=mcafee
1999-10-08 22:36:46 +00:00
makefile.win
changed order to do splitsym before componentreg.
1999-09-30 17:50:24 +00:00
nglayout.mac
nglayout.mk
General cleanup.
1999-09-11 04:50:16 +00:00
trex.mak
trex.mk