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
BlakeR1234%aol.com 0b5e8c29ba Fix 17608 a=vera
2000-07-30 01:22:12 +00:00
apache/gzip/src
build 46803, XP keyboard accelerators for navigation. 2000-07-29 06:48:57 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps Fixing 40159, nasty infinite recursion on startup. r&a=beard 2000-07-26 04:53:01 +00:00
cck changing the changedir.bat to reflect change in setup names 2000-07-25 23:04:27 +00:00
chrome Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:14 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config Added back in use Cwd; 2000-07-28 05:08:08 +00:00
content Small sorting fix. (Can't find bug #) r=me 2000-07-29 16:15:48 +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 Fix 17608 a=vera 2000-07-30 01:22:12 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding slashes wrong way. 2000-07-29 08:09:21 +00:00
expat Fix "comparison between signed and unsigned" build warning. 2000-04-26 14:25:47 +00:00
extensions bug 46883, move wallet interview form from server to client, r=pnunn 2000-07-29 20:50:30 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
gfx Fix 6553 at last -- image badge icons now show on Mac. r=pinkerton. 2000-07-28 00:55:53 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Accidently swaped PRBool and PRInt32 in my last checkin. r=akk 2000-07-28 23:49:12 +00:00
include Mac needs History_entry struct. 2000-07-10 08:12:01 +00:00
intl Bug 46674. Classic =/== typo. 2000-07-27 21:01:15 +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 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
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 Part of fix for bug 44474, to improve upon the appearance of HTML checkboxes. a=ekrock 2000-07-29 22:11:44 +00:00
lib New files for profiling on Mac 2000-07-28 23:45:55 +00:00
mailnews More of teh same. 2000-07-29 08:38:03 +00:00
modules fix for bug 40084, [CRASH] Crash in disk cache code, backed out changes made on 7/27, put new fix 2000-07-29 02:30:30 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk fix for bug 40084, [CRASH] Crash in disk cache code, backed out changes made on 7/27, put new fix 2000-07-29 02:32:14 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla bug #45223: define HAVE_LONG_LONG on Mac. Removed unused 2000-07-29 01:58:46 +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 Accidently swaped PRBool and PRInt32 in my last checkin. r=akk 2000-07-28 23:49:12 +00:00
plugin/oji/MRJ Fix build bustage. 2000-07-22 03:59:49 +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 Fix for regression nsbeta2+ bug #45299. r=sgehani 2000-07-17 19:56:53 +00:00
rdf Small sorting fix. (Can't find bug #) r=me 2000-07-29 16:15:48 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
security Build mpi library files in freebl. 2000-07-29 19:07:22 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
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 On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
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 Classic skin work (bug 46613) a=johng 2000-07-30 00:38:27 +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 Added more history data. Not part of build 2000-07-28 21:51:35 +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 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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
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 If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file. 2000-07-28 21:28:41 +00:00
widget fix for mem leak bug 43580 r=slamm 2000-07-28 23:59:37 +00:00
xpcom 46044 fixes ABR. submitted by jband@netscape.com. 2000-07-29 08:13:39 +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 Fix 17608 a=vera 2000-07-30 01:22:12 +00:00
xpinstall Remove redundant <html> tags (part of bug 42202) r=me, simple fix 2000-07-29 22:49:45 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh forgot to add makefiles earlier... 2000-07-29 08:21:09 +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 Oops. Remove define accidentally set with previous checkin. 2000-07-28 11:09:00 +00:00
configure.in Oops. Remove define accidentally set with previous checkin. 2000-07-28 11:09:00 +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 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