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-08-01 22:35:28 +00:00
apache/gzip/src
build update build lists for my previous checkin... 2000-07-30 06:38:22 +00:00
calendar
caps Fixing 40159, nasty infinite recursion on startup. r&a=beard 2000-07-26 04:53:01 +00:00
cck *** empty log message *** 2000-08-01 21:14:47 +00:00
chrome Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:14 +00:00
cmd
config Added back in use Cwd; 2000-07-28 05:08:08 +00:00
content Bug 41599 browser crashes when executing function with certain name such as Click(). Fixed by stopping recursion. r=saari. 2000-08-01 21:40:38 +00:00
db don't write out row comments for mork, r=waterson 44556 2000-07-26 21:14:34 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory Building on windows now works, using ENABLE LDAP. Removed from the list. 2000-07-28 22:57:12 +00:00
docshell (Merging nsbeta2 checkin to the tip) Fixing nsbeta2+ bug 28572, the docshell was fireing the script unload handler too early in some cases and in some other cases the unload handler was fired even if the document wasn't unloaded. r=nisheeth, a=nisheeth. 2000-07-28 05:55:54 +00:00
dom Check in some debugging code that's very useful for finding leaked GC roots. This is #if 0, so it shouldn't affect anything. r=a=waterson 2000-07-28 12:18:29 +00:00
editor changes submitted by Dan Haddix (dan6992@hotmail.com); bug #37788 2000-08-01 14:31:26 +00:00
ef
embedding Minor changes. Using service manager returned from NS_InitXPCOM. 2000-08-01 01:37:44 +00:00
expat
extensions Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
gc/boehm
gconfig
gfx 45872 2000-07-31 20:36:14 +00:00
grendel
htmlparser Migrating 2000-08-01 01:02:09 +00:00
include Removing unused files. Not part of the build. r=cls. 2000-08-01 22:35:28 +00:00
intl fix for bug 26938. r=tao a=ftang. fix \u encoding conversion so \n \r \t\ will be 2000-07-31 00:40:20 +00:00
java * NOT PART OF TBOX BUILDS** 2000-07-28 05:39:53 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js Fix javadoc. 2000-07-31 21:19:05 +00:00
js2 shut up "unused param" warnings by only naming the register param if the icode uses a RegisterList operand. 2000-07-29 02:00:12 +00:00
l10n 41054 : Bundle 2-3 language packs with Seamonkey. Change en-GB->en-DE in 2000-07-20 21:40:42 +00:00
layout Bug 41599 browser crashes when executing function with certain name such as Click(). Fixed by stopping recursion. r=saari. 2000-08-01 21:40:38 +00:00
lib New files for profiling on Mac 2000-07-28 23:45:55 +00:00
mailnews Bug #1549, 1726 --> be sure to clear the prefs for the bogus identity we create during migration. This was causing 2000-08-01 22:29:15 +00:00
modules Removing obsolete files. Not part of the build. r=alecf. 2000-07-31 21:08:23 +00:00
msgsdk
mstone
netwerk fix for bug 30852 - Image cache not refreshed on reload, 2000-08-01 22:03:47 +00:00
network/protocol/http
nsprpub BugZilla: 25983. comment cleanup 2000-08-01 22:08:35 +00:00
nunet
parser Migrating 2000-08-01 01:02:09 +00:00
plugin/oji/MRJ Fix build bustage. 2000-07-22 03:59:49 +00:00
privacy
profile fix for 42869, making the profile manager a bit more localisable + allowing vendor customisation. 2000-07-30 05:29:59 +00:00
rdf Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari. 2000-08-01 01:05:58 +00:00
README/mozilla
security Declare mp_int function arguments "const" as appropriate. 2000-08-01 01:38:30 +00:00
silentdl
string fixes for bugs #46898 and #46899: bad behavior in |nsCString::ToInteger| and a feature request for |ns[C]String::SetCapacity(0)| respectively. r={harishd, waterson}, a=waterson 2000-07-29 03:11:59 +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 change submitted by Dan Haddix (dan6992@hotmail.com); bug #37788 2000-08-01 14:29:35 +00:00
timer
tools Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc. 2000-07-31 21:24:55 +00:00
tripledb
uriloader Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
view Bug 42686: Remove an assertion which was preventing dogfood use on Mac. r=jst@netscape.com (thanks!) 2000-07-20 06:02:41 +00:00
wallet
webshell Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker. 2000-07-28 21:58:14 +00:00
webtools Undoing missing QA bug introduced with earlier patch (see bug 30826 for 2000-08-01 19:52:06 +00:00
widget fix for nsbeta3+ 37301, dynamically created menus crash on MacOS. r=pinkerton 2000-08-01 22:11:11 +00:00
xpcom Deathgrip the output stream during WriteSegments to prevent bug 46267. This is a temporary patch to stop a common startup crash, until the real underlying cause is found. r=ruslan 2000-08-01 21:33:36 +00:00
xpfc
xpfe Fix for 46545 - command+click in trees on Mac. r=brade. 2000-08-01 22:30:10 +00:00
xpinstall 1683: Missing Buddy list from sidebar on new install.r=sgehani,a=pdt. 2000-08-01 00:57:33 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Oops- forgot to remove this makefile when I removed the obsolete files in 2000-08-01 06:51:54 +00:00
client.mak modify client.mak to include commented out co variables needed to pull tree on branch to make future branches slightly easier. 2000-07-26 22:43:27 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
configure.in Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
LEGAL
LICENSE
Makefile.in Bug 45698. Build order changes; modules/plugins now needs gfx. 2000-07-22 01:27:15 +00:00
makefile.win conditionally build LDAP code on windows if ENABLE_LDAP env var is set. r=cls@seawood.org, a=waterson@mozilla.org 2000-07-28 04:00:47 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk