README/mozilla
|
…
|
|
apache/gzip/src
|
…
|
|
build
|
Adding dist/bin/components to LIBRARY_PATH as part of fix for BeOS shared lib loading. Bug #51658. Thanks to Justin Morey <justin@68k.org> for the patch.
|
2000-09-07 04:50:48 +00:00 |
calendar
|
…
|
|
caps
|
more GCC fixes
|
2000-09-03 06:41:18 +00:00 |
cck
|
Adding customized UserAgent String to the Browser all-ns.js
|
2000-08-30 01:26:39 +00:00 |
chrome
|
fixing code that relied on implicit string construction
|
2000-09-02 05:30:35 +00:00 |
cmd
|
…
|
|
config
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
content
|
Turning on JS strict option in debug builds, a/r=brendan, bug 50645
|
2000-09-07 10:51:59 +00:00 |
db
|
…
|
|
dbm
|
…
|
|
directory
|
Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).
|
2000-09-06 01:25:19 +00:00 |
docshell
|
Moved the firing of the OnLoad event from WebShell into DocumentViewer...
|
2000-09-06 09:11:38 +00:00 |
dom
|
Turning on JS strict option in debug builds, a/r=brendan, bug 50645
|
2000-09-07 10:51:59 +00:00 |
editor
|
Removing bogus comment (43307)
|
2000-09-07 05:45:36 +00:00 |
ef
|
…
|
|
embedding
|
fixing code that relied on implicit string construction
|
2000-09-02 22:13:25 +00:00 |
expat
|
Some compilers don't like C++ comments in C files. Changing to C comments.
|
2000-08-30 01:35:07 +00:00 |
extensions
|
added some defensive coding to previous checkin
|
2000-09-07 07:21:42 +00:00 |
gc/boehm
|
compressed stack crawls
|
2000-09-07 02:59:36 +00:00 |
gconfig
|
…
|
|
gfx
|
Clip unicode text on WIN95 when a underline or strikeout font has been specified. Fixes underline too long problem on WIN95. bug 8322 r=attinasi@netscape.com
|
2000-09-07 03:20:05 +00:00 |
grendel
|
…
|
|
htmlparser
|
Fix for OS/2 bustage
|
2000-09-07 03:37:45 +00:00 |
include
|
Removing unused/obsolete files. Not part of build.
|
2000-09-01 02:30:52 +00:00 |
intl
|
General makefile cleaning for intl. Thanks to dbaron for pointing this out.
|
2000-09-07 02:38:55 +00:00 |
java
|
Add lib directory to -L line.
|
2000-08-24 23:03:34 +00:00 |
jpeg
|
…
|
|
js
|
copy non-named args through
|
2000-09-06 02:17:47 +00:00 |
js2
|
copy non-named args through
|
2000-09-06 02:17:47 +00:00 |
l10n
|
make sure en-US is selected, r=dveditz (preparation for bugscape 2152
|
2000-09-07 07:05:21 +00:00 |
layout
|
Fix for 43326. r=ben
|
2000-09-07 10:26:51 +00:00 |
lib
|
GC_mark_object.
|
2000-09-02 04:08:24 +00:00 |
mailnews
|
backing out all of ben's JS changes as they were completely unreviewed and unapproved
|
2000-09-07 11:33:09 +00:00 |
modules
|
bug 51338, cookie nag box not modal, r=mstoltz
|
2000-09-07 07:00:36 +00:00 |
msgsdk
|
…
|
|
mstone
|
…
|
|
netwerk
|
Fix bug # 33122: FTP proxy problems. r=gagan
|
2000-09-06 23:44:21 +00:00 |
network/protocol/http
|
…
|
|
nsprpub
|
Bugzilla bug #30746: the primordial thread should wait for the timer
|
2000-09-01 18:26:28 +00:00 |
nunet
|
…
|
|
parser
|
Fix for OS/2 bustage
|
2000-09-07 03:37:45 +00:00 |
plugin/oji/MRJ
|
Fixes for bug #49510.
|
2000-08-26 05:37:43 +00:00 |
privacy
|
…
|
|
profile
|
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
|
2000-09-06 02:17:26 +00:00 |
rdf
|
Turning on JS strict option in debug builds, a/r=brendan, bug 50645
|
2000-09-07 10:51:59 +00:00 |
security
|
separate keygen from primegen, to facilitate testing (by using the self-test key from blapitest). using this verified the keygen process (against that self-test, anyway). leaving a testing function in temporarily.
|
2000-09-07 07:33:34 +00:00 |
silentdl
|
…
|
|
string
|
A good place to hang the gcc fix, thanks dbaron!, and backing out previous failed fix ideas (|Concat|), r=dbaron
|
2000-09-04 05:00:25 +00:00 |
suite
|
…
|
|
sun-java
|
…
|
|
themes
|
sync up jar.mn
|
2000-09-07 09:54:22 +00:00 |
timer
|
…
|
|
tools
|
Initial version
|
2000-09-06 23:30:48 +00:00 |
tripledb
|
…
|
|
uriloader
|
Bug #47799 --> push prompt for file name over to ucth handler code so we don't bring
|
2000-09-06 22:21:06 +00:00 |
view
|
Revert back to old loop construct for dispatching events which is safer when the event destroys the current view bug 50335 r=attinasi@netscape.com
|
2000-08-31 02:31:17 +00:00 |
wallet
|
…
|
|
webshell
|
This was tested on win32, and is known to build on win32 and solaris.
|
2000-09-05 19:03:56 +00:00 |
webtools
|
Fix for bug 51519: Links to index are too specific. Patch by
|
2000-09-07 06:31:12 +00:00 |
widget
|
fix bug #41998. reset mouse motion variables whenever a drag is started. this should fix the lack of UI events after a drag. r=bryner, a=brendan
|
2000-09-06 22:37:55 +00:00 |
xpcom
|
Changed assertion to warning when platform charset doesn't exist.
|
2000-09-06 23:42:59 +00:00 |
xpfc
|
…
|
|
xpfe
|
XUL fixes for 51263. r=ben
|
2000-09-07 08:17:32 +00:00 |
xpinstall
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
adding GARBAGE_DIRS variable for clobbers... so we can have core directories
|
2000-08-30 01:15:32 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
removing makefile that is no longer in the tree
|
2000-09-01 07:55:20 +00:00 |
client.mak
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
client.mk
|
…
|
|
configure
|
Automated update
|
2000-09-01 21:30:08 +00:00 |
configure.in
|
Every MKSHLIB_FORCE_ALL needs a MKSHLIB_UNFORCE_ALL. Should fix freebsd 2.2 bustage.
|
2000-09-01 21:16:36 +00:00 |
makefile.win
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|