Commit Graph

101071 Commits

Author SHA1 Message Date
rbs%maths.uq.edu.au
27e6f13d75 Add support for MathML styling attributes (e.g., color, fontsize, etc) by creating an internal attribute stylesheet on the fly, and populating it by mapping attributes to CSS rules as frames get created. This is a work-around to bug 69409 which is is not scheduled to be addressed by the Gecko team anytime soon. Also Cleaned-up the debug rules in mathml.css and removed the (in)famous red color of <mi>
git-svn-id: svn://10.0.0.236/trunk@114503 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 12:26:43 +00:00
curt%netscape.com
d36b2c48b7 Changing error MessageBox to a warning (Attention) - Bug 119530.
git-svn-id: svn://10.0.0.236/trunk@114502 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 09:52:54 +00:00
curt%netscape.com
f932249c3a Changing error MessageBox to a warning (Attention). Bug #119530
git-svn-id: svn://10.0.0.236/trunk@114501 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 09:51:08 +00:00
stephend%netscape.com
a8b401eb33 Bug 109500. Memory leak of 52 bytes in grid code. Patch by Brian Ryner (bryner@netscape.com). r=bryner@netscape.com, sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@114500 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 09:44:17 +00:00
bryner%netscape.com
c309e98277 bug 122036 - make space and ctrl+space work as expected. Not turned on yet.
git-svn-id: svn://10.0.0.236/trunk@114499 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 09:29:00 +00:00
sspitzer%netscape.com
2b95036759 fix for #86980. when printing, we always print ASCII header names,
instead of the localized versions.  r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@114498 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 08:52:31 +00:00
rginda%netscape.com
a35891e81f - venkman only -
make venkman use the new "native frames" option checked in as part of bug 124474.
add min-height to all outliners to avoid bug 121583.
copy childData to scriptRecList in scriptsView.getContext, instead of copying the array one element at a time.


git-svn-id: svn://10.0.0.236/trunk@114497 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 08:34:27 +00:00
rginda%netscape.com
5f8367e018 bug 124474, "add native frame support to jsd"
sr=shaver, r=jband
add JSD_IsStackFrameNative, IsStackFrameDebugger, and IsStackFrameConstructing
add similar attributes to jsdIStackFrame
tweak return values in jsds_FilterHook
don't include dummy stack frames in threadstates

bug 110387, "Crash on exiting venkman"
check to see if the debugger was turned off before going through with an unPause.


git-svn-id: svn://10.0.0.236/trunk@114496 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:57:30 +00:00
rginda%netscape.com
3902d6df27 bug 124474, "JS_IsNativeFrame should return !fp->script"
also includes typo fix from bug 124474
sr=shaver, r=jband


git-svn-id: svn://10.0.0.236/trunk@114495 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:52:02 +00:00
sspitzer%netscape.com
26517908e7 fix for #125354. fix dialog text, per the spec. r=jglick, rs=bienvenu
git-svn-id: svn://10.0.0.236/trunk@114494 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:27:21 +00:00
brendan%mozilla.org
86e25935ba Construct error objects to consolidate their default property setting; this entails adding JS_ConstructObjectWithArguments (123177, r=rginda, sr=shaver).
git-svn-id: svn://10.0.0.236/trunk@114493 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:25:34 +00:00
jaggernaut%netscape.com
aceedfa29f Bug 38380: CSS hover not set when <a onmouseover="... return true;">. Fix regression caused by bug 99009. r=bryner, sr=jst
git-svn-id: svn://10.0.0.236/trunk@114492 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:24:40 +00:00
kaie%netscape.com
25b555d7c3 b=99083 Polish cert display if field common name (CN) is not present
r=javi sr=alecf


git-svn-id: svn://10.0.0.236/trunk@114491 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:21:33 +00:00
bryner%netscape.com
d5a29ff661 bug 124951 - checkbox size should be specified with min-width and min-height, for native theme overriding. r=kerz, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@114490 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 07:06:00 +00:00
bryner%netscape.com
3d45989abb Bug 124817 -- leaking splash screen pixmap on startup. r=pavlov, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@114489 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 06:44:30 +00:00
jband%netscape.com
2e6edd2049 reorder members to avoid wasted space due to struct member alignment rules. This will generally save one machine word per XPTMethodDescriptor (and we make a bunch of those). bug 120005. r=dbradley, sr=shaver
git-svn-id: svn://10.0.0.236/trunk@114488 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 06:28:13 +00:00
jband%netscape.com
76ebd6b5a4 avoid memcpy call when only copying one (PRUnichar) char. bug 109562. r=jag sr=brendan
git-svn-id: svn://10.0.0.236/trunk@114487 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 06:22:53 +00:00
law%netscape.com
b313f7893f Bug 50514; properly detect when right-clicking on a background image; r=bzbarsky, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@114486 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 06:05:16 +00:00
jband%netscape.com
c3462e03e5 add regression test for bug 125430. NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@114485 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 06:01:54 +00:00
bryner%netscape.com
05857104bf 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.
git-svn-id: svn://10.0.0.236/trunk@114484 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 05:51:47 +00:00
leaf%mozilla.org
626655134c Automated update
git-svn-id: svn://10.0.0.236/trunk@114483 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:42:00 +00:00
timeless%mac.com
aed7a1a9e4 Bug 124484 restructuring Nav QA menu.
patch by jmd@pobox.com r=gerv rs=blake


