Граф коммитов

97651 Коммитов

Автор SHA1 Сообщение Дата
jband%netscape.com 43ed832482 add regression test for bug 125430. NOT PART OF THE BUILD 2002-02-14 06:01:54 +00:00
bryner%netscape.com bfd5e8e314 Bug 124258 - radio buttons and checkboxes not sizing wide enough for their labels. Make sure the pref size we return for the image isn't smaller than the min size specified in CSS. r=pinkerton, rs=hyatt. 2002-02-14 05:51:47 +00:00
leaf%mozilla.org ed0cb045a6 Automated update 2002-02-14 04:42:00 +00:00
timeless%mac.com 2ff0ba43aa Bug 124484 restructuring Nav QA menu.
patch by jmd@pobox.com r=gerv rs=blake
2002-02-14 04:41:06 +00:00
zach%zachlipton.com 723090506d Fixing tinderbox bustage. Maybe I need to get more sleep before I commit. 2002-02-14 04:37:30 +00:00
zach%zachlipton.com a4c069e3dc Was missing an indent from my last fix, fixing it. No r= needed 2002-02-14 04:34:56 +00:00
seawood%netscape.com 24cc14eb99 Bumping MOZILLA_VERSION to 0.9.8+ 2002-02-14 04:33:59 +00:00
seawood%netscape.com 3cc0525b2c Use -Wl,-Bsymbolic when linking components on Linux to avoid problems when linking against external libraries with the same global symbols.
Bug #76710 r=namachi
2002-02-14 04:32:11 +00:00
zach%zachlipton.com c21942131d Fix for bug 97290: checksetup.pl should report about errors in localconfig
r=kiko x2
2002-02-14 04:27:50 +00:00
jst%netscape.com 23bf525bf4 Fixing bug 109487. UMR in nsHTMLInputElement::HandleDOMEvent(). r=peterv@netscape.com, sr=shaver@mozilla.org 2002-02-14 04:23:48 +00:00
jkeiser%netscape.com 131f08bfea Make <button type=submit> submit again (bug 125351). r=alexsavulov@netscape.com, sr=shaver@netscape.com 2002-02-14 04:17:11 +00:00
sfraser%netscape.com d9f0eb6fef Fix crash on exit if NS_InitXPCOM2 failed (happens when running in a read-only dir if no component registry exists). Bug 104954. r=dp, sr=shaver 2002-02-14 03:26:19 +00:00
bbaetz%student.usyd.edu.au f9fd479190 Bug 107552 - backend for resuming ftp downloads
r=dougt, sr=darin, mac build patches by zach
2002-02-14 03:10:19 +00:00
hyatt%netscape.com a6be49a85a Refining the event loop for cocoa plevents. Not part of build. 2002-02-14 02:55:52 +00:00
wtc%netscape.com 0de7977c09 Bugzilla bug 122712: renamed cert_DecodeGeneralName to
CERT_DecodeGeneralName because we export this function from nss.def.
(The cert_ prefix suggests an internal function.)
Modified Files:
	lib/certdb/genname.c lib/certdb/genname.h lib/certdb/xconst.c
	lib/nss/nss.def
2002-02-14 02:53:20 +00:00
hyatt%netscape.com 6f56378dd7 Make cocoa as fast as macho. Not part of build. 2002-02-14 02:36:19 +00:00
wtc%netscape.com 3730bf5442 Bugzilla bug 123938: renamed cert_EncodeGeneralName to
CERT_EncodeGeneralName.  Export CERT_EncodeGeneralName and
CERT_FindKeyUsageExtension from nss.def.  Have cmmfrec.c include
nssrenam.h to get __CERT_NewTempCertificate.
Modified Files:
	lib/certdb/genname.c lib/certdb/genname.h lib/certdb/xconst.c
	lib/crmf/cmmfchal.c lib/crmf/cmmfrec.c lib/nss/nss.def
2002-02-14 02:25:21 +00:00
cmanske%netscape.com b2482d0c4c Expand things done within the 'try {}' in onAccept of Image Properties dialog, b=96477, work by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-14 02:13:28 +00:00
nboyd%atg.com fd53ae729f Add skips for new tests. 2002-02-14 02:05:38 +00:00
blakeross%telocity.com 91262f9cc4 122303 - right clicks originating on xul elts shouldn't show context menu. r=ben sr=hewitt 2002-02-14 01:36:58 +00:00
bienvenu%netscape.com 86c77e3b54 fix linux build bustage 2002-02-14 01:35:21 +00:00
rbs%maths.uq.edu.au c9bcaf74c4 Add the forgotten ucvmath to allmakefiles.sh 2002-02-14 01:33:17 +00:00
bbaetz%student.usyd.edu.au 48eb3def63 Bug 110013 - templatize describecomponents.cgi
r=gerv, afranke
2002-02-14 01:25:25 +00:00
relyea%netscape.com bbf23a86f2 Fix UMR in the session info structure. 2002-02-14 01:12:51 +00:00
bienvenu%netscape.com b494a4bf63 store labels on the imap server r=naving, sr=sspitzer 114379 2002-02-14 01:07:19 +00:00
bienvenu%netscape.com 1e44f6eb13 store labels on the imap server r=naving, sr=sspitzer 114379 show shared imap folders with special icon 28756 r=naving, sr=sspitzer fix subscribe/unsubscribe to utf7 imap folders r=naving, sr=sspitzer 2002-02-14 01:05:37 +00:00
yokoyama%netscape.com b50768b283 Bug 125061
Adding gb_2312 to charsetalias.properties file
/r=nhotta
2002-02-14 00:59:46 +00:00
rayw%netscape.com ece473ab52 Fixes on arrays, re: bug 121934. Lots of changed needed to permit arrays
to control the types of their children via the information received
from the schema.  But the two critical lines actually getting the
information on the child types from the schema are commented out, because
there are problems with dual hierarchies of schema types that make it
not work as well as it should -- also inability to determine whether
the schema actually specified a type or just gave a nice default.

