README
|
Testing cvs upgrade
|
2001-12-01 04:34:21 +00:00 |
accessible
|
Fixing bustage on linux
|
2001-11-30 23:51:06 +00:00 |
apache/gzip/src
|
…
|
|
build
|
Revert to using standard config.sub & config.guess entries for OS/2.
|
2001-12-01 18:54:36 +00:00 |
calendar
|
Adding file with -kb
|
2001-11-29 15:43:09 +00:00 |
caps
|
Bug 109113 - misplaced #ifdef DEBUG caused fix not to work in opt builds.
|
2001-11-27 00:29:20 +00:00 |
cck
|
Fix for bugzilla 106305: CCK Wizard doesn't check disk space for Linux
|
2001-11-29 22:49:44 +00:00 |
chrome
|
*shrug* moving from profile-do-change to profile-after-change per conrad's suggestion - this seems to fix the blocker for me, what's the worst that could happen? :)
|
2001-11-28 23:40:45 +00:00 |
cmd/xfe/src
|
…
|
|
config
|
Since jobserver feature of gmake causes dependency targets to be processed in parallel, we need to invoke $(MAKE) for each of the phases that we want to build from a meta target (like all:: & alldep::).
|
2001-11-30 22:53:10 +00:00 |
content
|
Various cleanup and commenting in nsRuleNode and nsStyleContext. A few minor performance tweaks to nsRuleNode::WalkRuleTree. Fix correctness / crash errors that were caused by not setting the parent struct in the Compute*Data functions for inherited structs. b=111815 r=hewitt sr=hyatt
|
2001-12-02 00:44:45 +00:00 |
db
|
fix for assertion that would be caused by my next checkin, checking in for bienvenu, r=alecf, sr=sspitzer bug 111333
|
2001-11-27 05:16:35 +00:00 |
dbm
|
Bugzilla bug 111287: checked in a patch from Dave Inglis <dinglis@qnx.com>
|
2001-11-27 01:06:33 +00:00 |
directory
|
96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt
|
2001-11-21 11:00:22 +00:00 |
docshell
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
dom
|
Fixing bug 113008. Marking nsIDOMNodeFilter as a 'function' so that JS functions can be passed as nsIDOMNodeFilters. r=dbaron@fas.harvard.edu, sr=jband@netscape.com
|
2001-12-01 09:24:36 +00:00 |
editor
|
91388: fix some link checker regressions (debug menu only), track change in backend apis. r=brade,cmanske sr=kin
|
2001-12-01 00:44:30 +00:00 |
ef
|
…
|
|
embedding
|
Better handling of progress indicator. [not part of build]
|
2001-12-01 01:20:46 +00:00 |
expat
|
Rename 'install' build phase to 'libs'.
|
2001-11-21 09:49:41 +00:00 |
extensions
|
Make DOM inspector scroll to elements before flashing them. Bug 112817,
|
2001-12-02 00:25:36 +00:00 |
gc/boehm
|
Rename 'install' build phase to 'libs'.
|
2001-11-21 09:49:41 +00:00 |
gconfig
|
…
|
|
gfx
|
#112359
|
2001-11-30 22:43:52 +00:00 |
gfx2
|
new image code for windows. not part of build. bug 104999
|
2001-10-25 09:01:32 +00:00 |
grendel
|
…
|
|
htmlparser
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
include
|
Removing dead file, not part of the build. r=jag.
|
2001-11-17 05:45:35 +00:00 |
intl
|
add nsConverterInputStream to factory now that all 3 platforms are updated
|
2001-11-30 22:58:36 +00:00 |
java
|
Bugzilla Bug 107823 change nsIFile
|
2001-11-26 08:05:05 +00:00 |
jpeg
|
…
|
|
js
|
Added more cases to test; updated the license at top.
|
2001-12-01 03:29:24 +00:00 |
js2
|
Recent ECMA grammar changes: deleted the x.class operator and prohibited super from being a direct operand of the delete operator.
|
2001-12-01 03:31:46 +00:00 |
l10n
|
Rename 'install' build phase to 'libs'.
|
2001-11-21 09:49:41 +00:00 |
layout
|
Forgot this file as part of 113082. (pre-emptively fixing bustage)
|
2001-12-02 00:46:56 +00:00 |
lib
|
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
|
2001-11-03 03:29:05 +00:00 |
mailnews
|
Attempt to fix the Mac bustage.
|
2001-12-01 18:28:15 +00:00 |
modules
|
Preparing pluign SDK for becoming a part of the build (it is not yet).
|
2001-12-02 00:14:05 +00:00 |
mozilla
|
…
|
|
msgsdk
|
…
|
|
mstone
|
…
|
|
netwerk
|
build TestPerf on linux
|
2001-11-30 01:01:23 +00:00 |
nsprpub
|
Use -no-cpp-precomp instead of -traditional-cpp for darwin
|
2001-11-14 04:01:43 +00:00 |
nunet
|
…
|
|
other-licenses
|
install:: -> libs::
|
2001-11-28 00:06:08 +00:00 |
parser
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
plugin/oji
|
[not part of build] Use templates for releasing misc. CF references.
|
2001-11-16 23:33:33 +00:00 |
privacy
|
…
|
|
profile
|
#disable debug message in optimized build
|
2001-11-30 00:36:56 +00:00 |
rdf
|
*shrug* moving from profile-do-change to profile-after-change per conrad's suggestion - this seems to fix the blocker for me, what's the worst that could happen? :)
|
2001-11-28 23:40:45 +00:00 |
security
|
1) restore the const to PK11_Configure().
|
2001-11-30 23:32:30 +00:00 |
silentdl
|
…
|
|
string
|
move UTF8traits to the public realm for later consumption
|
2001-11-29 02:53:48 +00:00 |
suite
|
…
|
|
sun-java
|
…
|
|
themes
|
Fix bug #108809. r=ben sr=hyatt
|
2001-12-01 07:23:21 +00:00 |
timer
|
…
|
|
tools
|
comment hints for mail test
|
2001-12-01 06:01:33 +00:00 |
uriloader
|
Add unicharutil_s to LLIBS to make Win link correctly.
|
2001-11-30 05:35:37 +00:00 |
view
|
Bug 73382. Clean up view manager interfaces, 2nd attempt. r=kmcclusk,rs=attinasi
|
2001-12-01 14:31:45 +00:00 |
webshell
|
Bug 73382. Clean up view manager interfaces, 2nd attempt. r=kmcclusk,rs=attinasi
|
2001-12-01 14:31:45 +00:00 |
webtools
|
Fixed a bug in the main run loop whereby the objects array wasn't freed until shutdown, which sometimes meant objects got destroyed after the application, which is bad when the objects use the application to find services, etc. (This doesn't happen with services since services are not allowed to store references to the application, either directly or indirectly through references to objects or service instances.) Fixed the logout code to wait until the user tries to do something that requires login before clearing the logging out flag. This fixes a bug with HTTP whereby if a user logged out then his UA wouldn't ever be sent a 401 so wouldn't ever lose the authentication info, because browsers send the authentication info regardless of whether a page needs it or not. Also took the opportunity to remove a potential bug in the input validator code: store the admin message instead of a reference to the user object which might end up with a lifetime longer than expected.
|
2001-12-01 04:37:26 +00:00 |
widget
|
#110927
|
2001-11-30 23:29:29 +00:00 |
xpcom
|
Fix typo. Not part of default build.
|
2001-11-30 22:03:28 +00:00 |
xpfe
|
nsBookmarksService.h now depends on nkcache. Fixing bustage. b=108809
|
2001-12-01 08:34:11 +00:00 |
xpinstall
|
Bug #112724 --> reduce the duplicate copies of messenger's contents.rdf
|
2001-12-01 00:01:02 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
#112243
|
2001-11-29 11:42:59 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
b=75947 Landing security startup performance improvement and related issues.
|
2001-11-29 23:36:34 +00:00 |
client.mak
|
Rename 'install' build phase to 'libs'.
|
2001-11-21 09:49:41 +00:00 |
client.mk
|
Remove mozilla/security/makefile.win from PSM pull as it's still breaking things.
|
2001-12-01 04:50:26 +00:00 |
configure
|
Automated update
|
2001-12-01 22:27:51 +00:00 |
configure.in
|
Set -DFUNCPROTO=15 when compiling against X so that the X headers use the fully qualified ANSI-C prototypes.
|
2001-12-01 22:15:20 +00:00 |
embed.mak
|
…
|
|
embed.mk
|
…
|
|
makefile.win
|
Rename 'install' build phase to 'libs'.
|
2001-11-21 09:49:41 +00:00 |
mozilla.kdevprj
|
…
|
|
mozilla.lsm
|
…
|
|
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|