apache/gzip/src
|
|
|
build
|
Moved profile.mcp to build after network module
|
1999-07-05 01:53:52 +00:00 |
calendar
|
|
|
caps
|
Exporting nsICapsSecurityCallbacks.h
|
1999-07-07 08:12:54 +00:00 |
cck
|
default values
|
1999-06-29 02:11:17 +00:00 |
chrome/src
|
Added chrome protocol handler for necko.
|
1999-07-02 23:38:51 +00:00 |
cmd
|
|
|
config
|
Adding --enable-toolbar-dd toolbar drag & drop option. a=cyeh
|
1999-07-07 20:31:34 +00:00 |
content
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:19:38 +00:00 |
db
|
Bullet-proof some error-handling code.
|
1999-07-07 18:46:53 +00:00 |
dbm
|
Fix VMS bustage. Patch submitted by Colin Blake.
|
1999-07-07 06:46:35 +00:00 |
directory
|
Updates for JNDI LDAP service provider
|
1999-06-05 01:14:50 +00:00 |
docshell/base
|
Fix for bug 1755. Separated out functionality of nsWebShell::Stop() into two methods, StopBeforeRequestingURL() and StopAfterURLAvailabl(). The former is called before sending a new url load request to the doc loader. The latter is called once the doc loader notifies the webshell via OnStartURLLoad() that the stream created from the URL is ready to be consumed.
|
1999-07-07 10:47:35 +00:00 |
dom
|
Fixed ToString for necko.
|
1999-07-07 10:05:59 +00:00 |
editor
|
Changed attempt to display a Named Anchor using CSS so it can have an HREF. (it doesn't work yet, anyway)
|
1999-07-07 00:57:04 +00:00 |
ef
|
|
|
expat
|
Turning on the XML_DTD define...
|
1999-07-07 04:38:33 +00:00 |
extensions
|
added newline at end of file -- fixes bug 9270
|
1999-07-05 03:48:42 +00:00 |
gconfig
|
|
|
gfx
|
Fix for bug #7797. JS screen property not implemented in gtk widgetry.
|
1999-07-07 18:12:18 +00:00 |
grendel
|
Including the MozillaZine animation contest winner from Klaus Malorny.
|
1999-07-02 14:20:06 +00:00 |
htmlparser
|
converted GetBuffer calls to ToNewCString for prunichar reasons
|
1999-07-07 14:38:39 +00:00 |
include
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
|
1999-07-07 09:02:21 +00:00 |
intl
|
Test for utf-7 enc.
|
1999-07-06 22:40:17 +00:00 |
jpeg
|
|
|
js
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
|
1999-07-07 09:02:21 +00:00 |
js2/semantics
|
Fixed several semantic errors. Added (?= and (?!.
|
1999-06-08 00:45:49 +00:00 |
l10n
|
|
|
layout
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:19:38 +00:00 |
lib
|
Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
|
1999-07-02 14:59:36 +00:00 |
mailnews
|
Added files to Mac projects for Candice's address book changes. a=chofmann
|
1999-07-07 19:08:26 +00:00 |
modules
|
Remove carriage returns. They trip up some compilers. a=cyeh.
|
1999-07-07 20:18:27 +00:00 |
msgsdk
|
|
|
nav-java
|
|
|
netwerk
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
network
|
Fix public declaration.
|
1999-07-07 08:21:51 +00:00 |
nsprpub
|
Fixed an unused-variable compiler warning. Thanks to
|
1999-07-06 23:18:43 +00:00 |
nunet
|
|
|
parser
|
converted GetBuffer calls to ToNewCString for prunichar reasons
|
1999-07-07 14:38:39 +00:00 |
plugin/oji/MRJ
|
support more "java_" prefixed attributes.
|
1999-06-14 18:41:33 +00:00 |
privacy
|
|
|
profile
|
getbuffer to tonewcstring change
|
1999-07-07 14:47:19 +00:00 |
rdf
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
|
1999-07-07 09:02:21 +00:00 |
README
|
|
|
silentdl
|
getbuffer to tonewcstring change
|
1999-07-07 14:47:19 +00:00 |
string/obsolete
|
fixes Churchill's search bug, and crash bug 6469
|
1999-06-18 04:51:11 +00:00 |
suite
|
Starting to implement DoCommand(). [Doesn't seem to work 100% yet... can't find DoCommand() method for some reason that isn't clear to me yet.]
|
1999-07-07 05:33:38 +00:00 |
sun-java
|
Cleaned up a bunch of old (unused?) crap.
|
1999-06-04 21:45:17 +00:00 |
tools
|
added a date header to the cookie test (cookies require a server date to work)
|
1999-07-06 23:54:12 +00:00 |
tripledb
|
Bullet-proof some error-handling code.
|
1999-07-07 18:46:53 +00:00 |
uriloader
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
view
|
fix warnings.
|
1999-07-03 00:25:42 +00:00 |
wallet
|
|
|
webshell
|
getbuffer to tonewcstring change
|
1999-07-07 14:47:19 +00:00 |
webtools
|
Trim leading whitespace in source code.
|
1999-07-07 19:11:02 +00:00 |
widget
|
fix bug #5336 as well as fix moving toplevel windows and other misc resizing
|
1999-07-07 17:45:34 +00:00 |
xpcom
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
|
1999-07-07 09:02:21 +00:00 |
xpfc
|
|
|
xpfe
|
getbuffer to tonewcstring
|
1999-07-07 14:50:42 +00:00 |
xpinstall
|
getbuffer to tonewcstring
|
1999-07-07 14:50:42 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
Add gfx/src/xlibrgb/Makefile.
|
1999-07-07 02:16:24 +00:00 |
client.mak
|
|
|
client.mk
|
|
|
configure
|
Automated update
|
1999-07-07 18:15:08 +00:00 |
configure.in
|
Adding --enable-toolbar-dd toolbar drag & drop option. a=cyeh
|
1999-07-07 20:31:34 +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
|
Changed build order, building necko before htmlparser.
|
1999-07-03 06:45:35 +00:00 |
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|