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
2001-06-22 10:54:23 +00:00
accessible Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
apache/gzip/src
build turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +00:00
calendar
caps 86019 - Change stack-walking code in caps to keep functions from inheriting privileges 2001-06-22 02:08:10 +00:00
cck Fix for bug 86505: Bookmark & Sidebar customization in CCK Tool not picked up 2001-06-22 02:19:34 +00:00
chrome fix build bustage due to merge conflict screwup 2001-06-22 05:08:34 +00:00
cmd
config Remove the final link lists at the beginning of each build to catch config & library name changes 2001-06-21 08:11:15 +00:00
content Bug 83394: Tabindex attribute not working properly in mfcembed app''. 2001-06-22 07:25:28 +00:00
db Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
dbm Bugzilla bug #72014: fixed DBM temporary file problems on OS/2. Thanks 2001-06-22 06:33:34 +00:00
directory Bug 77672, fix nsLDAPConnection leaking objects and threads. Patch=leif, 2001-06-22 01:09:20 +00:00
docshell Bug 83394: Tabindex attribute not working properly in mfcembed app''. 2001-06-22 07:25:28 +00:00
dom Fixing bug 74816. Adding a pref check to window.dump() that lets us control the output from dump() with a pref in release builds, the default for release builds is disable output, and in debug builds the output is always enabled. The boolean pref that controls this is 'browser.dom.window.dump.enabled'. r=pollmann@netscape.com, sr=ben@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org) 2001-06-22 10:54:23 +00:00
editor Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com. 2001-06-21 22:02:47 +00:00
ef
embedding Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com. 2001-06-21 22:02:47 +00:00
expat Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC. 2001-06-18 22:10:38 +00:00
extensions turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +00:00
gc/boehm Bugzilla Bug 84822 Boehm does not compile on Solaris 8 due to error in os_dep.c 2001-06-15 19:29:38 +00:00
gconfig
gfx Fix hpux bustage - trailing token after #endif 2001-06-22 07:41:03 +00:00
gfx2 Removes console output in opt builds from gfx, gfx2, gtk. 2001-06-22 01:35:39 +00:00
grendel Now have all bundle resources being properly copied, including icons and needed libraries. jrg... 2001-04-08 09:58:35 +00:00
htmlparser Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com 2001-06-21 02:06:23 +00:00
include For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av 2001-04-03 21:29:48 +00:00
intl Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
java *not part of the build* 2001-06-19 00:16:08 +00:00
jpeg Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
js Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
js2 Made parenthesized field names js2-only. Renamed language directives to pragmas and reworked their syntax as well as that of use and import directives. 2001-06-16 00:41:34 +00:00
l10n Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2001-05-02 04:45:21 +00:00
layout #81293 2001-06-22 09:56:05 +00:00
lib [Not part of build] Test for correct version of Mac OS. 2001-06-22 09:51:50 +00:00
mailnews Fix for bug 71247. Changed SetUnicharPref to SetCharPref for ldap url preference. 2001-06-22 06:20:05 +00:00
modules bug 61439, r=blizzard, rs=aflec, a=chofmann 2001-06-22 03:41:00 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone
netwerk Fixes bug 87118 "Trunk HTTPConnection crash [@ nsHttpConnectionInfo::Equals]" 2001-06-22 06:16:05 +00:00
network/protocol/http
nsprpub We no longer need to generate the .vms files on OpenVMS. 2001-06-21 01:24:44 +00:00
nunet
parser Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com 2001-06-21 02:06:23 +00:00
plugin/oji/MRJ Backing out changes to nsIPluginStreamListener2 fixed by bug 82415 r=dougt sr=attinasi a=dbaron 2001-05-31 01:23:02 +00:00
privacy
profile Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
rdf fix build bustage due to merge conflict screwup 2001-06-22 05:08:34 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
security Bugzilla bug #84251: turn NO_MDUPDATE into USE_MDUPDATE and turn off 2001-06-22 05:11:26 +00:00
silentdl
string Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
suite
sun-java backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes Space to right of security icon on win32/linux (70935, patch by andreww). r=blake sr=hewitt a=asa 2001-06-20 23:21:08 +00:00
timer
tools comment: bloat tests need --enable-logrefcnt --enable-perf-metrics for opt. builds 2001-06-19 21:57:07 +00:00
tripledb
uriloader Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com. 2001-06-21 22:02:47 +00:00
view Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
wallet
webshell Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
webtools Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out. 2001-06-21 15:03:11 +00:00
widget bug 61439, r=blizzard, rs=aflec, a=chofmann 2001-06-22 03:38:39 +00:00
xpcom senna bustage 2001-06-22 03:13:45 +00:00
xpfc
xpfe Fix blocker bug 87243 cause by my branch landing today. r=sr=a=me 2001-06-22 04:59:27 +00:00
xpinstall #86967: moved one level up to eliminate 'Installer Modules' directory. 2001-06-22 07:34:27 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
aclocal.m4 Update build to use nspr.m4. 2001-04-07 04:34:53 +00:00
allmakefiles.sh bug 76050, add venkman and jsd makefiles. r=cls 2001-05-15 20:48:23 +00:00
client.mak fix commented out lines for the next time we need to use them 2001-06-05 00:25:32 +00:00
client.mk Removing makefile.win until cvs server is upgraded 2001-06-20 20:24:22 +00:00
configure Automated update 2001-06-22 04:29:27 +00:00
configure.in turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +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 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
makefile.win Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +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