apache/gzip /src
build
Left out comma. Oops.
2000-01-27 10:29:59 +00:00
calendar
caps
Fix warning.
2000-01-27 15:59:34 +00:00
cck
adding to repository
2000-01-28 00:38:38 +00:00
chrome
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
cmd
config
Added 'make run' rule so I don't have to type '../../../dist/win32_d.obj/bin/mozilla.exe' any more.
2000-01-28 02:51:21 +00:00
content
Fix for bug 22264. r=hyatt
2000-01-29 04:05:03 +00:00
db
Converting to use nsIModule macro. r=dp.
2000-01-03 22:59:05 +00:00
dbm
18391: Remove MAX and MIN. Fix from cls@seawood.org, reviewed by me
2000-01-26 01:35:17 +00:00
directory
First major cleanup, mostly finished.
2000-01-14 22:25:29 +00:00
docshell
for loading a url, call directly into the uri loader instead of
2000-01-29 06:06:25 +00:00
dom
Putting back a previous change that got clobbered later by someone else
2000-01-28 13:25:27 +00:00
editor
open remote urls in editor; r=kin; bug#24042
2000-01-28 16:02:02 +00:00
ef
embedding
adding a parameter to nsIBrowserWindow::SizeWindowTo. part of bug 15555. r:hyatt
2000-01-15 02:30:34 +00:00
expat
Fix build on win98.
2000-01-10 08:40:10 +00:00
extensions
Fix mac build breakage.
2000-01-29 01:18:15 +00:00
gc /boehm
gconfig
gfx
fix the caret blinking bug on linux and remove an extra call to things that don't need to be called r=mcafee
2000-01-28 23:52:28 +00:00
grendel
More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan
2000-01-17 23:35:50 +00:00
htmlparser
Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content.
2000-01-28 08:02:53 +00:00
include
fix bug 12787, jscookie.h not needed anymore, r=dp
2000-01-16 16:51:04 +00:00
intl
Adding a new property file for transliteration, bug 9574, r=ftang.
2000-01-28 00:35:53 +00:00
java
Fixed bugs 20202, 17437.
2000-01-28 18:11:27 +00:00
jpeg
js
trivial rename of local var in test to fix shadow warning
2000-01-29 04:53:22 +00:00
js2
Rearranged link order
2000-01-25 23:00:19 +00:00
l10n
layout
Fix for bug 22264. r=hyatt
2000-01-29 04:05:03 +00:00
lib
Fix for bug 24618 -- playing sounds with QuickTime crashes. Need to init QuickTime. r=syd
2000-01-25 03:04:32 +00:00
mailnews
fix the mac breakage.
2000-01-29 05:09:32 +00:00
modules
Fixing Mac build bustage. For some unknown @#$%^ reason strdup was defined in the LibjarPrefix headers which was generally a bad idea. Moved the code to an #ifdef XP_MAC block in nsZipArchive.cpp so libjar.mcp _and_ MIW.mcp project build again. Why this ever worked I don't know, I just hacked at it until I could get it building again cause it's Friday night and I wanna go home. r=mstoltz
2000-01-29 04:16:36 +00:00
msgsdk
netwerk
need ability to write load attrib flags on input stream channel as part of the refactoring of the doc loader
2000-01-29 05:05:38 +00:00
network/protocol /http
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
nsprpub
Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>
2000-01-28 23:31:20 +00:00
nunet
parser
Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content.
2000-01-28 08:02:53 +00:00
plugin/oji /MRJ
privacy
profile
add a dump to convince ben that getProfileList is working again.
2000-01-28 10:19:12 +00:00
rdf
Fix for bugs 20485 and 24600. We no longer flush immediately in the content sink when we hit a script element. Instead the sink is a document observer and listens for BeginUpdate/EndUpdate notifications when evaluating a script and flushes only if necessary. Added BeginUpdate/EndUpdate notifications to nsIDocument and layout content (note that it's still necessary for XUL content). r=nisheeth,pollmann
2000-01-28 23:43:12 +00:00
README /mozilla
silentdl
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
string /obsolete
bug24015; r=rods a=chofmann
2000-01-18 21:06:05 +00:00
suite
On 12/16/1999, dmose@mozilla.org checked in some changes to the default
1999-12-31 11:48:20 +00:00
sun-java
timer
tools
Remove calls to list.extend(list2) to make this compatible with python 1.5.1.
2000-01-29 02:04:43 +00:00
tripledb
uriloader
build nsdocLoader
2000-01-29 06:03:01 +00:00
view
Added missing nsIViewManager methods to nsViewManager2.h and nsViewManger2.cpp.
2000-01-27 02:23:34 +00:00
wallet
webshell
for loading a url, call directly into the uri loader instead of
2000-01-29 06:06:25 +00:00
webtools
Fixed busted mailto: link.
2000-01-28 20:36:26 +00:00
widget
Fix for bug 25582. r=pinkerton
2000-01-29 03:58:47 +00:00
xpcom
Changing IsContainedIn to contains. Reverting to prior version.
2000-01-29 00:00:21 +00:00
xpfc
xpfe
Repositioning offline menu item in browser (bug 24044)
2000-01-29 02:52:36 +00:00
xpinstall
fix for bug 24284 r=sgehani
2000-01-28 23:24:57 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh
Adding the platform-specific skin directory makefile.
2000-01-27 09:56:56 +00:00
client.mak
client.mk
configure
Automated update
2000-01-26 13:15:13 +00:00
configure.in
Fix description of --enable-jprof
2000-01-26 13:01:31 +00:00
LEGAL
LICENSE
Makefile.in
Check in jlnance's jprof patches. r=alecf. Thanks!
2000-01-18 02:45:07 +00:00
makefile.win
Fixing build bustage. libutil can only get compiled after xpcom.
1999-12-22 00:39:32 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk