Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
2000-12-04 18:47:28 +00:00
apache/gzip/src
build update new build scripts along with the old ones. r=pink 2000-12-01 22:35:43 +00:00
calendar
caps fix bug 55506. If seman was initialized too early then it was failing to register its nameset. This happened on first run when JS Component Loader would use the secman. The result was that all calls to the security manager via JavaScript would fail for that session. This fixes that by continuing to try to register the nameset until it actually succeeds. r=mstoltz a=brendan 2000-11-30 05:32:08 +00:00
cck fixing bug 55965 2000-11-30 23:32:22 +00:00
chrome adding new XBL form widget stylesheets. a=ben@netscape.com 2000-12-01 08:47:19 +00:00
cmd
config Add hooks to turn on module dep tracking by setting MOZ_TRACK_MODULE_DEPS=1 when running configure. Bug #59454 2000-12-04 01:34:02 +00:00
content Fix leak of atom and fix return value propagation from SetMedia. b=58697 r=pierre@netscape.com sr=waterson@netscape.com 2000-12-02 15:53:42 +00:00
db Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory test commit; a=r=(not built) 2000-10-25 23:54:02 +00:00
docshell Fix 58633 and 49744: a typo in GetLastVisited() and improving a cmd line help description. r=jag sr=alecf 2000-11-30 21:17:15 +00:00
dom Only clear the status when setting a new document, not when clearing the old document, because clearing the old document depends on when the document viewer's destructor is called (and it could be called from within JS GC). (And fix a build warning too.) r=disttsc@bart.nl sr=brendan@mozilla.org b=61840 2000-12-03 01:21:54 +00:00
editor #59895 2000-11-30 22:10:35 +00:00
ef
embedding Update REQUIRES. 2000-12-03 22:33:51 +00:00
expat a=vidur. Fix for bug 34168. We now handle the case of a redundant percentage sign in the entity value of an entity definition in the internal subset without crashing. 2000-10-12 21:07:45 +00:00
extensions bug 60210, two tabs selected simultaneously, r=dbragg@netscape.com, sr=ben@netscape.com 2000-11-29 21:43:09 +00:00
gc/boehm Bug 58778. Improve RTTI heuristics for Linux, and turn them on! r=beard, sr=brendan 2000-11-08 06:44:33 +00:00
gconfig
gfx #61723 2000-12-01 23:08:34 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Regression test file - Not part of the build 2000-11-30 21:44:27 +00:00
include Fix Un*x bustage (typo in last patch, oops, sorry!) 2000-10-12 04:49:28 +00:00
intl #56767 2000-11-29 23:28:04 +00:00
java * not part of tbox build * 2000-11-14 09:04:38 +00:00
jpeg removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
js Fixed type bugs and header comments. 2000-12-04 18:47:28 +00:00
js2 Fixed type bugs and header comments. 2000-12-04 18:47:28 +00:00
l10n fix bug 35057 Use "My Sidebar" consistently throughout browser 2000-10-26 02:36:02 +00:00
layout Update REQUIRES. 2000-12-03 22:33:51 +00:00
lib changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
mailnews fix for #60783. when removing a news account, remove all the username and passwords stored in the password manager for that account. (there can be a username and password for the server and every newsgroups.) thanks to andrew.taylor@cal.montage.ca for the patch. r=sspitzer, sr=syd. 2000-12-02 05:14:32 +00:00
modules Fixing 18568, addidng some QT specific stuff to avoid build errors, patch by johng@corel.com, sr=brendan, r=pollmann a=av 2000-11-30 22:01:45 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk 50558. check for nulls. written by warren harris r=dougt@netscape.com a=mscott@netscape.com 2000-11-30 21:14:41 +00:00
network/protocol/http
nsprpub Bugzilla: 61747. netbsd 2000-12-01 21:29:17 +00:00
nunet
parser Regression test file - Not part of the build 2000-11-30 21:44:27 +00:00
plugin/oji/MRJ Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping. 2000-10-28 05:55:35 +00:00
privacy
profile removing the explicit keyword from the copy constructor 2000-11-30 11:46:12 +00:00
rdf Update REQUIRES. 2000-12-03 22:33:51 +00:00
README This was approved a while ago by mitchell and leaf. 2000-10-20 20:27:03 +00:00
security Use the new floating point Montgomery multiply code from Sun on Solaris. 2000-12-02 02:37:22 +00:00
silentdl
string Fix iteration type in ConvertTo(Upper|Lower)Case in nsReadableUtils.cpp, bug=60047, r=dmose, a=scc 2000-11-15 01:58:23 +00:00
suite
sun-java Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
themes bug 59690, editable menulists weren't working, r=ben@netscape.com, sr=hyatt@netscape.com 2000-12-04 00:41:12 +00:00
timer
tools More rules. 2000-11-30 08:47:52 +00:00
tripledb
uriloader Bug #60069 --> checking this patch in for Sergey Lunegov (lsv@sparc.spb.su) 2000-11-22 19:48:49 +00:00
view 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
wallet
webshell Damnit! Die bug die! Why is linux choking on a minor css change? I'm switching to IE. Depooooort meeeeee......... 2000-11-29 05:37:44 +00:00
webtools reworded description of when to contact module owners, moa=dmose 2000-11-30 23:41:35 +00:00
widget Clipboard regression fix from jkobal - r=mkaply 2000-12-04 15:27:04 +00:00
xpcom Add information to stack trace format so it can be processed by addr2line. b=59136 2000-12-02 16:10:50 +00:00
xpfc
xpfe Temporarily hide leaks (hopefully). Bug 61886, r=dbaron, a=ben 2000-12-04 07:48:40 +00:00
xpinstall Fix 52512: no visual indication that columns are resizable in xpinstall dialogs. r=dveditz sr=alecf 2000-12-02 23:47:49 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh Static Module Patch. r=valeski,warren@netscape.com, sr/a=cls@netscape.com 2000-11-21 23:40:34 +00:00
client.mak Fix for LDAP tags. Thanks to wtc for the patch. Bug 55007 r=dmose 2000-10-18 19:45:37 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Automated update 2000-12-04 05:30:10 +00:00
configure.in Checking in cls's latest patch to help my jslock.[ch] code on ultrasparc/gcc. 2000-12-04 05:27:41 +00:00
embed.mak First cut of an embedding makefile for windows.... 2000-11-22 20:12:16 +00:00
embed.mk Second cut at an embedding makefile. This is not part of the seamonkey build. 2000-11-22 18:39:16 +00:00
LEGAL
LICENSE
Makefile.in Static Module Patch. r=valeski,warren@netscape.com, sr/a=cls@netscape.com 2000-11-21 23:40:34 +00:00
makefile.win Adding mpfilelocprovider to build This lib is being used to fix #48981 r=bhuvan, mscott 2000-09-22 03:46:18 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk