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
Перейти к файлу
hyatt%netscape.com 6c393ae2f4 Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa 2001-06-04 00:22:43 +00:00
README
accessible One line regression fix for bug 79900. the fix for 80505 caused this. 2001-05-23 02:55:37 +00:00
apache/gzip/src
build Add build options for all the extensions. This ensures that restarting a build after extensions builds the jar files for the extensions. r=sfraser. 2001-05-18 13:28:22 +00:00
calendar
caps bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
cck Bug 77445:CCK product name/version to conform with that of client (r=bobj) 2001-05-21 22:00:16 +00:00
chrome bug 76512 r=pchen sr=hyatt 2001-05-17 02:31:28 +00:00
cmd
config Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|. 2001-05-22 07:52:30 +00:00
content Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa. 2001-06-03 05:54:20 +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
directory fixing bustage 2001-05-23 04:19:39 +00:00
docshell bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
dom Fixing crasher bug 73331. When cleaning up incorrect content in the HTML content sink we ended up creating frames for content that was about to be taken out of the document shortly after only to be inserted into the document again at a different place, this caused frame construction to happen for the new content that was about to be moved. So we created frames for no good reason and the frames we created got distroyed immediately after they've been created. The frame construction left old frames around that held on to anonymous content that was partly torn down and didn't have a valid document pointer, this caused a crash later on in the style resolution code. r=harishd@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org). 2001-05-30 02:25:52 +00:00
editor add id for print menu so PrintPlus can attach to it. r=kerz, sr=smfr, a=selmer. bugscape 4748. 2001-06-01 23:40:40 +00:00
ef
embedding Fix bug #83722. Crash when loading an <img> tag from a stream. r=valeski,sr=to 2001-06-03 02:02:16 +00:00
expat
extensions [NOT PART OF BUILD] 2001-06-03 04:30:11 +00:00
gc/boehm
gconfig
gfx Bugzilla Bug 77210 Images don't show up in documents printed via Xprint 2001-06-03 23:20:40 +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
htmlparser Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +00:00
include
intl bug 76238, r=ftang, rs=bstell 2001-05-23 02:09:33 +00:00
java *not part of the build* 2001-06-03 23:25:29 +00:00
jpeg
js Intial add. Regression test for bug 83532. 2001-06-01 23:56:58 +00:00
js2
l10n
layout Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa 2001-06-04 00:22:43 +00:00
lib exports for instrumentation stub library. *not part of build* Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib. 2001-06-02 00:04:07 +00:00
mailnews the fix for #79528 caused a regression (unable to delete filters). 2001-06-02 18:05:59 +00:00
modules New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
mozilla
msgsdk
mstone
netwerk fix for #79371; crash or app failure when Proxy type = PAC, sr=darin; r=gagan; a=asa 2001-05-31 01:56:21 +00:00
network/protocol/http
nsprpub Bugzilla bug #83845: the IPv6-to-IPv4 getpeername method was invoking 2001-06-03 04:18:40 +00:00
nunet
parser Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +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 #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
rdf Bug 80589. Ensure that NS_NewLocalStore() will not return success unless it actually returns a component. r=alecf, sr=hyatt, a=asa. 2001-05-25 15:58:09 +00:00
security The rule for creating nslib.c does not need to be a double-colon rule. 2001-06-03 05:36:28 +00:00
silentdl
string bug #75164: sr={brendan, sfraser}. Adding the generators |nsSubstituteC?String|, which will replace |ReplaceSubstring|. Also fixing a declaration in "nsAStringGenerator.h". 2001-05-23 06:49:51 +00:00
suite
sun-java
themes - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing 2001-06-03 05:14:35 +00:00
timer
tools Adding 586 case 2001-05-19 07:20:26 +00:00
tripledb
uriloader bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly... 2001-05-29 22:10:50 +00:00
view Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard 2001-05-25 15:00:51 +00:00
wallet
webshell Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the 2001-05-29 22:48:39 +00:00
webtools Stub implementation of a COSES editor component, plus added 'component.nameOfComponent' to the list of services provided by the other two components 2001-06-03 23:06:09 +00:00
widget keep menu id's in sync between menu and menubar. bug 83187, r=saari/sr=smfr/a=asa. 2001-06-01 23:39:27 +00:00
xpcom Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=80383 2001-06-02 00:06:44 +00:00
xpfc
xpfe last patch was a=tor, btw 2001-06-03 23:27:43 +00:00
xpinstall Fix for 81523 and 81515. Checking in for ssu, see details in the bug reports. 2001-06-03 01:02:14 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in bug 76050, build js/jsd after xpidl. r=cls 2001-05-15 20:42:29 +00:00
aclocal.m4
allmakefiles.sh bug 76050, add venkman and jsd makefiles. r=cls 2001-05-15 20:48:23 +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 Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS. 2001-05-16 11:16:08 +00:00
configure Do not set MOZ_DEBUG_FLAGS to -g when building on irix with gcc 2.95.x as it causes an internal compiler error in some files. 2001-05-29 14:47:33 +00:00
configure.in Do not set MOZ_DEBUG_FLAGS to -g when building on irix with gcc 2.95.x as it causes an internal compiler error in some files. 2001-05-29 14:47:33 +00:00
embed.mak
embed.mk
makefile.win
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk