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
sspitzer%netscape.com 4ec69fb1fb fix for #30146. r=mscott,jar a=jar. if we are creating the "Local Folders" account
and we aren't migrating, then don't set the server's local path.  it is already
set correctly.  also, find the local folders account after creating it for use
in setting the copies and folders.
2000-03-05 18:44:26 +00:00
apache/gzip/src
build Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser 2000-03-04 01:52:50 +00:00
calendar
caps This allows clicked "finger:" links to work. r=norris@netscape.com. 2000-02-26 23:37:08 +00:00
cck hack for bug #30123 - checking to see if a filename is null before copying it 2000-03-03 00:08:25 +00:00
chrome Bug 29148. Put OnStartLoad() on an event, as well as OnStopLoad(). Avoids re-entrancy where re-entrancy should never be. r=rjc, a=jar. 2000-03-03 23:17:10 +00:00
cmd
config Bug 21556: Making linux be thread-safe. Adding NS_MT_SUPPORTED to config rules. r=mcafee,a=jar 2000-03-05 09:07:44 +00:00
content Backing out fix for #7886 to fix regression #30299 2000-03-04 21:44:58 +00:00
db Pro5 update 2000-02-07 23:06:04 +00:00
dbm Mingw32 fixes. 2000-03-02 15:58:02 +00:00
directory 4.07 main dev tree synch up 2000-02-08 02:39:50 +00:00
docshell Looks like mac doesn't like the spurious ; in 2000-03-04 02:09:26 +00:00
dom XUL RadioGroup element, not used in XUL. r=ben, a=jar 2000-03-02 10:00:09 +00:00
editor my half of the fix for bug #29861. define defaults for 2000-03-04 22:48:53 +00:00
ef
embedding Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg 2000-02-29 06:51:48 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions fix bug 30184, repeated prompts for master password, r=dp, a=jar 2000-03-03 23:24:11 +00:00
gc/boehm [not part of build] allow leaksoup to work with older versions of MacCVS (no CVS/Entries files) 2000-02-28 22:44:21 +00:00
gconfig
gfx Bug #30160. Replace expensive XListFontsWithInfo with XListFonts. 2000-03-04 02:00:08 +00:00
grendel
htmlparser fix bug 20570. r=harishd a=jar. Compare against PRUnichar instead of the first byte. 2000-03-04 00:38:12 +00:00
include Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar 2000-02-23 23:10:38 +00:00
intl fix 29725. delay the loading of charsetalias.properties till when we hit charset that is neither UTF-8 nor ISO-8859-1 to 2000-03-03 01:02:24 +00:00
java a=edburns 2000-03-04 01:37:20 +00:00
jpeg # 25555 2000-02-29 22:12:14 +00:00
js Added bugnumber to uc-003.js and regress-24712.js 2000-03-03 22:14:09 +00:00
js2 can't use operator new to allocate containers that use GC_allocator, because the Mac heap zone isn't scanned. 2000-03-02 21:06:36 +00:00
l10n
layout Just adding a new file to the tree. THIS IS NOT PART OF ANY BUILD! 2000-03-05 17:26:58 +00:00
lib removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
mailnews fix for #30146. r=mscott,jar a=jar. if we are creating the "Local Folders" account 2000-03-05 18:44:26 +00:00
modules my half of the fix for bug #29861. define defaults for 2000-03-04 22:48:53 +00:00
msgsdk
netwerk Bug 21556: Making linux be thread-safe. Trying a little experiment here to see if mac is picking up the new export from xpcom -- easy to back out if it fails. Minor tweak. a=jar 2000-03-05 10:29:05 +00:00
network/protocol/http
nsprpub Merged NSPR 4.0 release onto the main trunk. 2000-03-03 19:53:57 +00:00
nunet
parser fix bug 20570. r=harishd a=jar. Compare against PRUnichar instead of the first byte. 2000-03-04 00:38:12 +00:00
plugin/oji/MRJ Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX. 2000-02-23 12:26:56 +00:00
privacy
profile Fixing bug 19621. State of activation window is controlled based on the activation server's response in a timeout period of 30 sec. r=matt,ben,tao. a=chofmann 2000-03-04 05:56:56 +00:00
rdf Adding support to get to the nsIWebBrowser from the browser element. Fix for 27161. r=pavlov a=jevering 2000-03-04 07:59:14 +00:00
README/mozilla removing misleading build documentation; redirecting to website. 2000-02-18 22:49:03 +00:00
security First checkin 2000-03-01 02:02:14 +00:00
silentdl
string/obsolete fix 29333 make the initial construction passing "" for performance and legal nsString usage. r=rickg a=bobj 2000-02-29 06:59:55 +00:00
suite
sun-java Pro5 update 2000-02-07 23:06:04 +00:00
timer
tools updated with today's run: not part of build 2000-03-02 21:02:58 +00:00
tripledb
uriloader Adding the new webProgress interfaces to the build. a=jevering. 2000-03-02 03:03:32 +00:00
view # 25555 2000-02-29 22:07:34 +00:00
wallet
webshell Force the install phase to build the subdirs first as dependencies are not properly handled. 2000-03-04 00:07:54 +00:00
webtools Modify parse_devedge_doc.pl so it didn't lose the description after the first note (this was bad.) 2000-03-04 05:07:20 +00:00
widget fix memory leak bug 29942 r=blizzard 2000-03-04 05:29:23 +00:00
xpcom Bug 21556: Making linux be thread-safe. Exporting NS_CurrentThread from debug builds. a=jar 2000-03-05 10:14:50 +00:00
xpfc
xpfe Added files for bogus directory, removing now. r=sspitzer 2000-03-05 00:38:15 +00:00
xpinstall Changes affecting packaging only, not build. #29549: added Plugins folder to [browser] module #28442: backed-out morse's changes from 1.40 (inexistant .xpt files) removed obsolete viewer:res:xpinstall: directory a=chofmann r=leaf 2000-03-04 01:42:42 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Added xmlterm as an optionally built extension, r=leaf. 2000-03-01 02:38:38 +00:00
client.mak backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
client.mk Fix client.mk for case when building in mozilla/mozilla. r=endico 2000-02-29 21:00:21 +00:00
configure Bug 21556: Making linux be thread-safe. Adding NS_MT_SUPPORTED to config rules. r=mcafee,a=jar 2000-03-05 09:07:44 +00:00
configure.in Bug 21556: Making linux be thread-safe. Adding NS_MT_SUPPORTED to config rules. r=mcafee,a=jar 2000-03-05 09:07:44 +00:00
LEGAL
LICENSE
Makefile.in Rearanged directories so --enable-jprof works again 2000-03-04 01:50:50 +00:00
makefile.win re-adding regxpcom to official release build process. 2000-02-15 23:19:02 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk