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-02-08 16:11:10 +00:00
apache/gzip/src
build Script changes to fix some problems finding the location of the CodeWarrior IDE, using the file idepath.txt. r=scc 2000-02-08 09:41:52 +00:00
calendar
caps Pro5 update 2000-02-07 23:06:04 +00:00
cck fix for bug#26449 - because of the presence of the two \ it was not possible to bring up the filedialogbox. 2000-02-07 23:55:29 +00:00
chrome Bug 26129. Replace timer with a PLEvent. GTK timers (in this specific case) seem to be confused when a modal event queue has been pushed. By using a PLEvent, we get the same effect, but are able to grab the outermost queue to ensure that our callback to fire OnEndDocumentLoad gets kicked. r=mscott 2000-02-06 01:30:16 +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 SizeToContent now works properly within the new DocShell API world. r=hyatt 2000-02-08 15:49:14 +00:00
db Pro5 update 2000-02-07 23:06:04 +00:00
dbm Pro5 update 2000-02-07 23:06:04 +00:00
directory 4.07 main dev tree synch up 2000-02-08 02:39:50 +00:00
docshell GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
dom Removing forward declare of nsIBrowserWindow as that interface is on it's way out. 2000-02-08 15:13:47 +00:00
editor remove \n and <br> since they don't seem to be parsed correctly anymore (bug #25939) 2000-02-08 15:34:03 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Pro5 update 2000-02-07 23:06:04 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
gc/boehm Pro5 update 2000-02-07 23:06:04 +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 add callback to browser.screen_resolution so that the screen resolution is maintained when a profile is loaded 2000-02-08 05:52:41 +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 Pro5 update 2000-02-07 23:06:04 +00:00
include Pro5 update; mustn't un-define _INT16, et al. r=beard 2000-02-07 22:34:09 +00:00
intl fix 22921. reviewed by dp,cata,jbetak change module code to use macro 2000-02-08 06:21:17 +00:00
java fix for bug 26895 2000-02-08 03:05:04 +00:00
jpeg Pro5 update 2000-02-07 23:06:04 +00:00
js Added comment recommending rooting of new script objects, to address problems experienced by netscape.public.mozilla.jseng developers. 2000-02-08 01:38:20 +00:00
js2 Fixed bug 2000-02-05 00:39:58 +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 SizeToContent now works properly within the new DocShell API world. r=hyatt 2000-02-08 15:49:14 +00:00
lib added stub for GC_malloc_atomic() to fix bustage. r=sfraser 2000-02-08 05:48:20 +00:00
mailnews fixed bug 23322 -- [IMAP] freeze on folder/ in .mailboxlist; r=bienvenu 2000-02-08 15:49:52 +00:00
modules 10465. Adding User Agent components. locale=permanent, changeable by i18n and l10n. milestone=temporary until we have something automated 2000-02-08 05:54:11 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
netwerk Fixing build. 2000-02-08 07:29:47 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Pro5 update 2000-02-07 23:12:23 +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 Pro5 update 2000-02-07 23:06:04 +00:00
plugin/oji/MRJ Pro5 update 2000-02-07 23:06:04 +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 workaround fix for #26885. changes for ben to the nsIProfile interface 2000-02-08 01:04:41 +00:00
rdf GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
README/mozilla Changing all cvs-mirror.mozilla.org references to point to politically 2000-02-05 07:23:36 +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 Pro5 update 2000-02-07 23:06:04 +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 Set CVSROOT properly, remove unused BuildModule. 2000-02-08 08:55:14 +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 Pro5 update 2000-02-07 23:06:04 +00:00
view OptimizeDisplayList() changes. 2000-02-08 03:05:00 +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 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
webtools Don't lock up mysqld if a lot of addcheckin processes pile up. 2000-02-07 23:48:17 +00:00
widget GetWebShell has been replaced by GetDocShell. You also can go directly from a docshell to a presShell without having to walk the content viewer etc. This should fix Linux bustage. 2000-02-08 14:22:19 +00:00
xpcom Fix for code generation problem in VC6 optimized builds. Discovered with MOZ_PROFILE=1 and MOZ_DEBUG undefined. The variable 'dll' seems to get wiped out by the assignment of 'res' (aliased together). r=scc,dp 2000-02-08 11:45:40 +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 Fixed it so prompts could come up. Was missing the ability to QI properly. 2000-02-08 16:11:10 +00:00
xpinstall cleaning up the test code a bit. not part of the build system yet. 2000-02-08 12:10:24 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh start building the remote controller (to be used by X-remote some time soon). 2000-02-08 08:24:54 +00:00
client.mak Pull nsprpub by static tag, if NSPR_CO_TAG isn't already set. Patch 2000-02-05 21:17:07 +00:00
client.mk Pull nsprpub by static tag. patch from wtc, r=leaf 2000-02-05 21:37:55 +00:00
configure Automated update 2000-02-05 04:15:47 +00:00
configure.in Adding support to bypass profile at startup to test tinderbox. setenv MOZ_BYPASS_PROFILE_AT_STARTUP 1 to get do this. r=pavlov 2000-02-05 04:07:57 +00:00
LEGAL
LICENSE
Makefile.in fix build bustage r=travis 2000-02-02 04:12:22 +00:00
makefile.win disabling the run of regxpcom so automated builds this weekend won't 2000-02-05 03:35:39 +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