README
|
…
|
|
accessible
|
win32 REQUIRES cleanup
|
2001-11-15 03:49:13 +00:00 |
apache/gzip/src
|
…
|
|
build
|
Checkpointing changes. Not part of the build.
|
2001-11-15 07:27:22 +00:00 |
calendar
|
Add overlays to add calendar to the Tasks menu
|
2001-11-17 03:49:05 +00:00 |
caps
|
Fixing mac debug bustage. Patch suggested by jst, sr=jst.
|
2001-11-16 10:50:33 +00:00 |
cck
|
Fix for bug 96732: Hide DOS windows when building installer (r=tao)
|
2001-11-14 19:05:48 +00:00 |
chrome
|
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
|
2001-11-06 10:04:05 +00:00 |
cmd/xfe/src
|
…
|
|
config
|
Oops. Only bump the opt level for gcc.
|
2001-11-16 17:41:48 +00:00 |
content
|
more changes to make xmldoc.createElementNS() create the correct type of element (and fix tinderbox mac bustage)
|
2001-11-17 06:18:04 +00:00 |
db
|
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
|
2001-10-25 03:21:53 +00:00 |
dbm
|
Bugzilla bug 104645: Fixed compiler warnings. Improved compiler warning
|
2001-11-14 01:31:11 +00:00 |
directory
|
Fix for bug 83360 (improve LDAP datasource usefulness with XUL templates). r=dmose. Not part of the build.
|
2001-11-16 14:46:13 +00:00 |
docshell
|
plug leak of docshell. bug 110410 code=dbaron r=jst,me
|
2001-11-17 05:19:10 +00:00 |
dom
|
reenable lazy instantiation of mDocument from rev 1.459 now that the leak has been plugged. r=jst,rpotts
|
2001-11-17 05:22:05 +00:00 |
editor
|
ForceCompositionEnd when focus is lost (Blur); bug #81356; patch from Masaki Katakai (katakai@japan.sun.com); r=brade/ftang; sr=sfraser
|
2001-11-16 15:04:17 +00:00 |
ef
|
…
|
|
embedding
|
turn the embedding tests on for MOZILLA_OFFICIAL builds, bug 110341, r=cls
|
2001-11-17 02:34:52 +00:00 |
expat
|
…
|
|
extensions
|
bug 104894, parsing p3p compact policies, r=harishd, sr=alecf
|
2001-11-16 15:05:53 +00:00 |
gc/boehm
|
…
|
|
gconfig
|
…
|
|
gfx
|
Fix crasher bug 110174 by extending the substitute fallback font to be a bitmap font or to be a global font. r=shanjian, sr=attinasi
|
2001-11-17 02:43:30 +00:00 |
gfx2
|
new image code for windows. not part of build. bug 104999
|
2001-10-25 09:01:32 +00:00 |
grendel
|
…
|
|
htmlparser
|
Make SetInnerHTML use the right parser mode (ie strict for strict
|
2001-11-16 04:48:30 +00:00 |
include
|
Removing dead file, not part of the build. r=jag.
|
2001-11-17 05:45:35 +00:00 |
intl
|
Clean up REQUIRES lines. r/sr=alecf
|
2001-11-16 01:54:59 +00:00 |
java
|
Remove IsUnicode() check on nsString. nsString is always unicode (these days), so replacing this if/then/else with the then part. r=dbaron, rs=scc
|
2001-10-14 04:37:37 +00:00 |
jpeg
|
…
|
|
js
|
Initial add. Regression test for bug 110286.
|
2001-11-17 03:20:45 +00:00 |
js2
|
Added Function.call/apply. Fixed bug in exception handling clean-up of
|
2001-11-06 19:45:04 +00:00 |
l10n
|
…
|
|
layout
|
bug 110417 - no need to special-case the viewsource protocol anymore since security now knows about it. r=bzbasrky sr=jst
|
2001-11-17 02:36:05 +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
|
[sspitzer checking in as varada]
|
2001-11-16 20:51:54 +00:00 |
modules
|
Bump version to 0.9.6+. Bug 110229, patch from Doron Rosenberg
|
2001-11-17 02:15:52 +00:00 |
mozilla
|
…
|
|
msgsdk
|
…
|
|
mstone
|
…
|
|
netwerk
|
Fixing bug 109182. Don't allocate a string buffer every time NS_NewURI(nsIURI**, const nsAReadableString&) is called. r=dbaron@fas.harvard.edu, sr=darin@netscape.com
|
2001-11-16 08:23:28 +00:00 |
nsprpub
|
Use -no-cpp-precomp instead of -traditional-cpp for darwin
|
2001-11-14 04:01:43 +00:00 |
nunet
|
…
|
|
other-licenses
|
Add text mentioning that this applies to gnome.org cvs.
|
2001-11-17 03:23:53 +00:00 |
parser
|
Make SetInnerHTML use the right parser mode (ie strict for strict
|
2001-11-16 04:48:30 +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
|
win32 REQUIRES cleanup
|
2001-11-15 03:49:13 +00:00 |
rdf
|
Clean up REQUIRES lines. r/sr=alecf
|
2001-11-16 01:54:59 +00:00 |
security
|
We can use cp on Windows. cp is a built-in command of shmsdos.exe and is
|
2001-11-17 06:40:03 +00:00 |
silentdl
|
…
|
|
string
|
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
|
2001-11-14 12:35:52 +00:00 |
suite
|
…
|
|
sun-java
|
…
|
|
themes
|
mouse pointer should be normal pointer, not hand, over throbber. Bug
|
2001-11-16 02:14:22 +00:00 |
timer
|
…
|
|
tools
|
Settings::BloatStats is old, retiring. use Settings::BloatTest instead.
|
2001-11-17 10:35:32 +00:00 |
uriloader
|
Look in our predefined extension/type list for common extensions like
|
2001-11-17 02:13:33 +00:00 |
view
|
Fix for bug 108940. r=kmcclusk,sr=attinasi. Initialize nsZPlaceholderView correctly.
|
2001-11-08 23:11:01 +00:00 |
webshell
|
GetInterface can now return an nsIDOMWindow (to its 'main content', or browser window, as expected for implementations of nsIWebBrowserChrome. bug 88229 r=jst,rpotts
|
2001-11-16 02:14:04 +00:00 |
webtools
|
Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, not natural size and doesn't include a maxlength attribute.
|
2001-11-17 10:29:55 +00:00 |
widget
|
Fix Mach-O/BeOS/OS/2 REQUIRES bustage.
|
2001-11-16 03:47:07 +00:00 |
xpcom
|
Bug 103384 - Move unicode conversion out of nsLocalFileCommon.cpp r=dougt/sr=alecf
|
2001-11-16 14:54:38 +00:00 |
xpfe
|
backing out last change, which seems, on fifteenth approach, to fix smoketest blocker bug 110494 r=jst
|
2001-11-17 01:51:22 +00:00 |
xpinstall
|
fixing bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page. r=curt sr=dveditz
|
2001-11-17 06:21:11 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
Add concept of tiers (module groups) to toplevel Makefile.
|
2001-11-16 07:40:42 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
Generate staticmod makefile when building meta components too.
|
2001-11-14 03:50:32 +00:00 |
client.mak
|
Update standalone xpconnect to handle js/xpconnect split.
|
2001-11-14 04:54:14 +00:00 |
client.mk
|
With the new tier system for the toplevel makefile, there's no need to build each stage individually from client.mk.
|
2001-11-17 03:56:53 +00:00 |
configure
|
Automated update
|
2001-11-16 07:43:32 +00:00 |
configure.in
|
Allow modules to override *default* optimization levels by setting MODULE_OPTIMIZE_FLAGS
|
2001-11-16 07:42:48 +00:00 |
embed.mak
|
…
|
|
embed.mk
|
…
|
|
makefile.win
|
Build libmozjs during the install phase.
|
2001-11-14 04:52:55 +00:00 |
mozilla.kdevprj
|
…
|
|
mozilla.lsm
|
…
|
|
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|