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
Перейти к файлу
wtc%netscape.com b6e71514c6 Bugzilla bug 106771: support building on HP-UX 11.11. 2001-10-26 21:20:12 +00:00
README
accessible Bug 103903. Accessibility module must be ready for pres shell to disappear at any time, so it doesn't crash. r=jgaunt, sr=brendan 2001-10-12 21:05:31 +00:00
apache/gzip/src
build Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
caps Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:13:52 +00:00
cck Fix for bug 105735: CD Autorun option with existing Windows configuration 2001-10-24 01:56:16 +00:00
chrome Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:42:23 +00:00
cmd/xfe/src
config Add MOZ_POST_*_COMMAND back in hopes of fixing hpux orangeness. 2001-10-26 12:39:30 +00:00
content two more nsUnicharUtils.h stragglers, I think I got r=jag, sr=scc on these in a previous patch - again for bug 100214 2001-10-26 17:51:22 +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 103892: include <stdlib.h> rather than <malloc.h> for the 2001-10-24 14:33:28 +00:00
directory Bug 103084 and Bug 103085: Memory leaks in LDAP code. r=mitesh, sr=bienvenu. 2001-10-23 01:19:12 +00:00
docshell Fix for bug # 103978. Problems with back/forward at cnn.com, mainly due to expired subframes and clicking back/forward fast. r=adamlock sr=rpotts 2001-10-26 19:04:11 +00:00
dom Fixing bug 100944, making a.search and area.search settable for backwards compatibility. Patch by Fabian Guisset <hidday@geocities.com>, r=bzbarsky@mit.edu, sr=jst@netscape.com 2001-10-26 08:54:45 +00:00
editor Fixed lots of problems because getAttribute now returns null if no attribute, b=106822, r=bzbarsky, sr=kin 2001-10-26 18:51:37 +00:00
ef
embedding NOT PART OF BUILD. Make IE plugin dir lookup able to cope with trailing backslashes in the registry key. 2001-10-26 12:30:49 +00:00
expat
extensions Fix for bug 103883/106273. Bad JS broke theme switching. r=jag, sr=alecf 2001-10-26 18:03:49 +00:00
gc/boehm
gconfig
gfx fix bug 100868. implement the real GetTextDimension code in Mac GFX. r=pierre sr=sfraser 2001-10-26 20:54:09 +00:00
gfx2 new image code for windows. not part of build. bug 104999 2001-10-25 09:01:32 +00:00
grendel
htmlparser Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
include
intl attempt to fix static build bustage 2001-10-26 20:10:44 +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 checkin of build file for Darwin1.4.mk. It just includes Darwin1.3.mk. Because I happened to be fooling around with an OS X system. 2001-10-26 09:38:43 +00:00
js2 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
l10n
layout two more nsUnicharUtils.h stragglers, I think I got r=jag, sr=scc on these in a previous patch - again for bug 100214 2001-10-26 17:51:22 +00:00
lib
mailnews #72667, get custom quoted colors working again; obey the pref. 2001-10-26 19:25:19 +00:00
modules Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com 2001-10-26 00:09:22 +00:00
mozilla
msgsdk
mstone
netwerk Bug 101684 - Assertions on startup on Unix from resprotocolhandler's use of directories which don't always exist. r=dougt/sr=darin 2001-10-26 13:28:07 +00:00
nsprpub Bugzilla bug 106771: support building on HP-UX 11.11. The patch is from 2001-10-26 21:13:06 +00:00
nunet
parser Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
plugin/oji [Not part of build] Bumped versions to 1.0d3. 2001-10-24 19:02:51 +00:00
privacy
profile final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
rdf Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
security Bugzilla bug 106771: support building on HP-UX 11.11. 2001-10-26 21:20:12 +00:00
silentdl
string Bug 105904, bug 105971, bug 105889, bug 105906: NS_ConvertUTF8toUCS2 hangs / segfaults. r=dbaron, rs=scc 2001-10-26 04:42:57 +00:00
suite
sun-java
themes hack fix for #106674. the non ASCII character in hwaara's name was 2001-10-26 02:07:57 +00:00
timer
tools Adding --list-only option. Added Getopt library capability. r=akkana, sr=alecf 2001-10-22 23:32:11 +00:00
uriloader Workaround for RealPlayer abusing mime.types files and fix for broken 2001-10-25 14:26:07 +00:00
view Remove nsViewManager2.cpp for roc. b=73382 2001-10-25 03:52:07 +00:00
webshell Massive reorganization of configure options into logical groups. 2001-10-26 08:36:28 +00:00
webtools Bug 105879 - Footer links have an extra | by Sanity Check 2001-10-26 18:49:33 +00:00
widget Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-26 04:24:06 +00:00
xpcom Make it almost compile on MSVC++. Not part of the build. 2001-10-26 08:30:41 +00:00
xpfe Fix for bug # 103978. Problems with back/forward at cnn.com, mainly due to expired subframes and clicking back/forward fast. r=adamlock sr=rpotts 2001-10-26 19:04:11 +00:00
xpinstall 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
.cvsignore
LEGAL
LICENSE
Makefile.in temporarily fix bustage by moving intl earlier in the build cycle 2001-10-22 23:14:19 +00:00
aclocal.m4
allmakefiles.sh Fix xpcom standalone build 2001-10-24 00:12:06 +00:00
client.mak
client.mk Try to use mozilla as well as netscape to launch webconfig 2001-10-13 06:23:28 +00:00
configure Automated update 2001-10-26 20:43:13 +00:00
configure.in Save the value of AS as we need it later tests. 2001-10-26 20:29:02 +00:00
embed.mak
embed.mk
makefile.win move intl earlier in the build process so that static libs are available for bug 100214 2001-10-13 00:09:48 +00:00
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk