Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
peterv%netscape.com 26c9d6edb3 This, completely closes bug 107795.
r=heikki, sr=vidur, sr=jband, a=shaver.

This eliminates the MOZ_SOAP defining and checking from the makefiles, from one .cpp file for conditional compiles, and from .html documentation and tests (.html is only significant to human readers).

This enables SOAP in the default build, and has been tested on all clean builds.
2002-02-21 23:16:49 +00:00
accessible this would break too 2002-02-18 08:48:29 +00:00
apache/gzip/src
build This, completely closes bug 107795. 2002-02-21 23:16:49 +00:00
calendar Don't worry about the auto-generated Makefile's 2002-02-13 20:20:18 +00:00
caps Fixing bug 111529. Optimizing out unnecessary QI calls from nsScriptSecurityManager::GetObjectPrincipal() and doing some other minor cleanups and speedups. r=nisheeth@netscape.com, sr=jband@netscape.com 2002-02-20 05:51:05 +00:00
cck Undoing portion of the last change 2002-02-20 23:45:34 +00:00
chrome 120838 - fix most of the 'theme switching doesn't work from prefs' bugs. r=ben sr=hewitt 2002-02-18 22:58:54 +00:00
cmd/xfe/src
config fix for infinitely looping windows gmake depend builds, code from cls, r=leaf, a=roc 2002-02-21 00:15:10 +00:00
content Bug 959: add support for accesskeys to XUL. r=hewitt, r=attinasi for changes to layout/html, sr=hyatt, a=asa 2002-02-21 13:39:39 +00:00
db backout most recent mork changes to fix build bustage 2002-02-17 03:11:14 +00:00
dbm Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility. 2002-01-16 05:10:09 +00:00
directory Fixes 126881. LDAP DataSource Component fails to load because Components.interfaces.nsIComponenRegistrar is misspelled. r=stephend@netscape.com a=dbaron 2002-02-21 04:30:54 +00:00
docshell Bug 110760 - directory listings shouldn't reuly on libappcomps. 2002-02-20 02:14:17 +00:00
dom Bug 93649, document.plugins should map to document.embeds for NS4 2002-02-21 12:21:15 +00:00
editor fixes blocker 126558; r=brade,jrancis, sr=alecf, a=rods; 2002-02-21 20:50:35 +00:00
ef Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
embedding Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott 2002-02-20 07:57:33 +00:00
expat Crasher - Expat parser's XML_ParseBuffer wasn't aware of the BLOCKING mechansim and hence failed to update the buffer position ( bufferPtr ). The fix would update bufferPtr such that when the expat parser gets upblocked we'd resume from the point we stopped. b=123475, r=rbs@maths.uq.edu.au, sr=jst 2002-02-19 02:01:18 +00:00
extensions This, with the one-liner Peter checks in, completely closes bug 107795. 2002-02-21 23:15:08 +00:00
gc/boehm Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
gconfig Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
gfx Bug 125025: Offscreen animations use lots of CPU. This is the DrawToImage 2002-02-21 01:52:38 +00:00
gfx2 Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst. 2002-02-08 22:59:53 +00:00
grendel Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg 2002-02-12 06:22:41 +00:00
htmlparser Regression - Make EXPECTED TAG error message localizable. b=126452, r=harishd, sr=jst. ** Patch provided by heikki@netscape.com ** 2002-02-20 03:16:14 +00:00
include Moved npapi.h & npupp.h to modules/plugin/base/public. Removing old copies 2002-02-20 06:41:42 +00:00
intl fix for #126677. dates not showing up in thread pane 2002-02-20 18:24:47 +00:00
java bug: 119680 2002-01-14 18:04:48 +00:00
jpeg Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility. 2002-01-16 05:10:09 +00:00
js Fix bug 126722 2002-02-21 15:53:50 +00:00
js2 Added regexp path. 2002-02-21 18:21:38 +00:00
l10n Change the default time bomb url to http://mozilla.org/time-bomb.html bug 126348 r=blake, sr=shaver 2002-02-19 05:50:17 +00:00
layout Get rid of assertion at startup. This block shouldn't have been moved by my checkin for bug 959. 2002-02-21 17:57:25 +00:00
lib Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
mailnews checking in navings fix for regression bug #126874. search comes up with empty 2002-02-21 03:57:35 +00:00
modules bug 124117 r=pavlov sr=tor a=shaver 2002-02-21 14:08:25 +00:00
mozilla
msgsdk Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
mstone
netwerk Fixing bustage. Don't listen to strdup folks. There should be fear of invoking the wrath of the Mac! 2002-02-21 03:29:59 +00:00
nsprpub Fix for bug 121951 -- make PR_Poll on Mac work with layered file descriptors. r=wtc, r=gordon 2002-02-19 01:43:15 +00:00
nunet
other-licenses Fix "static" build support for win32 gmake builds. 2002-01-25 03:20:51 +00:00
parser Regression - Make EXPECTED TAG error message localizable. b=126452, r=harishd, sr=jst. ** Patch provided by heikki@netscape.com ** 2002-02-20 03:16:14 +00:00
plugin/oji [not part of build] bumped version to 1.0d8. 2002-02-19 22:24:34 +00:00
privacy
profile fix for #124430. hide sidebar in addressbook by default. r/sr=bienvenu, a=bnesse 2002-02-19 21:20:30 +00:00
rdf eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
README Testing cvs upgrade 2001-12-01 04:34:21 +00:00
security bug 125359, by default the ASN.1 en/decoder should treat all numbers as signed. But many source/target items desire unsigned integers (specifically, bignums in the crypto stuff), so implement an siUnsignedInteger type which notifies the en/decoder to handle the conversion. 2002-02-21 22:41:44 +00:00
silentdl
string eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
suite
sun-java Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
themes bug 115673 - mail/news icons - doing this over again. r=andreww/sr=hewitt/a=brendan 2002-02-20 22:40:14 +00:00
timer
tools first version 2002-02-21 22:24:18 +00:00
uriloader Bug 27609; change exthandler to use new progress dialog and properly report i/o errors; r=bzbarsky, sr=mscott 2002-02-20 08:00:29 +00:00
view Bug 91516. FIXING BUSTAGE AGAIN 2002-02-19 23:19:11 +00:00
webshell Link xpcom after unicharutil so that symbols are resolved in the proper order on Irix. 2002-02-20 06:06:54 +00:00
webtools more edit room for sheriff, status 2002-02-21 07:02:09 +00:00
widget fix scrollwheel issues. make sure we reset origin before calling GlobalToLocal() and xlate local mouse coord into widget-relative coords for gecko. r=bryner/sr=sfraser/a=shaver. bug#125570 2002-02-21 23:09:13 +00:00
xpcom Fix for Bug#69707 2002-02-21 03:33:42 +00:00
xpfe Download manager. Not part of build. 2002-02-21 22:59:21 +00:00
xpinstall Fix for smoketest blocker bug 126687; adding new progress dialog component to package lists 2002-02-20 21:12:37 +00:00
.cvsignore
aclocal.m4 bug 116148, include freetype2.m4 for testing for FreeType2 2002-01-09 14:35:21 +00:00
allmakefiles.sh Bug 27609; last piece of build puzzle for new progress dialog; r=bryner, sr=jag 2002-02-20 07:50:02 +00:00
client.mak b=116334 NSS 3.4 landing 2002-02-06 13:31:07 +00:00
client.mk b=116334 NSS 3.4 landing 2002-02-06 13:31:07 +00:00
configure Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles. 2002-02-20 07:08:02 +00:00
configure.in Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles. 2002-02-20 07:08:02 +00:00
embed.mak removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
embed.mk removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
LEGAL
LICENSE
Makefile.in Bugzilla bug 124952: removed the "depend->clean" hack for NSS 3.4 landing. 2002-02-19 15:03:07 +00:00
makefile.win Adds readme and license file to install. (Bug #Bug #15901). 2002-01-25 05:42:47 +00:00
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt Placeholder readme file. 2002-01-25 05:39:27 +00:00
trex.mak
trex.mk

======================================================

                  Mozilla Read Me

======================================================

This is a placeholder file which should be replaced with readme information
for each release.