README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +00:00 |
apache/gzip/src
|
Add the source and Makefile for the new mod_gzip_content module.
|
1998-09-15 20:17:13 +00:00 |
build
|
Left out comma. Oops.
|
2000-01-27 10:29:59 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
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
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
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
|
Bug 6747: HTML labels now pass events to their assigned element in XUL documents too. r=rods
|
2000-01-28 23:29:36 +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
|
Getting rid of createPopup.
|
2000-01-28 03:05:17 +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
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
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
|
Remove some console debug writes
|
2000-01-28 23:29:28 +00:00 |
gc/boehm
|
added ASCII annotation of fields.
|
1999-12-10 20:23:16 +00:00 |
gconfig
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
gfx
|
Took out ifdef for the Mac. Loading Icon will now display. r=rods
|
2000-01-28 14:56:07 +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
|
Fix for build bustage on Solaris 2.3.
|
1999-12-18 00:13:27 +00:00 |
js
|
show more info when a call to wrapped JS object fails due to lack of the callee method - show what we were trying to call rather than let the engine just error out with 'undefined is not a function'. r=mccabe
|
2000-01-28 06:02:41 +00:00 |
js2
|
Rearranged link order
|
2000-01-25 23:00:19 +00:00 |
l10n
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
layout
|
Bug 6747: HTML labels now pass events to their assigned element in XUL documents too. r=rods
|
2000-01-28 23:29:36 +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
|
added view navigation files
|
2000-01-28 23:25:35 +00:00 |
modules
|
Giving these files Purify loving. r=dveditz
|
2000-01-28 23:37:27 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
netwerk
|
add new line to the end of the file. that is a CID, not an IID, so use the right macro.
|
2000-01-28 23:12:24 +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
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
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
|
r=marklin
|
1999-12-06 20:12:56 +00:00 |
privacy
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
profile
|
add a dump to convince ben that getProfileList is working again.
|
2000-01-28 10:19:12 +00:00 |
rdf
|
Fix for bug#15946
|
2000-01-28 03:41:24 +00:00 |
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
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
timer
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
tools
|
Group files in the same directory together. Otherwise, cvs gets confused. This thing is getting too complicated.
|
2000-01-28 23:17:43 +00:00 |
tripledb
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
uriloader
|
r=rhp. Further extension of the nsIMIMEService.
|
2000-01-25 02:40:16 +00:00 |
view
|
Added missing nsIViewManager methods to nsViewManager2.h and nsViewManger2.cpp.
|
2000-01-27 02:23:34 +00:00 |
wallet
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
webshell
|
Getting rid of createPopup.
|
2000-01-28 03:05:17 +00:00 |
webtools
|
Fixed busted mailto: link.
|
2000-01-28 20:36:26 +00:00 |
widget
|
continue to suppress activation of the rollup widget window, but don't eat the message. bug 23739. r:kmcclusk
|
2000-01-28 23:37:36 +00:00 |
xpcom
|
Changing CID format. r=dveditz
|
2000-01-28 23:38:20 +00:00 |
xpfc
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
xpfe
|
adding bindings to handle some specific windows cases. simple change
|
2000-01-28 23:24:29 +00:00 |
xpinstall
|
fix for bug 24284 r=sgehani
|
2000-01-28 23:24:57 +00:00 |
.cvsignore
|
ignore a.out as well
|
1999-04-10 21:22:55 +00:00 |
LEGAL
|
Add Y2K disclaimer.
|
1999-07-06 23:00:05 +00:00 |
LICENSE
|
new version of LICENSE; not part of the build
|
1999-10-06 02:14:51 +00:00 |
Makefile.in
|
Check in jlnance's jprof patches. r=alecf. Thanks!
|
2000-01-18 02:45:07 +00:00 |
aclocal.m4
|
oops, forgot to include these files for libIDL detection
|
1999-04-10 00:54:58 +00:00 |
allmakefiles.sh
|
Adding the platform-specific skin directory makefile.
|
2000-01-27 09:56:56 +00:00 |
client.mak
|
backing out slamm's changes to use cvsco.pl; builds are breaking, not sure
|
1999-11-30 17:29:20 +00:00 |
client.mk
|
Something goofy is up with tinderbox. Going back to 1.72.
|
1999-11-30 02:00:13 +00:00 |
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 |
makefile.win
|
Fixing build bustage. libutil can only get compiled after xpcom.
|
1999-12-22 00:39:32 +00:00 |
nglayout.mac
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nglayout.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
trex.mak
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
trex.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |