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
Перейти к файлу
bbaetz%cs.mcgill.ca d1f2414952 bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars
submenu to "show"
patch by gerv, r=hwaara, sr=alecf
2001-05-12 17:49:15 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
accessible Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
apache/gzip/src
build 72141 (Enable XSLT in default builds). r=nisheeth, sr=jst. 2001-05-11 08:43:45 +00:00
calendar
caps bug 79916 - was using | instead of &, causing a security hole. r=jband, sr=brendan. 2001-05-11 00:53:21 +00:00
cck 77602: User should not be forced to customize Start Menu (r=tao) 2001-05-03 23:37:48 +00:00
chrome Fix for blocker bug 62787; xulBindings.xml load was being cancelled when dismissing the profile picker. sr=hyatt, a=attinasi 2001-05-10 23:18:49 +00:00
cmd
config Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
content Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt 2001-05-12 17:40:12 +00:00
db fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer 2001-05-09 13:34:08 +00:00
dbm OS/2 TB break 2001-03-14 04:11:42 +00:00
directory Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
docshell Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
dom Fixing xpcdom regression bug 79737 that caused problems on bugzilla. HTMLFormElement's resolve hook wasn't implemented so form controls in a form weren't shadowing DOM properties on form elements. Also fixing problem with select[n] = new Object(). r=pollmann@netscape.com, sr=jband@netscape.com 2001-05-12 05:26:07 +00:00
editor Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
ef
embedding Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
expat Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst 2001-03-10 07:27:16 +00:00
extensions Fixing BeOS bustage, it doesn't like PI (PI -> PROC_INST). 2001-05-12 12:00:43 +00:00
gc/boehm [not part of build] "fixes" the stack during GC initialization, so later stack crawls won't crash. 2001-02-27 01:09:44 +00:00
gconfig
gfx Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
gfx2 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +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 fix 76689. r=harishd sr=blizzard 2001-05-11 14:39:17 +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 bug 77300, r=ftang, rs=bstell (see Brendan's comments in the bug report) 2001-05-12 03:48:43 +00:00
java Changes to remove jpav and mozilla extension directories. 2001-05-11 23:31:37 +00:00
jpeg Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
js Hi, Norris! 2001-05-12 13:15:39 +00:00
js2 Big switchover to Algol-style semantics 2001-04-12 04:33:39 +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 Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt 2001-05-12 17:40:12 +00:00
lib differences in the linker between MW and gcc cause us to use ifdefs to prune instead of dead-stripping. r=saari/sr=hyatt. bug# 75653. 2001-04-15 06:44:58 +00:00
mailnews #79955, Mail standalone's statusbar is too high. r=andreww, sr=hewitt 2001-05-12 15:38:02 +00:00
modules bug 47836, r=ftang, rs=bstell (see Brendan's comments in bug 77300) 2001-05-12 03:43:19 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone
netwerk Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES. 2001-05-12 12:29:38 +00:00
network/protocol/http
nsprpub Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:46:01 +00:00
nunet
parser fix 76689. r=harishd sr=blizzard 2001-05-11 14:39:17 +00:00
plugin/oji/MRJ Fix for bug #60018, ra=edburns, sr=brendan 2001-04-18 04:19:00 +00:00
privacy
profile bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
rdf Fix for blocker bug 62787; xulBindings.xml load was being cancelled when dismissing the profile picker. sr=hyatt, a=attinasi 2001-05-10 23:18:49 +00:00
security Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
silentdl
string bug #74726, partial fix, r=vidur, sr=jst: make |nsCommon[C]String| re-bindable; make constructors |explicit|; fix clients. bug #75169, r=jst, sr=waterson: fix string warnings on Windows; fix some typos 2001-05-11 08:41:21 +00:00
suite
sun-java backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
timer
tools fix for 80067 (assignment vs. equality typos). r=mkaply, mjudge, sr=jst 2001-05-11 05:36:00 +00:00
tripledb
uriloader Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
view Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
wallet
webshell Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi 2001-05-11 02:17:35 +00:00
webtools Fix for bug 38859: escape invalid email addresses for HTML before displaying to the user. 2001-05-11 18:02:38 +00:00
widget Fix for NT4 build hang 2001-05-12 03:49:51 +00:00
xpcom bug #74726, partial fix, r=vidur, sr=jst: make |nsCommon[C]String| re-bindable; make constructors |explicit|; fix clients. bug #75169, r=jst, sr=waterson: fix string warnings on Windows; fix some typos 2001-05-11 08:41:21 +00:00
xpfc
xpfe bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars 2001-05-12 17:49:15 +00:00
xpinstall Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
LEGAL
LICENSE
Makefile.in Make --enable-crypto work for non-NSS autoconf builds as well. Time to seriously start shaking out the bugs. 2001-05-10 03:00:37 +00:00
aclocal.m4 Update build to use nspr.m4. 2001-04-07 04:34:53 +00:00
allmakefiles.sh Make --enable-crypto work for non-NSS autoconf builds as well. Time to seriously start shaking out the bugs. 2001-05-10 03:00:37 +00:00
client.mak set MOZ_NSS_AUTOCONF to use the NSS_CLIENT_BRANCH (autoconf) 2001-05-05 10:00:02 +00:00
client.mk 76731: make -f client.mk the first time should only check out once. r=cls 2001-05-07 23:50:39 +00:00
configure Automated update 2001-05-12 09:59:49 +00:00
configure.in Enable Transformiix on Linux. Don't build on OS/2 for now until bug 53518 is fixed. 2001-05-12 09:54:16 +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
makefile.win security needs to be built after layout now due to idl issues 2001-05-02 05:03:41 +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