This also includes fixes to leaks and other problems discovered reviewing
the array code.  This is the first code capable of inferring and encoding
a multi-dimensional array from the nested arrays of JS, where the array
type dictates.  All my tests still work.

SOAP is not part of the default build.
2002-02-14 00:53:46 +00:00
morse%netscape.com b0814d8dc0 bugs 115800, 121311, 121685 -- various problems related to cookie expiration, r=sgehani, sr=alecg 2002-02-14 00:53:19 +00:00
rginda%netscape.com ca3ce4f519 bug 123118, getElementsByTagName("script") doesn't work for XUL windows
sr=hyatt, r=jst
insert a nsXULPrototypeElement before the nsXULPrototypeScript in the proto-docu
ment, so that we can get to it in the final content model.
2002-02-14 00:40:55 +00:00
sgehani%netscape.com 6d15d1c576 Fixing bug 125189. r=morse; sr=sfraser 2002-02-14 00:40:52 +00:00
sgehani%netscape.com 76e51f9dde Make it possible to persist the disk and memory cache capacity prefs again.
Also, if the user doesn't have a disk cache parent folder chosen, show and
set the default which is the profile directory.
b=125189; r=morse; sr=sfraser
2002-02-14 00:38:44 +00:00
attinasi%netscape.com 83075218c4 Prevent crash by checking for null frameManager before deref. in UnsuppressAndInvalidate. r=alexsavulov sr=hyatt b=121822 2002-02-14 00:15:40 +00:00
bryner%netscape.com 02004e207b Slight tweak to scrollbar thumb painting to paint as prelight as you are dragging. Not part of the build. 2002-02-14 00:13:10 +00:00
dbradley%netscape.com 65087c7eec Bug 124251 - Fix for some DOMStrings leaking when using -mail. r=dbaron, sr=jst 2002-02-14 00:12:44 +00:00
bbaetz%student.usyd.edu.au ed2e49410c Bug 103726 - ftp directory listings not reflecting file changes on reload
r=dougt, sr=darin
2002-02-14 00:09:37 +00:00
bryner%netscape.com 2da17d1f5b Bug 124963 - Table becomes excessively wide with XBL checkboxes. r=jag, sr=hyatt. 2002-02-14 00:08:08 +00:00
jpierre%netscape.com 511583f5be Fix for 125373 - crash in crlutil 2002-02-14 00:06:52 +00:00
cavin%netscape.com 71ee77668a Fix for bugscape 10163. Disallowed saving sent msgs to folders in AOL accounts. r=ducarroz, sr=mscott. 2002-02-13 23:55:45 +00:00
blakeross%telocity.com aab0bb808b 55293 - pages in history don't expire after x days while mozilla is running. r=hewitt sr=alecf 2002-02-13 23:53:59 +00:00
blakeross%telocity.com 866a912f2e 123667 - case where open web location open button can incorrectly remain disabled. r/sr=hewitt 2002-02-13 23:40:06 +00:00
smeredith%netscape.com 3d039399a5 Remote admin changes. 2002-02-13 23:30:41 +00:00
hyatt%netscape.com 7b30ffc103 Speeding up cocoa by increasing the frequency of the timer. Not part of build. 2002-02-13 23:04:38 +00:00
blakeross%telocity.com c8152f67a0 112282 - navigate back/fwd stops working in some cases. This is just a safety patch. r=radha sr=hewitt 2002-02-13 23:02:27 +00:00
blakeross%telocity.com 4b4c49beb2 59816 - clear history button should be disabled if all entries have been deleted (redux). r=ben sr=alecf 2002-02-13 22:38:13 +00:00
varada%netscape.com bc7967ec6a fix for regression 31549;show account name in dropdown from list;sr=hewitt 2002-02-13 22:31:25 +00:00
blakeross%telocity.com ba98c6f64d 99243 - invalid history pref entry is reset to 0, not previous value. r=ben sr=hewitt 2002-02-13 22:28:50 +00:00
blakeross%telocity.com c1075d3839 112208 - Autocomplete doesn't match against redirected urls (like amazon.com, hotmail.com). r=hewitt sr=alecf 2002-02-13 22:07:31 +00:00
rjc%netscape.com 168660ddfe Fix bug # 12532: menu addition. Patch from pbelle123, r=rjc sr=ben 2002-02-13 21:46:00 +00:00
locka%iol.ie 7b4784e95d Calculate document content type rather than assume text/html. b=118251 r=brade sr=kin 2002-02-13 21:45:02 +00:00