git-svn-id: svn://10.0.0.236/trunk@114482 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:41:06 +00:00
zach%zachlipton.com
5ab1d5892a Fixing tinderbox bustage. Maybe I need to get more sleep before I commit.
git-svn-id: svn://10.0.0.236/trunk@114481 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:37:30 +00:00
zach%zachlipton.com
11f8961b68 Was missing an indent from my last fix, fixing it. No r= needed
git-svn-id: svn://10.0.0.236/trunk@114480 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:34:56 +00:00
seawood%netscape.com
3dcfb2627c Bumping MOZILLA_VERSION to 0.9.8+
git-svn-id: svn://10.0.0.236/trunk@114479 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:33:59 +00:00
seawood%netscape.com
d6041abff8 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


git-svn-id: svn://10.0.0.236/trunk@114478 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:32:11 +00:00
zach%zachlipton.com
52eb4e183d Fix for bug 97290: checksetup.pl should report about errors in localconfig
r=kiko x2


git-svn-id: svn://10.0.0.236/trunk@114477 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:27:50 +00:00
jst%netscape.com
5f93f9345d Fixing bug 109487. UMR in nsHTMLInputElement::HandleDOMEvent(). r=peterv@netscape.com, sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@114476 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:23:48 +00:00
jkeiser%netscape.com
d07f07501f Make <button type=submit> submit again (bug 125351). r=alexsavulov@netscape.com, sr=shaver@netscape.com
git-svn-id: svn://10.0.0.236/trunk@114475 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 04:17:11 +00:00
sfraser%netscape.com
c0346e1280 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
git-svn-id: svn://10.0.0.236/trunk@114474 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 03:26:19 +00:00
bbaetz%student.usyd.edu.au
ee8f97679e Bug 107552 - backend for resuming ftp downloads
r=dougt, sr=darin, mac build patches by zach


git-svn-id: svn://10.0.0.236/trunk@114473 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 03:10:19 +00:00
hyatt%netscape.com
84d08ef50f Refining the event loop for cocoa plevents. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@114472 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:55:52 +00:00
wtc%netscape.com
0d23fb9c84 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


git-svn-id: svn://10.0.0.236/trunk@114471 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:53:20 +00:00
hyatt%netscape.com
6306f00510 Make cocoa as fast as macho. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@114470 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:36:19 +00:00
wtc%netscape.com
0ecadf23c7 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


git-svn-id: svn://10.0.0.236/trunk@114469 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:25:21 +00:00
cmanske%netscape.com
2f0384cd32 Expand things done within the 'try {}' in onAccept of Image Properties dialog, b=96477, work by neil@parkwaycc.co.uk, r=cmanske, sr=kin
git-svn-id: svn://10.0.0.236/trunk@114468 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:13:28 +00:00
nboyd%atg.com
d518e725e0 Add skips for new tests.
git-svn-id: svn://10.0.0.236/trunk@114467 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 02:05:38 +00:00
blakeross%telocity.com
f67a71c1b3 122303 - right clicks originating on xul elts shouldn't show context menu. r=ben sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@114466 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:36:58 +00:00
bienvenu%netscape.com
0c2dc79bd1 fix linux build bustage
git-svn-id: svn://10.0.0.236/trunk@114465 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:35:21 +00:00
rbs%maths.uq.edu.au
0fd922f942 Add the forgotten ucvmath to allmakefiles.sh
git-svn-id: svn://10.0.0.236/trunk@114464 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:33:17 +00:00
bbaetz%student.usyd.edu.au
1edd210910 Bug 110013 - templatize describecomponents.cgi
r=gerv, afranke


git-svn-id: svn://10.0.0.236/trunk@114463 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:25:25 +00:00
relyea%netscape.com
a81513d4cf Fix UMR in the session info structure.
git-svn-id: svn://10.0.0.236/trunk@114461 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:12:51 +00:00
bienvenu%netscape.com
923075c872 store labels on the imap server r=naving, sr=sspitzer 114379
git-svn-id: svn://10.0.0.236/trunk@114460 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:07:19 +00:00
bienvenu%netscape.com
93ff9a85af 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
git-svn-id: svn://10.0.0.236/trunk@114459 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 01:05:37 +00:00
yokoyama%netscape.com
3820be4c49 Bug 125061
Adding gb_2312 to charsetalias.properties file
/r=nhotta


git-svn-id: svn://10.0.0.236/trunk@114458 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:59:46 +00:00
rayw%netscape.com
36cb618c2c 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.


git-svn-id: svn://10.0.0.236/trunk@114457 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:53:46 +00:00
morse%netscape.com
6e5a5a63e0 bugs 115800, 121311, 121685 -- various problems related to cookie expiration, r=sgehani, sr=alecg
git-svn-id: svn://10.0.0.236/trunk@114456 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:53:19 +00:00
rginda%netscape.com
afa0b149aa 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.


git-svn-id: svn://10.0.0.236/trunk@114455 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:40:55 +00:00
sgehani%netscape.com
a64fbb7774 Fixing bug 125189. r=morse; sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@114454 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:40:52 +00:00
sgehani%netscape.com
3cdee8a490 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


git-svn-id: svn://10.0.0.236/trunk@114453 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 00:38:44 +00:00