accessible
|
Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson
|
2001-10-03 00:18:48 +00:00 |
apache/gzip/src
|
|
|
build
|
Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
|
2001-10-07 23:08:11 +00:00 |
caps
|
Make CAPS correctly observe changes to capability.policy prefs. Needed
|
2001-10-02 21:56:51 +00:00 |
cck
|
Fix for bug 102811: CCK does not check for disk space while creating
|
2001-10-03 15:57:53 +00:00 |
chrome
|
more changes for #102037. use GetValueConst() instead of GetValue() where possible to avoid
|
2001-10-01 19:53:14 +00:00 |
cmd/xfe/src
|
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
|
2001-10-03 18:54:49 +00:00 |
config
|
Add $(INCLUDES) to $(host) rules to fix cross-compiling bustage.
|
2001-10-08 20:36:44 +00:00 |
content
|
Remove nsHTMLUtils.cpp from the project, bug 88155.
|
2001-10-08 23:44:21 +00:00 |
db
|
fix a bunch of mork memory leaks r=naving, sr=sspitzer 99111 21114 and others
|
2001-10-06 01:16:24 +00:00 |
dbm
|
Fixed the comment about the updateEOF member of HTAB. The update_EOF()
|
2001-10-08 23:19:33 +00:00 |
directory
|
Bug 102227: Crash in LDAP autocomplete addressing, r=dmose,sr=bienvenu,patch=leif
|
2001-10-06 01:19:14 +00:00 |
docshell
|
Fix removes const keyword from the out param of nsIWebShell::GetURL and fixes a memory leak in viewer when it calls this method. b=102413 r=jaggernaut@netscape.com sr=rpotts@netscape.com
|
2001-10-08 20:08:30 +00:00 |
dom
|
Clean up REQUIRES lines.
|
2001-10-07 10:35:41 +00:00 |
editor
|
Bug 103372. Add EXPORT_LIBRARY and MODULE_NAME decls. r=cls, sr=shaver
|
2001-10-08 04:02:30 +00:00 |
ef
|
|
|
embedding
|
Clean up REQUIRES lines.
|
2001-10-07 10:35:41 +00:00 |
expat
|
License changes Round 2. Expat. Updating licensing to be consistent with latest version of expat (MIT/X); relicensing NS-contributed code under expat's license (except the build system, which is tri-licensed.) Removing outdated licensing information and adding new COPYING file. This has been checked with James Clark. Bug 98089.
|
2001-09-29 00:10:42 +00:00 |
extensions
|
bug 102288, remove app-specific wording from dialog, r=valeski, sr=alecf
|
2001-10-08 20:31:59 +00:00 |
gc/boehm
|
Oops.
|
2001-09-20 00:02:59 +00:00 |
gconfig
|
|
|
gfx
|
Bug 102461: Workaround for bug 93771 causes hang in Xprint module, patch by gisburn, r=jag, sr=jst
|
2001-10-08 22:23:08 +00:00 |
gfx2
|
adding uuid r=me,biesi sr=waterson bug 77354
|
2001-09-29 14:05:14 +00:00 |
grendel
|
Checking in Brian Duff's ui mods (looks great!). --talisman
|
2001-06-23 19:23:33 +00:00 |
htmlparser
|
Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur.
|
2001-10-03 06:54:31 +00:00 |
include
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
intl
|
#if 0 out some other code which will be turned on later
|
2001-10-08 22:16:22 +00:00 |
java
|
*not part of the build*
|
2001-09-26 01:52:11 +00:00 |
jpeg
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
js
|
fix bug 103259. Avoid crasher by correctly marking sharedscriptable object so that JSClasses don't get collected prematurely even when wrapper is 'stillborn' and not reflected into JS. r=dbradley sr=vidur.
|
2001-10-08 19:56:25 +00:00 |
js2
|
Added enumerable handling, === operator. Fixed try/catch across interpreter
|
2001-10-08 23:57:01 +00:00 |
l10n
|
fixes bug 95768 "about: services should be converted to XHTML 1.1"
|
2001-09-27 01:42:06 +00:00 |
layout
|
Fix for bug #103431, r=peterl, sr=sfraser.
|
2001-10-08 22:58:59 +00:00 |
lib
|
New project for OS X specific interfaces. Part of fix for 97676. r=ccarlen,sr=sfraser
|
2001-10-01 06:31:37 +00:00 |
mailnews
|
fix 10K leak when filtering multiple pop message r=naving, sr=sspitzer 103614
|
2001-10-08 22:26:02 +00:00 |
modules
|
Fix for topcrash on UNIX where the ProxyJNI is broken with the JRE after a plugins.refresh(). bug 86591 r=av sr=attinasi
|
2001-10-08 23:00:58 +00:00 |
mozilla
|
new project started
|
2001-04-03 22:13:38 +00:00 |
msgsdk
|
|
|
mstone
|
Fix OS_ARCH detection for IRIX64.
|
2001-07-20 00:26:49 +00:00 |
netwerk
|
fixes 89097. Adds pref observer to IOService. r=me, sr=darin, patch submitted by tingley@sundell.net
|
2001-10-08 22:27:14 +00:00 |
nsprpub
|
Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
|
2001-10-07 23:08:41 +00:00 |
nunet
|
|
|
parser
|
Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur.
|
2001-10-03 06:54:31 +00:00 |
plugin/oji
|
[not part of build] added virtual destructor to NativeMessage.
|
2001-10-05 23:45:21 +00:00 |
privacy
|
|
|
profile
|
Clean up REQUIRES lines.
|
2001-10-07 10:35:41 +00:00 |
rdf
|
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
|
2001-10-03 18:54:49 +00:00 |
README
|
Adding newline, testing
|
2000-12-14 15:53:14 +00:00 |
security
|
make this module buildable using NSS 3.x headers; some cleanup
|
2001-10-08 20:19:30 +00:00 |
silentdl
|
|
|
string
|
Okay, we need |typename| for HP-UX. Adding.
|
2001-10-02 11:15:45 +00:00 |
suite
|
|
|
sun-java
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
themes
|
103165 r=pink sr=fraser personal toolbar buttons turn dark grey on click in mac classic
|
2001-10-08 22:08:23 +00:00 |
timer
|
|
|
tools
|
Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not
|
2001-10-06 10:03:46 +00:00 |
uriloader
|
Updating fix for #103612 from v1.14 after comments from pinkerton & sfraser. r=pinkerton,sr=sfraser
|
2001-10-08 20:20:57 +00:00 |
view
|
Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson
|
2001-10-03 00:18:48 +00:00 |
webshell
|
Fix removes const keyword from the out param of nsIWebShell::GetURL and fixes a memory leak in viewer when it calls this method. b=102413 r=jaggernaut@netscape.com sr=rpotts@netscape.com
|
2001-10-08 20:08:30 +00:00 |
webtools
|
*** empty log message ***
|
2001-10-08 20:36:41 +00:00 |
widget
|
r=sdagley/sr=sfraser/a=asa bug#102204
|
2001-10-05 14:16:51 +00:00 |
xpcom
|
Fix leak of string. b=102996 r=jag sr=bienvenu
|
2001-10-08 21:10:20 +00:00 |
xpfe
|
Backing out changes to commonDialog.xul. That checkin was unintentional.
|
2001-10-08 23:50:29 +00:00 |
xpinstall
|
bug 103025, update version string for windows installers. code from kysmith, r=leaf
|
2001-10-08 22:47:53 +00:00 |
.cvsignore
|
new project started
|
2001-04-03 22:13:38 +00:00 |
aclocal.m4
|
Add basic infastructure for gtk2 work. Bug #92034. r=cls
|
2001-07-24 23:30:00 +00:00 |
allmakefiles.sh
|
Removing cruft from allmakefiles.sh to stop configure from generating directories that have been cvs removed.
|
2001-10-06 22:26:35 +00:00 |
client.mak
|
Create build_all_dep target to avoid doing the export phase twice
|
2001-09-30 00:13:35 +00:00 |
client.mk
|
Track our dependencies properly by exporting before checking dependencies
|
2001-09-28 00:36:07 +00:00 |
configure
|
Automated update
|
2001-10-06 20:13:25 +00:00 |
configure.in
|
Change --enable-modules to --enable-standalone-modules to make it more descript.
|
2001-10-06 20:01:12 +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
|
Create active header list for each module during the export phase.
|
2001-09-12 06:42:26 +00:00 |
makefile.win
|
bug 97944, sr=shaver, r=cls,peterv, build venkman by default
|
2001-09-30 05:57:50 +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
|
|
|