README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +00:00 |
apache/gzip/src
|
Add the source and Makefile for the new mod_gzip_content module.
|
1998-09-15 20:17:13 +00:00 |
build
|
Simplify the package list file.
|
1999-10-24 13:44:34 +00:00 |
calendar
|
fixed instructions
|
1998-11-23 22:55:32 +00:00 |
caps
|
Use NS_GET_IID, remove dead code, clean up error conditions for XPConnect security calls.
|
1999-10-25 22:22:16 +00:00 |
cck
|
clearing up some code
|
1999-10-25 05:14:12 +00:00 |
chrome/src
|
fix build problems on linux r=hyatt
|
1999-10-24 09:20:49 +00:00 |
cmd
|
cmd/winfe lives on in the MozillaClassic branch only. removing from the trunk. a=leaf@mozilla.org
|
1999-10-22 23:44:52 +00:00 |
config
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +00:00 |
content
|
# 15904
|
1999-10-26 01:30:55 +00:00 |
db
|
fix mork linked list which was disabling more than one table change from getting recorded r=davidmc
|
1999-10-15 00:05:10 +00:00 |
dbm
|
Add memmove to autoconf tests.
|
1999-09-18 02:55:39 +00:00 |
directory
|
Fixed a bad link
|
1999-09-28 19:58:15 +00:00 |
docshell
|
Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class.
|
1999-10-26 01:46:22 +00:00 |
dom
|
Fix 11963 Need security controls on javascript: urls
|
1999-10-25 22:23:25 +00:00 |
editor
|
merge some changes that got dropped somehow during the landing r=hyatt
|
1999-10-26 01:54:39 +00:00 |
ef
|
add simple test to make sure things are actually working.
|
1999-08-30 08:04:12 +00:00 |
embedding
|
Changed nsIProgress::addListener and nsIWebBrowser::addListener to be addProgressListener and addWebBrowserListener respectively. This is to avoid confusing name conflicts. Implemented nsIWebBrowser::GetDocument() and nsIWebBrowser::GetDocShell().
|
1999-10-26 02:37:14 +00:00 |
expat
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +00:00 |
extensions
|
fix bug 17172 -- wrong cookie is displayed, r=goodsger
|
1999-10-25 22:56:24 +00:00 |
gc/boehm
|
changed GC_abort() to call ExitToShell() rather than abort(). bug=15906
|
1999-10-24 03:26:10 +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
|
Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton.
|
1999-10-26 00:49:33 +00:00 |
grendel
|
Updates for JavaMail 1.1.x.
|
1999-08-12 03:28:00 +00:00 |
htmlparser
|
Follow-up to fix for bug 10456. I made the earlier changes to the non-Necko part of the code! Making the same changes to the ifdef NECKO part.
|
1999-10-26 02:42:23 +00:00 |
include
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +00:00 |
intl
|
Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton.
|
1999-10-26 00:49:33 +00:00 |
java
|
15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su>
|
1999-10-25 22:42:40 +00:00 |
jpeg
|
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
|
1999-10-03 20:23:01 +00:00 |
js
|
- Chouck's changes to grow a JSIdArray if necessary in JS_Enumerate, with my
|
1999-10-25 19:24:03 +00:00 |
js2/semantics
|
Changed bottom expressions to syntax error throws
|
1999-10-20 20:58:07 +00:00 |
l10n
|
*** empty log message ***
|
1999-10-22 15:53:29 +00:00 |
layout
|
# 15904
|
1999-10-26 01:30:55 +00:00 |
lib
|
removed obsolete access paths. r=sfraser
|
1999-10-24 02:45:17 +00:00 |
mailnews
|
new ui. r=pavlov,german,hyatt
|
1999-10-26 00:39:19 +00:00 |
modules
|
Fixes bug 17190: extract only core_*/* files to obtain the XPInstall engine run by the Install Wizard. [r=cathleen]
|
1999-10-26 02:08:56 +00:00 |
msgsdk
|
don't hardcode domestic
|
1998-08-25 18:48:36 +00:00 |
nav-java
|
General cleanup.
|
1999-09-14 01:35:43 +00:00 |
netwerk
|
Change net module notification to make proxies lazy. r=dveditz, mozbot.
|
1999-10-25 22:31:59 +00:00 |
network
|
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
|
1999-10-12 02:10:08 +00:00 |
nsprpub
|
Added missing function declarations to eliminate compiler warnings.
|
1999-10-26 02:01:38 +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
|
Follow-up to fix for bug 10456. I made the earlier changes to the non-Necko part of the code! Making the same changes to the ifdef NECKO part.
|
1999-10-26 02:42:23 +00:00 |
plugin/oji/MRJ
|
Took out the debug panel which appears whenever System.out messages are
|
1999-09-23 20:36:16 +00:00 |
privacy
|
Sync'd various Makefile.ins to their Makefile counterparts.
|
1998-10-21 02:13:56 +00:00 |
profile
|
Make profile manager build under BeOS.
|
1999-10-23 17:13:55 +00:00 |
rdf
|
don't install registry.rdf r=ramiro
|
1999-10-25 14:57:24 +00:00 |
silentdl
|
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
|
1999-10-10 01:32:59 +00:00 |
string/obsolete
|
updated FAQ section of nsString documentation
|
1999-10-16 18:45:18 +00:00 |
suite
|
new ui. r=pavlov,german,hyatt
|
1999-10-26 00:39:19 +00:00 |
sun-java
|
General cleanup.
|
1999-09-15 22:29:43 +00:00 |
timer
|
ignore generated Makefile
|
1999-08-10 05:16:39 +00:00 |
tools
|
Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest.
|
1999-10-24 22:37:34 +00:00 |
tripledb
|
Allow a way to finely control the order of query results.
|
1999-07-12 22:09:23 +00:00 |
uriloader
|
bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
|
1999-10-19 19:42:55 +00:00 |
view
|
Link in raptorgfx dynamically to make the component properly loadable.
|
1999-10-22 05:06:39 +00:00 |
wallet
|
New files for wallet
|
1999-03-10 21:35:41 +00:00 |
webshell
|
Register nsFormProcessor service to exercise nsIFormProcessor interface.
|
1999-10-25 22:54:12 +00:00 |
webtools
|
Fix typo.
|
1999-10-26 01:40:23 +00:00 |
widget
|
Trying to fix complex clipping to reduce redraws in apprunner.
|
1999-10-26 01:13:20 +00:00 |
xpcom
|
added files: mozilla/xpcom/base/nsIInterfaceRequestor.idl
|
1999-10-26 01:37:45 +00:00 |
xpfc
|
Fix windows build:
|
1998-11-11 00:17:29 +00:00 |
xpfe
|
new ui. r=pavlov,german,hyatt
|
1999-10-26 00:39:19 +00:00 |
xpinstall
|
Fixes bug 11209: we now detect free space larger than 2^32 bytes in the Install Wizard. [r=cathleen]
|
1999-10-26 02:12:00 +00:00 |
.cvsignore
|
ignore a.out as well
|
1999-04-10 21:22:55 +00:00 |
LEGAL
|
Add Y2K disclaimer.
|
1999-07-06 23:00:05 +00:00 |
LICENSE
|
new version of LICENSE; not part of the build
|
1999-10-06 02:14:51 +00:00 |
Makefile.in
|
build boehm when flag is used r=sspitzer
|
1999-10-18 23:14:16 +00:00 |
aclocal.m4
|
oops, forgot to include these files for libIDL detection
|
1999-04-10 00:54:58 +00:00 |
allmakefiles.sh
|
Work in progress to add reasonable rpm packaging support for the beast.
|
1999-10-21 14:57:38 +00:00 |
client.mak
|
Fix build bustage
|
1999-10-19 01:29:44 +00:00 |
client.mk
|
Forgot a semicolon and that caused the creation of bogus files. a=leaf. Thanks to jim_nance@yahoo.com for pointing out the problem.
|
1999-10-12 17:05:05 +00:00 |
configure
|
Automated update
|
1999-10-22 07:15:11 +00:00 |
configure.in
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +00:00 |
makefile.win
|
adding !endif to complete !if
|
1999-10-21 22:40:16 +00:00 |
nglayout.mac
|
…
|
|
nglayout.mk
|
General cleanup.
|
1999-09-11 04:50:16 +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 |