apache/gzip/src
|
|
|
build
|
Adding options to not use the progress file, and optimize project opening in codewarrior. Bug 61401, r=scc, sr=jj
|
2000-12-06 22:09:50 +00:00 |
calendar
|
|
|
caps
|
fix bug 55506. If seman was initialized too early then it was failing to register its nameset. This happened on first run when JS Component Loader would use the secman. The result was that all calls to the security manager via JavaScript would fail for that session. This fixes that by continuing to try to register the nameset until it actually succeeds. r=mstoltz a=brendan
|
2000-11-30 05:32:08 +00:00 |
cck
|
fix for bug#57340; custom components not showing up in build;added additional field
|
2000-12-08 04:00:29 +00:00 |
chrome
|
Fix for smoketest blocker 61946, r=pink
|
2000-12-05 21:17:30 +00:00 |
cmd
|
|
|
config
|
Adding check for xargs. It is used in some non-default build rules and we need it to properly clean up after our Makefile creation when using some shells.
|
2000-12-06 03:25:17 +00:00 |
content
|
Speeding up retrieval of anonymous nodes by removing a redundant copy. Patched bug in
|
2000-12-10 09:23:43 +00:00 |
db
|
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
|
2000-11-21 00:18:46 +00:00 |
dbm
|
|
|
directory
|
Make file compile under JDK1.3
|
2000-12-08 17:17:49 +00:00 |
docshell
|
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2000-12-09 04:21:51 +00:00 |
dom
|
Fix to 48299. Distinguish between chrome JS and content JS when reporting errors; this will allow the JS console to hide or otherwise highlight errors in UI javascript.
|
2000-12-07 02:08:21 +00:00 |
editor
|
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2000-12-09 04:46:08 +00:00 |
ef
|
|
|
embedding
|
Fix bug #51130. Use common dialogs for nsIPrompt in the embedding widget. r=danm, sr=brendan
|
2000-12-07 21:09:43 +00:00 |
expat
|
a=vidur. Fix for bug 34168. We now handle the case of a redundant percentage sign in the entity value of an entity definition in the internal subset without crashing.
|
2000-10-12 21:07:45 +00:00 |
extensions
|
Fixing Mac build bustag. a=leaf
|
2000-12-09 00:55:58 +00:00 |
gc/boehm
|
Bug 61571. Improve speculative RTTI heuristics by adding one more instruction to the signature for typeinfo(). r=brendan, sr=beard
|
2000-12-06 00:05:45 +00:00 |
gconfig
|
|
|
gfx
|
Fix goto-related IRIX bustage.
|
2000-12-10 05:46:46 +00:00 |
grendel
|
|
|
htmlparser
|
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2000-12-09 04:21:51 +00:00 |
include
|
Fix Un*x bustage (typo in last patch, oops, sorry!)
|
2000-10-12 04:49:28 +00:00 |
intl
|
Fix bustage. Missed one change from |GetUnicode| to |get|.
|
2000-12-09 04:35:24 +00:00 |
java
|
* not part of tbox build *
|
2000-11-14 09:04:38 +00:00 |
jpeg
|
removing glowcode directives. won't affect you unless you use an obsolete version of glowcode.
|
2000-11-18 02:13:42 +00:00 |
js
|
Fix to 62309. Change JS_AddRoot to JS_AddNamedRoot in Liveconnect to aid leak diagnoses.
|
2000-12-09 01:35:46 +00:00 |
js2
|
Sweeping set of changes to implement closures. Also re-targetted entire
|
2000-12-08 23:55:39 +00:00 |
l10n
|
fix bug 35057 Use "My Sidebar" consistently throughout browser
|
2000-10-26 02:36:02 +00:00 |
layout
|
Speeding up retrieval of anonymous nodes by removing a redundant copy. Patched bug in
|
2000-12-10 09:23:43 +00:00 |
lib
|
added UTCUtils for use by JavaScript engine. bug #61577, r=mccabe
|
2000-12-05 04:36:32 +00:00 |
mailnews
|
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2000-12-09 04:46:08 +00:00 |
modules
|
Fix leak of nsMemoryImpl from ns4xPlugin::CreatePlugin. b=56584 r=av@netscape.com sr=waterson@netscape.com
|
2000-12-09 04:06:49 +00:00 |
msgsdk
|
|
|
mstone
|
|
|
netwerk
|
[not part of build] implements theme:menu and theme:menuseperator <lordpixiel@mac.com>, r=beard
|
2000-12-06 17:25:16 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Bugzilla bug #51406: PR_GetConnectStatus should not invoke the new
|
2000-12-10 02:33:59 +00:00 |
nunet
|
|
|
parser
|
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2000-12-09 04:21:51 +00:00 |
plugin/oji/MRJ
|
Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping.
|
2000-10-28 05:55:35 +00:00 |
privacy
|
|
|
profile
|
Adding 'Tinderbox: SeaMonkey-Ports' panel to default list of panels.
|
2000-12-10 06:55:06 +00:00 |
rdf
|
Adding support for box objects to XML and HTML. Reduced size of XUL content nodes by
|
2000-12-10 09:18:57 +00:00 |
README
|
This was approved a while ago by mitchell and leaf.
|
2000-10-20 20:27:03 +00:00 |
security
|
On DEC Alpha/OSF1, following the examples in <c_asm.h>, use inline
|
2000-12-09 03:36:41 +00:00 |
silentdl
|
|
|
string
|
Fix iteration type in ConvertTo(Upper|Lower)Case in nsReadableUtils.cpp, bug=60047, r=dmose, a=scc
|
2000-11-15 01:58:23 +00:00 |
suite
|
|
|
sun-java
|
|
|
themes
|
Fix 61825: double-ended scrollbars have ugly/incorrect double black border between scrollbar buttons. patch by lordpixel@mac.com. r=me a=ben
|
2000-12-05 21:35:02 +00:00 |
timer
|
|
|
tools
|
First checked in.
|
2000-12-09 01:24:23 +00:00 |
tripledb
|
|
|
uriloader
|
Bug #60069 --> checking this patch in for Sergey Lunegov (lsv@sparc.spb.su)
|
2000-11-22 19:48:49 +00:00 |
view
|
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
|
2000-11-20 07:16:06 +00:00 |
wallet
|
|
|
webshell
|
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
|
2000-12-07 15:31:40 +00:00 |
webtools
|
patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
|
2000-12-07 03:04:32 +00:00 |
widget
|
Mousewheel bugs 29244, 50339, 42313, 33733, and 57598. r=rods,pavlov. sr=hyatt.
|
2000-12-09 07:28:19 +00:00 |
xpcom
|
Attempt to fix |address_of| bustage on IRIX. r=scc@mozilla.org b=59414
|
2000-12-10 03:13:53 +00:00 |
xpfc
|
|
|
xpfe
|
modify wording for XBL form control pref & relocate box debugging preferences so they
|
2000-12-10 09:17:37 +00:00 |
xpinstall
|
fixing bug #33353. patch from Henrik Gemal and Timeless. mo,r=ssu. not part of any tinderbox builds.
|
2000-12-09 23:22:20 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
Static Module Patch. r=valeski,warren@netscape.com, sr/a=cls@netscape.com
|
2000-11-21 23:40:34 +00:00 |
client.mak
|
we won't get very far building mozilla/security on windows without pulling
|
2000-12-09 00:34:08 +00:00 |
client.mk
|
If it is the first checkout, don't call build again (ends up in a recursive loop). Bug #59934
|
2000-12-06 08:10:52 +00:00 |
configure
|
Automated update
|
2000-12-10 04:30:08 +00:00 |
configure.in
|
A better configure test for fixing the IRIX bustage.
|
2000-12-10 04:27:38 +00:00 |
embed.mak
|
First cut of an embedding makefile for windows....
|
2000-11-22 20:12:16 +00:00 |
embed.mk
|
Second cut at an embedding makefile. This is not part of the seamonkey build.
|
2000-11-22 18:39:16 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
Static Module Patch. r=valeski,warren@netscape.com, sr/a=cls@netscape.com
|
2000-11-21 23:40:34 +00:00 |
makefile.win
|
Fix for bug 60909. r=javi@netscape.com, bryner@netscape.com. sr=brendan@mozilla.org, leaf@mozilla.org.
|
2000-12-06 23:45:42 +00:00 |
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|