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
cbegle%netscape.com 7f486608b0 Remove more recursive calls to startTest. hm..
This is not part of the mozilla build and has no effect on its bustedness.
1999-07-16 01:39:07 +00:00
apache/gzip/src
build Added CapsIDL.mcp to the IDL phase. 1999-07-16 01:17:32 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps should fix the the missing nsICapsSecuritycallbacks error.(arielb) 1999-07-16 00:32:44 +00:00
cck Adding CCK CK shell 1999-07-15 18:37:28 +00:00
chrome/src necko only - extended chrome's make absolute implementation 1999-07-13 01:37:23 +00:00
cmd Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
config Remove vestiges of XPIDL_JS_STUBS (no longer used or implemented by xpidl-generated files.) 1999-07-16 01:20:03 +00:00
content yanked some function redefinitions if NECKO was defined 1999-07-15 15:17:43 +00:00
db incremental writing, memory leak fixed for davidmc 1999-07-14 15:52:46 +00:00
dbm ssize_t aint available on windoze. Fixing build. - mcafee & dp 1999-07-15 00:58:11 +00:00
directory Updates for JNDI LDAP service provider 1999-06-05 01:14:50 +00:00
docshell/base Fix for bug 4559. We would scroll the document to the named anchor target when a named anchor was clicked even when form data needed to get submitted. Now, we go ahead and submit the form data. 1999-07-15 23:17:29 +00:00
dom Added support for window.title (setting and getting). 1999-07-16 01:14:59 +00:00
editor Fix JS error 1999-07-16 00:14:29 +00:00
ef Faster interference graph simplification due to Amancio Hasty. 1999-04-05 06:32:50 +00:00
expat Remove XML_DTD #define. Reviewed by Tao. 1999-07-08 03:21:33 +00:00
extensions Remove bogus semicolons in IID macros. 1999-07-15 00:42:02 +00:00
gconfig Fix to use search path for lesstif as per John Hicks suggestion. Environment 1998-11-05 18:04:06 +00:00
gfx Remove the nsTimer and nsRepeater.cpp files, because they also live in Netlib. a cyeh, r a bunch of folks. 1999-07-15 22:08:21 +00:00
grendel Including the MozillaZine animation contest winner from Klaus Malorny. 1999-07-02 14:20:06 +00:00
htmlparser Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
include Checkin another chunk of Alex Larsson's non-exported symbol reduction 1999-07-07 09:02:21 +00:00
intl nsILocale related change. 1999-07-15 23:37:49 +00:00
jpeg override NO_STATIC_LIB, because we really do need static libraries for some 1999-05-17 19:20:28 +00:00
js Remove more recursive calls to startTest. hm.. 1999-07-16 01:39:07 +00:00
js2/semantics Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout added files: mozilla/layout/html/base/src/nsDST.cpp 1999-07-16 01:33:06 +00:00
lib Fix project output path so it doesn't make a dist folder in the wrong place. 1999-07-15 23:04:52 +00:00
mailnews taunt qa a little for losing to engineering at bowling. 1999-07-16 00:48:37 +00:00
modules Checked for null in memory allocation per bug #9852 1999-07-15 23:06:52 +00:00
msgsdk
nav-java removing software update references. 1999-05-06 04:18:44 +00:00
netwerk Changed status from nsresult to PRUint32. 1999-07-16 00:40:06 +00:00
network fix warning 1999-07-15 06:58:53 +00:00
nsprpub NetBSD/PowerPC port. Checkin for kei_sun@ba2.so-net.ne.jp 1999-07-16 00:30:32 +00:00
nunet Changes to build http in its own library. and use auto detection/registry. 1999-03-27 02:05:59 +00:00
parser Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
plugin/oji/MRJ support more "java_" prefixed attributes. 1999-06-14 18:41:33 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
profile ignore the generated Makefile 1999-07-13 19:15:41 +00:00
rdf Enable/disable customize button 1999-07-15 23:09:06 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
silentdl getbuffer to tonewcstring change 1999-07-07 14:47:19 +00:00
string/obsolete back out erroneously updated files 1999-07-09 06:01:55 +00:00
suite Add a sentence with a bunch of nbsp's 1999-07-16 00:13:57 +00:00
sun-java Cleaned up a bunch of old (unused?) crap. 1999-06-04 21:45:17 +00:00
tools Fixes a nasty bug that caused LD_LIBRARY_PATH to grow with each iteration. 1999-07-10 20:13:51 +00:00
tripledb Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
uriloader wrap with DEBUG_pnunn. pnunn owns bug #8244. the rest of us don't need to see this message a billion times a day. 1999-07-13 23:57:47 +00:00
view fix warnings. 1999-07-03 00:25:42 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Fix for bug 4559. We would scroll the document to the named anchor target when a named anchor was clicked even when form data needed to get submitted. Now, we go ahead and submit the form data. 1999-07-15 23:17:29 +00:00
webtools Even More general ignore for getAttribute 1999-07-16 00:08:43 +00:00
widget Clean up BeOS timers. Among other things there now is a single thread to do 1999-07-15 15:32:44 +00:00
xpcom Remove vestiges of XPIDL_JS_STUBS (no longer used or implemented by xpidl-generated files.) 1999-07-16 01:20:03 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe ignore the generated makefiles 1999-07-16 00:46:17 +00:00
xpinstall Adding a newline, HP requires this 1999-07-16 00:27:34 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh Move several security files into idl. (Create idl directory in caps module.) 1999-07-15 23:23:16 +00:00
client.mak add splitting symbols to new target "deliver" in prep for fullcircle distribution. 1999-07-07 20:34:59 +00:00
client.mk Fix webconfig target. 1999-05-04 19:54:24 +00:00
configure Automated update 1999-07-16 01:30:36 +00:00
configure.in Remove vestiges of XPIDL_JS_STUBS (no longer used or implemented by xpidl-generated files.) 1999-07-16 01:20:03 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE
Makefile.in Better ifdef logic for NECKO. 1999-06-21 00:26:16 +00:00
makefile.win use the MOZ_FULLCIRCLE for symbol splitting. 1999-07-12 18:09:48 +00:00
nglayout.mac
nglayout.mk Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
trex.mak Pull msgsdk 1998-10-29 02:50:29 +00:00
trex.mk Fix msgsdk build problem 1998-11-02 19:14:40 +00:00