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-08 22:19:37 +00:00
apache/gzip/src
build added xpt_link tool to the Mac build (if build{xptlink}=1) 2000-08-02 22:10:54 +00:00
calendar
caps Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
cck fix for bug#47328 - not able to launch customized netscape;caused by all-ns.js using properties files for the values- changed ib.cpp and script.ib to reflect that 2000-08-04 18:09:21 +00:00
chrome final part of fix for 46712 - flush the string bundle cache when the locale changes 2000-08-08 06:24:56 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config make-jars.pl now properly cleans up any extra files and folders that it creates 2000-08-05 06:08:02 +00:00
content massive landing of joki changes. 2000-08-08 21:31:05 +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 added ldap_abandon()-like functionality to the XPCOM wrapper, and changed the nsLDAPChannel code to implement request cancellation (eg pressing the stop button in the browser) using said functionality. a=r=(not built). 2000-08-08 03:23:05 +00:00
docshell massive landing of joki changes. 2000-08-08 21:31:05 +00:00
dom Beginnings of massive landing of joki changes. 2000-08-08 21:19:03 +00:00
editor massive landing of joki changes. 2000-08-08 21:31:05 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding fix the following bugs: #39560, #47141, #46928, #47949. use nsIPipe for the stream impl, seperate XPCOM startup, add a resize callback so content with a width and height are sized correctly, fix problems with gtkmozembed widgets on gtk notebook widgets. also, add some new signals for progress loading and net changes. r=dougt, a=waterson 2000-08-08 03:58:03 +00:00
expat Fix "comparison between signed and unsigned" build warning. 2000-04-26 14:25:47 +00:00
extensions massive landing of joki changes. 2000-08-08 21:31:05 +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 Fixes slow scrolling, using patblt on windows NT. bug = 43943. A=mcclusk 2000-08-08 14:07:38 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser 45975 - Make sure that the head context gets closed before opening up the body. 2000-08-08 20:38:14 +00:00
include Removing unused files. Not part of the build. r=cls. 2000-08-01 22:35:28 +00:00
intl massive landing of joki changes. 2000-08-08 21:31:05 +00:00
java fix for bug=47878 2000-08-08 16:43:52 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js r=brendan, bug# 34276. Fix for correctly including winsock2.h. 2000-08-08 20:28:49 +00:00
js2 Added 'static' to global object routines. 2000-08-04 20:54:24 +00:00
l10n Fix for 43236. Removing "Double-clicking a message always opens a new window..." item from the pref dialog. r=putterman 2000-08-01 23:25:59 +00:00
layout massive landing of joki changes. 2000-08-08 21:31:05 +00:00
lib New files for profiling on Mac 2000-07-28 23:45:55 +00:00
mailnews Fix for 37932. r=ducarroz. remove Forward Quoted from preferences. 2000-08-08 22:19:37 +00:00
modules Better fix for Mac Commercial bustage of yesterday. Add xpcompat.h to the manifest file. R=sfraser 2000-08-08 22:15:08 +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 Checking in the patch for 45337 by jgmeyers, r=ruslan,a=gagan 2000-08-08 22:16:05 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Removed obsolete test event.c. 2000-08-08 21:35:14 +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 45975 - Make sure that the head context gets closed before opening up the body. 2000-08-08 20:38:14 +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 massive landing of joki changes. 2000-08-08 21:31:05 +00:00
rdf massive landing of joki changes. 2000-08-08 21:31:05 +00:00
README/mozilla Just added a newline for test purposes 2000-08-04 04:49:05 +00:00
security Disable to TLS because some servers do not implement version rollback correctly 2000-08-08 21:10:20 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string not part of the build; initial work on multi-fragment strings 2000-08-08 00:14:35 +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 fix for 47441 & incremental fix for 46613, correct windows classic skin use of system colours in scrollbar thumb. 2000-08-08 06:15:35 +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 New weekly data: not part of build 2000-08-02 23:28:11 +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 massive landing of joki changes. 2000-08-08 21:31:05 +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 Adding the original contributor of this code to the Contributors list 2000-08-07 17:48:22 +00:00
webtools Fixing slashes, not part of build. 2000-08-08 21:27:33 +00:00
widget #47874 2000-08-07 21:40:45 +00:00
xpcom not part of the build; initial work on multi-fragment strings 2000-08-08 00:14:35 +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 Smart browsing pane should be titled as such, not whats related. r=slamm 2000-08-08 21:46:18 +00:00
xpinstall Ensure linux installer doesn't core dump for "long" install destination paths 2000-08-08 01:29:04 +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 Removing the makefile for the directory I just removed. r=alecf. 2000-08-02 00:47:35 +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 Automated update 2000-08-07 19:00:10 +00:00
configure.in removing (broken) x11-shm code. I have not found this code to provide any speedup, and since it is broken, I am removing 2000-08-06 05:18:01 +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