accessible
|
One line regression fix for bug 79900. the fix for 80505 caused this.
|
2001-05-23 02:55:37 +00:00 |
apache/gzip/src
|
|
|
build
|
Fix for bug 56789 (Add more build logic for the LDAP component on Mac). sr=sfraser, a=dbaron.
|
2001-06-08 14:00:29 +00:00 |
calendar
|
|
|
caps
|
bug 77485 - exploit inserting a function into another window using targeted
|
2001-05-30 02:22:22 +00:00 |
cck
|
Bug 84529: Crash with return/enter key after switching Configuraition
|
2001-06-08 23:29:27 +00:00 |
chrome
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
cmd
|
|
|
config
|
Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
|
2001-05-22 07:52:30 +00:00 |
content
|
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
|
2001-06-09 01:32:19 +00:00 |
db
|
fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer
|
2001-05-09 13:34:08 +00:00 |
dbm
|
OS/2 TB break
|
2001-03-14 04:11:42 +00:00 |
directory
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
docshell
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
dom
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
editor
|
Don't set 'center' alignment for new hrule element, part of fix to bug 83335, r=sfraser, sr=kin, a=asa-drivers
|
2001-06-09 21:54:04 +00:00 |
ef
|
|
|
embedding
|
NOT PART OF BUILD. CBrowse harness now listens for TitleChange events from controls and sets the window title accordingly
|
2001-06-08 12:06:39 +00:00 |
expat
|
Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst
|
2001-03-10 07:27:16 +00:00 |
extensions
|
Fixing a typo in my checkin yesterday.
|
2001-06-09 17:43:07 +00:00 |
gc/boehm
|
[not part of build] "fixes" the stack during GC initialization, so later stack crawls won't crash.
|
2001-02-27 01:09:44 +00:00 |
gconfig
|
|
|
gfx
|
bug: 69117
|
2001-06-08 23:36:14 +00:00 |
gfx2
|
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775.
|
2001-05-05 05:33:37 +00:00 |
grendel
|
Now have all bundle resources being properly copied, including icons and needed libraries. jrg...
|
2001-04-08 09:58:35 +00:00 |
htmlparser
|
Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org
|
2001-06-05 00:39:38 +00:00 |
include
|
For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av
|
2001-04-03 21:29:48 +00:00 |
intl
|
bug 81486: Mac Romanian and cns plan 7 unicode converters do not work
|
2001-06-06 00:45:48 +00:00 |
java
|
First import of the SVG pluglet. Compiles and works on win32.
|
2001-06-10 01:46:41 +00:00 |
jpeg
|
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
|
2001-04-28 19:48:12 +00:00 |
js
|
Allow user-defined exit codes: fixed bug that was preventing this from working.
|
2001-06-08 22:05:32 +00:00 |
js2
|
Added RTF cleanup utilities and a hack to read and write improper RTF commands that contain upper-case letters.
|
2001-06-09 01:04:16 +00:00 |
l10n
|
Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst
|
2001-05-02 04:45:21 +00:00 |
layout
|
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
|
2001-06-09 01:32:19 +00:00 |
lib
|
exports for instrumentation stub library. *not part of build*
Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib.
|
2001-06-02 00:04:07 +00:00 |
mailnews
|
Fix for bug 28348. Disable temporary the cancel button and remove the keep dialog open option. R=varada, SR=mscott, A=asa
|
2001-06-09 05:28:38 +00:00 |
modules
|
Fix for converting file://c|temp to c:\temp for NP_StreamAsFile. r=av sr=waterson a=dbaron
|
2001-06-09 20:52:18 +00:00 |
mozilla
|
new project started
|
2001-04-03 22:13:38 +00:00 |
msgsdk
|
|
|
mstone
|
|
|
netwerk
|
Fix for bug 84531, "dns cache eviction count not always decremented". r=gagan, sr=darin, a=dbaron.
|
2001-06-08 04:54:07 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Bugzilla bug #40941: Checked in Linux/ia64 patch from Bill Nottingham
|
2001-06-09 19:52:18 +00:00 |
nunet
|
|
|
parser
|
Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org
|
2001-06-05 00:39:38 +00:00 |
plugin/oji/MRJ
|
Backing out changes to nsIPluginStreamListener2 fixed by bug 82415 r=dougt sr=attinasi a=dbaron
|
2001-05-31 01:23:02 +00:00 |
privacy
|
|
|
profile
|
#80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron.
|
2001-06-02 12:08:59 +00:00 |
rdf
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
README
|
Adding newline, testing
|
2000-12-14 15:53:14 +00:00 |
security
|
Reduce warnings on Unix platforms that don't like bitfields in chars.
|
2001-06-09 19:45:22 +00:00 |
silentdl
|
|
|
string
|
bug #75164: sr={brendan, sfraser}. Adding the generators |nsSubstituteC?String|, which will replace |ReplaceSubstring|. Also fixing a declaration in "nsAStringGenerator.h".
|
2001-05-23 06:49:51 +00:00 |
suite
|
|
|
sun-java
|
backing out edburns's removal of necessary typedefs
|
2001-04-03 23:29:26 +00:00 |
themes
|
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
|
2001-06-09 01:32:19 +00:00 |
timer
|
|
|
tools
|
example configs
|
2001-06-04 22:26:20 +00:00 |
tripledb
|
|
|
uriloader
|
senna REQUIRES bustage
|
2001-06-06 14:11:11 +00:00 |
view
|
Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard
|
2001-05-25 15:00:51 +00:00 |
wallet
|
|
|
webshell
|
Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
|
2001-05-29 22:48:39 +00:00 |
webtools
|
Give a logical error message if no products are available to a user for bug entry (bug 84285).
|
2001-06-08 13:12:13 +00:00 |
widget
|
Fix bug #82697. Crash when typing at the end of the location bar for systems that have gtk compiled with G_DISABLE_CHECKS defined. Also gets rid of the annoying Gtk warnings about gdk_window_ref() failing. r=pavlov,sr=tor,a=asa
|
2001-06-09 14:33:05 +00:00 |
xpcom
|
#50203
|
2001-06-08 14:54:10 +00:00 |
xpfc
|
|
|
xpfe
|
Moving debug cache prefs to debug|networking pane (84805). r/sr=ben, a=asa
|
2001-06-09 09:54:50 +00:00 |
xpinstall
|
fixing bug 84331 - installer build process need not create .jars. a=dbragg,sr=mscott, a=drivers@mozilla.org. not part of tinderbox. would affect windows platforms only
|
2001-06-08 23:48:29 +00:00 |
.cvsignore
|
new project started
|
2001-04-03 22:13:38 +00:00 |
aclocal.m4
|
Update build to use nspr.m4.
|
2001-04-07 04:34:53 +00:00 |
allmakefiles.sh
|
bug 76050, add venkman and jsd makefiles. r=cls
|
2001-05-15 20:48:23 +00:00 |
client.mak
|
fix commented out lines for the next time we need to use them
|
2001-06-05 00:25:32 +00:00 |
client.mk
|
Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS.
|
2001-05-16 11:16:08 +00:00 |
configure
|
Automated update
|
2001-06-05 05:14:40 +00:00 |
configure.in
|
bug 61439: workaround X server bug so non-US users can enter email addresses
|
2001-06-05 05:07:19 +00:00 |
embed.mak
|
NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668
|
2001-02-23 12:54:24 +00:00 |
embed.mk
|
NOT PART OF BUILD. Updated Unix/Linux embedding makefile to work once more. Changed target modules for recent layout/content split. b=68668
|
2001-02-21 12:27:11 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
bug 76050, build js/jsd after xpidl. r=cls
|
2001-05-15 20:42:29 +00:00 |
makefile.win
|
security needs to be built after layout now due to idl issues
|
2001-05-02 05:03:41 +00:00 |
mozilla.kdevprj
|
new project started
|
2001-04-03 22:13:38 +00:00 |
mozilla.lsm
|
new project started
|
2001-04-03 22:13:38 +00:00 |
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|