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-06-23 00:36:00 +00:00
apache/gzip/src
build work for bug #38374 2000-06-22 22:14:53 +00:00
calendar
caps Part of fix for 38117, prevent scripts from running event handlers on windows from other domains. r:mstoltz 2000-06-21 00:21:50 +00:00
cck *** empty log message *** 2000-06-21 21:17:44 +00:00
chrome check for null. 2000-06-21 02:29:08 +00:00
cmd
config #40177 2000-06-22 22:11:45 +00:00
content Fixing nsbeta2+ bug 33477, completing (more or less) the DOM Level 2 NamedNodeMap implementation, this includes modifying the XML content sink to properly pass attribute prefixes to the content objects. r=vidur@netscape.com 2000-06-23 00:21:32 +00:00
db TripleDB has been completely rewritten. Now requires Sleepycat Berkeley DB. 2000-06-22 23:11:37 +00:00
dbm More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
directory made bindname an attribute of nsILDAPConnection. folded all remaining code from ldapSearch.cpp into various parts of nsLDAPChannel in preparation for pushing threading down out of nsLDAPChannel and into the core SDK wrapper classes (nsILDAP{Connection,Operation,Message}). added an (as-yet unimplemented) toString method to nsILDAPMessage; some of the code in nsLDAPChannel should eventually move there. a=r=(notbuilt) 2000-06-21 04:44:58 +00:00
docshell Fix leak of an atom. r=waterson 2000-06-22 22:49:44 +00:00
dom Bug #10802 --> expose load types to load info class so callers can set the load type 2000-06-22 07:22:23 +00:00
editor Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
ef
embedding Moving persistence-related methods from nsIXULWindow to 2000-06-21 22:05:28 +00:00
expat Fix "comparison between signed and unsigned" build warning. 2000-04-26 14:25:47 +00:00
extensions -- Chatzilla only -- 2000-06-22 22:57:09 +00:00
gc/boehm [not part of build] using non-debugging allocators to keep out of leak reports. 2000-04-13 06:40:16 +00:00
gconfig
gfx added a new file to the make for the print options. Effects windows only. r=KMcCluskey b=36976 2000-06-22 13:39:09 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Fix bug 2000-06-21 20:50:00 +00:00
include bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
intl Back out my previous change because the test failed on Linux. 2000-06-22 00:54:43 +00:00
java fix for bug=43290 2000-06-21 12:20:08 +00:00
jpeg OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
js Added support for 'debugger' as a statement. (Rob made me) 2000-06-23 00:08:10 +00:00
js2 Added support for 'debugger' as a statement. (Rob made me) 2000-06-23 00:08:10 +00:00
l10n Use MOZ_LANGPACKS to control whether to build subdirs. 2000-06-22 02:52:03 +00:00
layout Fixing nsbeta2+ bug 33477, completing (more or less) the DOM Level 2 NamedNodeMap implementation, this includes modifying the XML content sink to properly pass attribute prefixes to the content objects. r=vidur@netscape.com 2000-06-23 00:21:32 +00:00
lib bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
mailnews Bug #10802 --> register mime as a message/rfc822 to */* converter. 2000-06-23 00:00:52 +00:00
modules Addressing 41197, r=serge 2000-06-22 23:17:50 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk fix bug 35076. r=gagan add UCS2toUTF8 conversion before assign UTF8 back to nsString 2000-06-22 23:53:21 +00:00
network/protocol/http
nsprpub BugZilla: 39942. PR_SetError() calls free() 2000-06-22 19:46:28 +00:00
nunet
parser Fix bug 2000-06-21 20:50:00 +00:00
plugin/oji/MRJ Fixed nsIMemory implementation. 2000-06-03 16:31:16 +00:00
privacy
profile work for bug #38374 2000-06-22 22:14:53 +00:00
rdf Bug 41534. Fix 'style' attribute on XUL elements; use nsXULAtoms instead of hard-coded atoms. r=hyatt 2000-06-22 23:29:43 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
security Changed version to 1.2 2000-06-22 22:21:16 +00:00
silentdl
string fix for commercial bustage on Mac (adding |operator const CharT*() const| to |basic_nsLiteralString|). fix for blizzards linux changes needing working |Substring|. r=beard,syd 2000-06-21 05:13:10 +00:00
suite
sun-java bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
themes update paths to mailWidgets.xml for #33101 r=sspitzer 2000-06-22 23:04:14 +00:00
timer
tools Additional BuildID parsing needed by Bindu. Not part of build. 2000-06-23 00:18:09 +00:00
tripledb
uriloader work for bug #38374 helperApps.rdf is now mimeTypes.rdf. use the file locator to get the mimeTypes file. fix the unix implementation of nsOSHelperAppService.cpp to go to the base class to determine what application to launch. r=mscott 2000-06-22 22:17:25 +00:00
view Nested divs with overflow now correctly position their child divs which have negative translations (patch from Robert O'Callahan) b=41153 r=attinasi@netscape.com tested on WIN32, Linux 2000-06-23 00:27:12 +00:00
wallet
webshell Bug #10802 --> expose load types to load info class so callers can set the load type 2000-06-22 07:22:23 +00:00
webtools fix subject on confirmation mail 2000-06-23 00:10:34 +00:00
widget Fix for 42384; make sure to deallocate using right method; r=bryner 2000-06-22 23:17:03 +00:00
xpcom Fixing linux build bustage introduced by rich.burridge@sun.com. r=andreas.otte@primus-online.de 2000-06-22 12:29:14 +00:00
xpfc
xpfe Bug 36658; patch submitted by Jesse Burris (JBurris@mmxi.com); adds urlwidget to component list; r=law 2000-06-23 00:36:00 +00:00
xpinstall Bug #39323. Change nsSoftwareUpdate::mMasterListener to be a 2000-06-23 00:14:22 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Bug #38374 --> more updates for external helper application support. 2000-06-21 01:16:32 +00:00
client.mak 41054: Bundle 2-3 language packs with Seamonkey. r=jbetak. 2000-06-22 03:36:02 +00:00
client.mk Fix bug 43494 - client.mk should stop if you had checkout 2000-06-22 21:56:41 +00:00
configure Automated update 2000-06-22 11:00:11 +00:00
configure.in Fix to allow Mozilla to build/run on the Solaris Intel platform with 2000-06-22 10:58:06 +00:00
LEGAL
LICENSE
Makefile.in Make the distclean target work as advertised. Bug #42167 2000-06-12 23:02:14 +00:00
makefile.win 41054: Bundle 2-3 language packs with Seamonkey. r=jbetak. 2000-06-22 03:36:02 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk