96247 Commits

Author SHA1 Message Date
kaie%netscape.com
eb80d84acd b=106188 fix whitespace
a=brendan
2002-01-22 02:20:13 +00:00
ben%netscape.com
1ba2c50430 [Manticore]
Save Page As dialog stuff, beginning to enhance Toolbar generation code
NOT PART OF BUILD.
2002-01-22 00:45:37 +00:00
bryner%netscape.com
e4b1dd3230 Hooking up radio buttons, clean up debugging printf's. Not part of the build. 2002-01-21 21:51:57 +00:00
bzbarsky%mit.edu
e3a3a4d63a Make sure we always use "browser.download.dir" for the download dir
pref.  Bug 120997, r=timeless, sr=hyatt, a=asa
2002-01-21 21:38:35 +00:00
timeless%mac.com
1cfc2efe22 Bug 117472 [Xlib] Crash in HandleQueueXtProc()
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless a=asa
2002-01-21 21:05:54 +00:00
timeless%mac.com
6850fbbc6b Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de r=andre.dahlqvist@telia.com sr=jag a=asa
2002-01-21 21:03:59 +00:00
jband%netscape.com
fe09cd220b New file to test scriptable interface info wrapper and idl generator stuff. -- NOT PART OF THE BUILD -- 2002-01-21 18:43:32 +00:00
jband%netscape.com
9bc0dabcde Don't assume that GetInfoForParam can't fail. see bug 121118. -- NOT PART OF THE BUILD -- 2002-01-21 18:41:37 +00:00
jake%acutex.net
f9e57c321e Bug 113438 - The DTD from Bugzilla's XML output was not correct, so any attempts to validate the output were futile.
Patch by Jan <tamino_xml@yahoo.com>
r= jake
2002-01-21 13:39:54 +00:00
glazman%netscape.com
5499ebc254 composer background image broken source code; b=120662, r=brade, sr=kin, a=blizzard 2002-01-21 09:30:02 +00:00
timeless%mac.com
518e4ed3ef [Bug 121003] Silly code checks for if (interfaceName) instead of if (instanceName)
r=bzbarsky sr=brendan@mozilla.org a=brendan@mozilla.org
2002-01-20 23:15:31 +00:00
justdave%syndicomm.com
e24c04e22a Fix for bug 108982: enable taint mode for all user-facing CGI files.
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
2002-01-20 01:44:52 +00:00
darin%netscape.com
02d3556d92 fixes bug 115252 "going to http://orange.dk produces redirection error"
patch=badami@netscape.com,darin@netscape.com
r=gordon@netscape.com,blizzard@mozilla.org
sr=mscott@netscape.com
a=dbaron@fas.harvard.edu
2002-01-20 00:43:04 +00:00
hyatt%netscape.com
2e21736090 Bug 120949, disable favicons for moz1.0, r=pav, sr=blake 2002-01-19 21:53:59 +00:00
jband%netscape.com
420d6afe04 Convert nsInterfaceInfoToIDL into a JS component. -- NOT PART OF BUILD -- 2002-01-19 21:53:51 +00:00
hyatt%netscape.com
263b0e0424 Fix for 116306, r=dbaron, sr=blake 2002-01-19 20:15:17 +00:00
nboyd%atg.com
b0c8c14266 Fix bug:
Norris,

I realize this is probably a nuisance, but the following problem causes our
regression test suite to fail:

    js> foo = new Error("bar")
    undefined: bar
    js> foo.name Error
    js> foo.toString()
    undefined: bar

Our test suite expects:

    js> foo = new Error("bar")
    Error: bar
    js> foo.name Error
    js> foo.toString()
    Error: bar

I have not yet tried the debugger with the RC2 release, but I expect to get
to that later today.

I hope I'm not to late to influence the 1.5R3 release.

Thanks,

dave
2002-01-19 17:43:26 +00:00
jake%acutex.net
b4ed051d8d Remove files no longer needed after the latest changes to the docs 2002-01-19 14:34:40 +00:00
mcafee%netscape.com
a5049b8516 Adding facedown to query list 2002-01-19 12:42:22 +00:00
ben%netscape.com
08ad291ceb Fix 116263, part of earlier patch reviewed by law & hewitt, but forgot to land as part of landing prior to .9.8 close.
Make the windows file picker use the specified file type index rather than hardcoded '1'.

a=asa@mozilla.org
2002-01-19 07:52:23 +00:00
bbaetz%student.usyd.edu.au
22168efd7c Bug 120891. TestProtocols was including a cookies header file it didn't
need, breaking no-extentions builds.
r=bryner, sr=jst, a=dbaron
2002-01-19 04:04:51 +00:00
bryner%netscape.com
216304024c Bug 97708 - copying text to another application can cause a crash. Need to divide the size of the data in the nsTransferable by 2 to get the number of characters, since they are unicode. r=bbaetz, sr=jst, a=dbaron. 2002-01-19 04:00:53 +00:00
pschwartau%netscape.com
4e5c511acb Made sections 13 and 14 more precise. 2002-01-19 03:34:50 +00:00
rjc%netscape.com
2a570f5edd Shame on alecf for not updating to the tip before checking in! Re-backing out these two lines which were originally backed out last night. a=sheriff trudelle 2002-01-19 01:58:03 +00:00
jake%acutex.net
fbe037bf39 Latest version of compiled docs (picking up recent SGML changes). 2002-01-18 23:27:01 +00:00
hewitt%netscape.com
e91f00e308 114580 - dialog alignment issues, r=jag, sr=bryner, a=blizzard 2002-01-18 23:11:54 +00:00
rayw%netscape.com
85845b7611 Fixed infinite loop in struct decoding, added test case for struct decoding.
SOAP is not part of default build.
2002-01-18 23:09:15 +00:00
jaggernaut%netscape.com
520175690b Bug 117857: window.status overwrites URL of link you are hovering over
Bug  99009: setting window.status from onmouseover doesn't work for links

r=bryner, timeless, sr=jst, a=asa
2002-01-18 22:52:23 +00:00
sspitzer%netscape.com
cf74ccbb3a fix for #119404 (mail folders come up empty the first time that you open them).
fix by bienvenu.  r=naving,blizzard, sr=sspitzer, a=blizzard
2002-01-18 22:48:24 +00:00
rods%netscape.com
58c8d86d22 mPrintSettings wasn't be properly set and therefore it wasn't getting the margins correctly
BUg 120621 r=dcone sr=attinasi a=blizzard
2002-01-18 22:45:06 +00:00
gordon%netscape.com
7ee3cd55f2 Fix bug 114292 (top crash in cache code). Patch prevents cache devices from evicting entries while they are being "bound". r=brendan, sr=darin, a=blizzard. 2002-01-18 22:18:28 +00:00
attinasi%netscape.com
f3438d8f49 Loading and Broken image icons will no longer be drawn if the image size is smaller than the icon size. This fixes a problem where garbage was being left on the screen after the image loaded, because the Linux RenderingContext does not corectly clip image drawing. b=109418, r=pavlov, sr=blizzard, a=blizard on behalf of drivers 2002-01-18 22:17:12 +00:00
srilatha%netscape.com
56bf1626c2 Fix for bug # 120438. Properly register messenger-mapi package
r=ssu@netscape.com, sr=dveditz@netscape.com, a=blizzard
2002-01-18 21:48:03 +00:00
sfraser%netscape.com
0428dc97e3 Fix for bug 120451 -- clean up the sleep Q entry on quit, so that we don't leave a bad entry there and hose the machine some time later. r=sdagley, sr=beard, a=blizzard 2002-01-18 21:40:13 +00:00
naving%netscape.com
ba7d7597f1 120755 r=racham sr=mscott a=blizzard. make msgNavigation work across servers. 2002-01-18 21:14:24 +00:00
alecf%netscape.com
61cc047c10 fix for bug 119902 - assertions in nsIOService when saving files, plus a minor performance optimization from dougt
r=adamlock, sr=darin
2002-01-18 21:08:07 +00:00
shanjian%netscape.com
bbf33a0780 #120047 crash while loading http://www.lupa.cz/anketa.phtml [@ ReadCMAPTableFormat4]
r=rbs, sr=attinasi, a=dbaron
Another patch missed in previous patch.
2002-01-18 21:07:02 +00:00
varga%utcru.sk
7b4df9067e Fix for another silly regression. Bug 120720 - find broken in Bookmarks and History. r=hwaara, sr=blake a=blizzard 2002-01-18 21:00:22 +00:00
ducarroz%netscape.com
eae533107e Fix for bug 115855. Add a function to allow message compose to reset font and colors attributes of the editor. R=cmanske, SR=mscott, A=blizzard
Fix for bug 114473. EditorShell::saveDocument has been replaced by JS function SaveDocument. R=cavin, SR=bienvenu, A=blizzard
2002-01-18 20:56:27 +00:00
ducarroz%netscape.com
13774385e8 Part of fix for bug 115855. Add a function to allow message compose to reset font and colors attributes of the editor. R=cmanske, SR=mscott, A=blizzard 2002-01-18 20:52:23 +00:00
smeredith%netscape.com
9cd06b30dd Changed lock_pref() lockPref(). 2002-01-18 20:28:09 +00:00
kaie%netscape.com
cf13b17550 b=106188 Fix SSL freezing Mozilla on connect problems
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
shrutiv%netscape.com
0fc267924b Fix for bugscape 11279: Change CCK directory structure to support different
plaltforms and languages (r=smeredith)
2002-01-18 20:13:16 +00:00
dougt%netscape.com
b603c4b080 removing nsMemory.h. This file now lives in xpcom/glue. bug 120685 sr=jband, a=blizzard 2002-01-18 20:12:36 +00:00
bnesse%netscape.com
3754b38c4d Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard. 2002-01-18 20:12:29 +00:00
rayw%netscape.com
6b895fc9e3 Added an error check and a test case that does not work, yet, because
xpconnect is saying that an array is an interface, I think.

SOAP not part of default build.
2002-01-18 20:09:06 +00:00
cmanske%netscape.com
4ceb48affa Output correct values for 'align' attribute for img, iframe, object, applet, and input elements: b=112276, r=brade, sr=jst, a=blizzard/drivers 2002-01-18 20:09:04 +00:00
cmanske%netscape.com
2862c0163e Fixed hasAttribute for non-mapped attributes, b=120607, r=bzbarsky@mit.edu, sr=jst, a=blizzard/drivers 2002-01-18 20:08:02 +00:00
dkl%redhat.com
f11f9cd823 Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl 2002-01-18 20:04:32 +00:00
shrutiv%netscape.com
270e4d088b Fix for bug 11279: Change CCK directory structure to support different
plaltforms and languages (r=smeredith)
2002-01-18 19:44:05 +00:00