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-07-14 03:58:02 +00:00
apache/gzip/src
build Import mathml.css into ua.css when building MathML. Not part of build. r=jj. a=waterson. 2000-07-11 06:47:53 +00:00
calendar
caps Fixing 40159 and 44822, both [nsbeta2+] regressions on signed scripts. r=sgehani 2000-07-12 03:10:33 +00:00
cck changing the exe name from Netscapesetup to N6setup 2000-07-13 20:31:14 +00:00
chrome 42748 After selecting locale for new profile, different profile does not 2000-07-13 22:59:22 +00:00
cmd
config Ignore generated files. 2000-07-13 23:15:42 +00:00
content making the element factory support weak references. needed to make ender-lite faster. 2000-07-13 23:18:37 +00:00
db fix mork memory leak, a+r=waterson 35913 2000-07-05 22:40:17 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory added a few issues that came up while revamping the callback model 2000-07-12 23:08:11 +00:00
docshell Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
dom Fixing (partially at least) nsbeta2+ bug 38951, the problem was that properties on closed window objects were not accessible due to the document being destroyed to soon. We still destroy the document too soon but now we at least hold on to the document principal in the window object so that we don't bail on every security check done for every access to properties the closed window. r=vidur@netscape.com 2000-07-13 21:48:25 +00:00
editor Fixed wrong method call to set background image for Table Dialog. Part of work for 20973, r=mjudge 2000-07-13 23:20:42 +00:00
ef
embedding *NOT PART OF BUILD* 2000-07-13 20:40:21 +00:00
expat
extensions partial fix for 44514 -- slow on first form submission, r=dveditz 2000-07-14 01:58:18 +00:00
gc/boehm
gconfig
gfx bug 39570; we were using the Western font to determine the height of the 2000-07-13 21:13:13 +00:00
grendel
htmlparser 38232 (nsbeta2+): Make line break character configurable in the 2000-07-10 19:46:59 +00:00
include Mac needs History_entry struct. 2000-07-10 08:12:01 +00:00
intl bug 39570; was using Korean font for Japanese text; we now use the locale's 2000-07-13 21:10:34 +00:00
java ** NOT PART OF TBOX BUILDS** 2000-07-13 03:41:24 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js Backed out time() 2000-07-14 01:46:14 +00:00
js2 Backed out time() 2000-07-14 01:46:14 +00:00
l10n Ignore generated files 2000-07-08 00:24:33 +00:00
layout storing the factory as a weak reference. speeding up ender-lite. r= anthonyd, r= jfrancis 2000-07-13 23:20:15 +00:00
lib
mailnews Bug #44587 --> fix send mail via aol. caching of smtp values was breaking this. so 2000-07-14 01:38:55 +00:00
modules 39790 : [L12y] Move all localizable prefs into chrome://.r=morse. 2000-07-13 23:46:53 +00:00
msgsdk
mstone
netwerk fix for bug 40449, Cache does not store latest value of pages, r/a=gagan 2000-07-14 03:58:02 +00:00
network/protocol/http
nsprpub Bugzilla bug #45141: checked in an OS/2 patch from Michael Kaply 2000-07-12 00:10:37 +00:00
nunet
parser 38232 (nsbeta2+): Make line break character configurable in the 2000-07-10 19:46:59 +00:00
plugin/oji/MRJ
privacy
profile Fixing bug 13850. Profile Manager now handles out of disk space errors passed by prefmigrator. r=dbragg 2000-07-14 03:10:18 +00:00
rdf 42748 After selecting locale for new profile, different profile does not 2000-07-13 22:59:22 +00:00
README/mozilla
security MPI Arbitrary Precision Integer Arithmetic library. 2000-07-14 00:45:02 +00:00
silentdl
string Inline 'operator PRUnichar*()', 'operator char*()'; add inline 'get()' methods. r=brendan 2000-07-13 03:20:28 +00:00
suite
sun-java Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
themes #39218 2000-07-13 21:04:54 +00:00
timer
tools "AUTHOR INFO HERE" isn't a very useful comment. Add author info. 2000-07-14 00:54:24 +00:00
tripledb
uriloader Bug #43583 --> bring up the save as dialog from the backend instead of from the front end. 2000-07-13 06:26:25 +00:00
view r=cls, a=brendan 2000-07-10 21:08:54 +00:00
wallet
webshell Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
webtools change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process. 2000-07-14 03:20:17 +00:00
widget fix focus problems documented in bug #45351. make sure that key press events are not passed to mozilla windows when an external gtk widget has focus and make sure that key press events are passed to mozilla when it has focus and a key press event happens outside of its windows. r=pavlov a=waterson 2000-07-13 11:48:28 +00:00
xpcom Clean up stack trace horribly mangled by some editor. Documentation changes only (not part of build). 2000-07-14 01:41:11 +00:00
xpfc
xpfe back out unintentional checkin. 2000-07-14 01:53:15 +00:00
xpinstall fix bug 43272. r=ssu/dvetidz . check nsresult by using NS_FAILED instead of NS_OK != 2000-07-13 21:21:24 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Added xmlextras/soap to allmakefiles.sh (not part of default build) 2000-07-14 00:26:38 +00:00
client.mak Removing -d "$(CVSROOT)" option. This messes up under 4nt. 2000-07-06 21:20:26 +00:00
client.mk
configure Automated update 2000-07-11 20:45:12 +00:00
configure.in Applying jgaunt's & jim_nance's change (see rev 1.647 & 1.649) to 2000-07-11 20:33:33 +00:00
LEGAL
LICENSE
Makefile.in Explicitly use $topsrcdir so that mozconfig files are removed even for objdir builds 2000-07-07 10:34:45 +00:00
makefile.win
nglayout.mac
nglayout.mk
trex.mak
trex.mk