apache/gzip/src
|
|
|
build
|
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
|
2000-04-02 07:17:25 +00:00 |
calendar
|
|
|
caps
|
# 34082
|
2000-04-05 02:32:07 +00:00 |
cck
|
fix for bug #34641 - changing the homepageurl and animatedlogourl to http://home.netscape.com
|
2000-04-10 22:31:57 +00:00 |
chrome
|
Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original
|
2000-04-10 00:25:22 +00:00 |
cmd
|
|
|
config
|
Depend build does not do exports of header files. r=pollmann,a=leaf
|
2000-04-10 22:57:29 +00:00 |
content
|
Cuddling mailnews and giving it some of my sweet sweet love. r=saari
|
2000-04-12 00:24:07 +00:00 |
db
|
Fix for EXTRA_DSO_LIBS in rules.mk
|
2000-04-04 07:37:50 +00:00 |
dbm
|
# 25555
|
2000-03-07 21:00:06 +00:00 |
directory
|
Pass className rather than mechanismName to DynamicInvoker (391585)
|
2000-04-10 17:47:02 +00:00 |
docshell
|
Added an attribute for holding the charset info to be used during a load.
|
2000-04-12 00:07:04 +00:00 |
dom
|
Fixing an XBL event handling bug and a menu shortcut bug. r=brendan, a=leaf
|
2000-04-06 22:32:36 +00:00 |
editor
|
Changed nsEditorShell to hold on to docShells instead of webShells. Changed a number of places to use nsIDocShell instead of nsIWebShell. Removed the hold on a nsIWebShellWindow as no one should ever hold onto that.
|
2000-04-11 23:48:14 +00:00 |
ef
|
|
|
embedding
|
Changed tab spacing to say 3 to be accurate.
|
2000-04-11 23:49:08 +00:00 |
expat
|
Pro5 update
|
2000-02-07 23:06:04 +00:00 |
extensions
|
Enable parsing of URL's in finger: text. bug 26753. r=valeski, a=ftang.
|
2000-04-11 22:41:02 +00:00 |
gc/boehm
|
[not part of build] guarding all reclamations with GC_root_size. This allows safely removing all registered root sets, to see all globals allocated at shutdown.
|
2000-04-10 18:16:27 +00:00 |
gconfig
|
|
|
gfx
|
add transliteration fall back . fix bug 33501
|
2000-04-11 22:41:21 +00:00 |
grendel
|
Added contribution from Ian Clarke.
|
2000-04-08 06:16:32 +00:00 |
htmlparser
|
Fix for
|
2000-04-04 23:58:40 +00:00 |
include
|
Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar
|
2000-02-23 23:10:38 +00:00 |
intl
|
fix 34646. Change the key to the new non-offending name
|
2000-04-11 22:43:43 +00:00 |
java
|
Made changes for accomodating new CurrentPage Find features into
|
2000-04-06 17:45:27 +00:00 |
jpeg
|
# 25555
|
2000-02-29 22:12:14 +00:00 |
js
|
Remove obsolete statement from javadoc.
|
2000-04-11 18:24:08 +00:00 |
js2
|
JSActivation, JSFunction
|
2000-04-11 05:11:58 +00:00 |
l10n
|
First release of mozilla-dtd2mysql.
|
2000-03-22 20:55:45 +00:00 |
layout
|
Cuddling mailnews and giving it some of my sweet sweet love. r=saari
|
2000-04-12 00:24:07 +00:00 |
lib
|
27857 nsIFile - MAC not completely implemented
|
2000-04-03 01:50:19 +00:00 |
mailnews
|
Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer.
|
2000-04-11 20:19:32 +00:00 |
modules
|
bug#34801: put a frame notification back at end of frame decoding. r:rods, a:leaf.
|
2000-04-06 21:51:58 +00:00 |
msgsdk
|
|
|
mstone
|
Add a multi-OS build tool
|
2000-04-07 17:51:22 +00:00 |
netwerk
|
Enable parsing of URL's in finger: text. bug 26753. r=valeski, a=ftang.
|
2000-04-11 22:41:02 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs.
|
2000-04-11 00:39:12 +00:00 |
nunet
|
|
|
parser
|
Fix for
|
2000-04-04 23:58:40 +00:00 |
plugin/oji/MRJ
|
configuration file for MRJPlugin (GC) target.
|
2000-03-29 02:14:03 +00:00 |
privacy
|
|
|
profile
|
Fix bug # 33657: add "UTF-8" encoding meta-tag into default bookmark file.
|
2000-04-05 01:49:57 +00:00 |
rdf
|
Changed to use the enumeration rather than the string based parameter to the parser loading mode.
|
2000-04-11 23:48:37 +00:00 |
README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
security
|
Initial checkin of the PSM server
|
2000-04-12 00:15:15 +00:00 |
silentdl
|
|
|
string
|
Ok, the |typename| stuff wasn't really necessary, and caused problems on VC++. r=scc
|
2000-04-04 09:21:57 +00:00 |
suite
|
|
|
sun-java
|
a=leaf
|
2000-04-06 04:21:51 +00:00 |
timer
|
|
|
tools
|
Some test changes to allow echoing requests at arbitrary locations in urlmap. You can now use ECHO [HTTPHeader] to display all headers (if HTTPHeader is not specified) or that header value as it came in the request. See <your-testserver>/echo for an example. Not in build (a=leaf)
|
2000-04-07 23:14:52 +00:00 |
tripledb
|
|
|
uriloader
|
Removed the viewSource member and the GetStringForCommand as it is no longer used.
|
2000-04-11 23:52:37 +00:00 |
view
|
Grid fixes.
|
2000-04-11 23:55:15 +00:00 |
wallet
|
|
|
webshell
|
Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad.
|
2000-04-11 23:52:28 +00:00 |
webtools
|
add link to unconfirmed
|
2000-04-08 06:04:15 +00:00 |
widget
|
Fix build bustage, a misplaced #ifdef
|
2000-04-11 22:59:30 +00:00 |
xpcom
|
fix 34886. add accidential deleted line back.
|
2000-04-11 22:47:18 +00:00 |
xpfc
|
|
|
xpfe
|
Grid fixes.
|
2000-04-11 23:55:15 +00:00 |
xpinstall
|
Removed extraneous parenthesis which caused make to spit warnings.
|
2000-04-06 01:18:34 +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
|
Changes to get the BeOS build running. Patch provided by Yannick Koehler <koehler@mythrium.com> .
|
2000-04-05 02:12:26 +00:00 |
client.mak
|
build browse info target was failing. parameters reordered. affects no other target
|
2000-03-22 22:03:27 +00:00 |
client.mk
|
Output options from mozconfig. Rework checkout.
|
2000-03-21 21:08:35 +00:00 |
configure
|
Add CFLAGS & CXXFLAGS to MKCSHLIB & MKSHLIB respectively. Bug 35127, r=shaver, a=leaf
|
2000-04-10 20:38:28 +00:00 |
configure.in
|
Add CFLAGS & CXXFLAGS to MKCSHLIB & MKSHLIB respectively. Bug 35127, r=shaver, a=leaf
|
2000-04-10 20:38:28 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
Avoid running allmakefiles.sh everytime (i.e use "=" instead of ":="). allmakefiles.sh is only needed for the "distclean" target.
|
2000-03-17 00:49:15 +00:00 |
makefile.win
|
adding crypto stuff to the tip
|
2000-03-11 04:33:39 +00:00 |
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|