123620 Commits

Author SHA1 Message Date
kiko%async.com.br
ded450fbc3 Fix for bug 221039: Separating knob in edit.html.tmpl. Splits
bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost
<ludovic@pobox.com>, r=kiko, a=justdave.
2003-10-29 04:32:39 +00:00
kiko%async.com.br
eca0b9a338 Fix for bug 111522: Provide ability to specify MIME type of attachment
when downloading. Adds a 'ctype' argument to attachment.cgi which allows
one to override the content-type when viewing an attachment. Original
patch by Alex Vincent <ajvincent@juno.com>; I changed it a tiny bit.
r=kiko, myk. a=justdave.
2003-10-29 01:58:13 +00:00
bienvenu%nventure.com
4fb30c0683 fix regression in handling of non-7-bit ascii passwords, r=ch.ey@gmx.net, sr=mscott, a=sspitzer 218025 2003-10-28 21:00:57 +00:00
bienvenu%nventure.com
bf15ed8bcf fix pop3 inbox corruption when bayesian spam filters run on two accounts at the same time, i.e., startup, r=sspitzer, sr=mscott, a=sspitzer 218433 2003-10-28 19:00:48 +00:00
mostafah%oeone.com
66a6de0344 Added registering of other languages to installer 2003-10-28 17:51:02 +00:00
igor%mir2.org
a80d67208d First part of resolving http://bugzilla.mozilla.org/show_bug.cgi?id=223435 :
Allow to pass JS function to Java method accepting interface with single method. The function will be called when interface method will be called.
2003-10-28 08:37:30 +00:00
jocuri%softhome.net
1d5d7e5307 Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk. 2003-10-28 06:37:40 +00:00
jpierre%netscape.com
1a37e6c822 Fix for 223494 - cmsutil signing does not work with hardware tokens. r=wtc, relyea 2003-10-28 02:34:15 +00:00
ben%bengoodger.com
42224079be Adding something that helps fix problems with generated rsc headers. 2003-10-27 23:25:59 +00:00
timeless%mozdev.org
00160cbcf0 Bug 223336 Cannot perform search from sidebar
suggestion by zack-weg@gmx.de r=neil sr=bz a=asa
2003-10-27 22:26:31 +00:00
ben%bengoodger.com
f21e159987 Default application handler values are blank on MacOS X 2003-10-27 21:49:01 +00:00
bienvenu%nventure.com
4fbb3ad343 add prefs ui for offline startup, 221734, r=neil@parkway, sr=mscott, a=sspitzer 2003-10-27 20:13:02 +00:00
bryner%brianryner.com
7ab366ef3d Don't set mCurrentFocus to null after firing a blur if the blur handler focused something. Bug 147927, r=blizzard, sr=jst, a=sspitzer 2003-10-27 19:52:49 +00:00
igor%mir2.org
c25c8fc58f Added getAssociatedValue()/associateValue() to allow to connect arbitrary application-specific object with ScriptableObject. 2003-10-27 19:19:50 +00:00
brendan%mozilla.org
102afcc93c Don't under-malloc for short script filename entry (223810, r=shaver, a=dbaron). 2003-10-27 19:13:01 +00:00
igor%mir2.org
7514a2a682 Added initHash which would put value into hashtable only if it is first. This is usable to ensure proper synchronization with lazy initialization. 2003-10-27 18:45:39 +00:00
igor%mir2.org
2b2f9d3303 If invoker master throws RuntimeException during creation of invoker, then disable invokerOptimization. It fixes regression when SecurityManager prevents InvokerMaster from creation of class loader. 2003-10-27 18:42:39 +00:00
mostafah%oeone.com
708d8f02a8 Added Slovenian language pack 2003-10-27 18:25:51 +00:00
mostafah%oeone.com
4c0e0ed0c4 Fixed some white-space issues 2003-10-27 18:24:44 +00:00
pkw%us.ibm.com
154d3f4eec Bug 222054 - mozilla-installer doesn't set LIBPATH.
r=dveditz+bmo@cruzio.com, sr=bryner@brianryner.com, a=asa@mozilla.org
2003-10-27 17:37:47 +00:00
bienvenu%nventure.com
3510f7e56f follow on patch for making ldap prefs migration happen at profile migration time 223560, fix building with disable_ldap, r/sr/a=sspitzer 2003-10-27 17:07:47 +00:00
tor%cs.brown.edu
7d206cb287 Backout of bug 153586. a=asa 2003-10-27 17:00:38 +00:00
igor%mir2.org
64affb2798 Added addPush version taking long argument. 2003-10-27 15:47:05 +00:00
bryner%brianryner.com
07bcb40ee4 Fix unresolved references with static gtk2 build (bug 216022). The file containing NS_IMPL_NSGETMODULE for a library must be compiled from the Makefile that sets IS_COMPONENT in order for the entry point translation to work correctly. r=cls, not part of the default build. 2003-10-27 10:11:00 +00:00
bryner%brianryner.com
a634aa9436 Only call gnome_program_init() if it hasn't already been called (bug 221012). r=blizzard, not part of the default build. 2003-10-27 10:08:10 +00:00
bzbarsky%mit.edu
3e12d6bae8 Fix hang bug 218512. We don't want to be putting a frame into a framelist
twice, since that gives us a nice loop in the frame tree.  r+sr+a=dbaron
2003-10-27 05:58:23 +00:00
chanial%noos.fr
59e3eb888a use toolkit routines from printUtils.js to print and show the page setup dialog. 2003-10-27 04:36:20 +00:00
chanial%noos.fr
7536f0d034 - fix two js warnings in printPreviewBindings.xml (redeclaration of var ifreq and total)
- remove useless class toolbarbutton-icon
- rename class last-arrow to left-arrow and next-arrow to right-arrow
2003-10-27 04:30:55 +00:00
chanial%noos.fr
c38d856dc2 bug 223763: home arrow icon not displayed in print preview. printing.css has to be preprocessed. 2003-10-27 04:21:20 +00:00
chanial%noos.fr
7017f5750d fix js warning: redeclaration of var str. Some cleanup, untabify 2003-10-27 03:36:59 +00:00
chanial%noos.fr
3065fc222b fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
pschwartau%netscape.com
1faffc0fb6 Replacing "Copyright �" by "Copyright (C)" in JS test suite sources. See bug 222759. 2003-10-27 01:49:27 +00:00
dbaron%dbaron.org
60449a9d4a Remove some additional tests with form submission and with delays. Not part of build. 2003-10-26 22:27:02 +00:00
ben%bengoodger.com
a8e1b80fea Bug 223329 - relocate the nspr dylib so that address conflict does not occur in Firebird and prevent prebinding to occur. Patch by bryner, r=ben. a=asa 2003-10-26 22:14:03 +00:00
ben%bengoodger.com
859108af87 Bug 206936 - firebird shows an XML error when opening links from external apps, caused by bug 223197 - command line service on Mac should be using browser.chromeURL pref to locate main application XUL file, not hard coding to use navigator.xul. r=smfr/ccarlen, sr=smfr, a=asa 2003-10-26 22:11:49 +00:00
chanial%noos.fr
d167f60302 bug 223757: fix customize charset bustage. patch by Steffen Wilberg <steffen.wilberg@web.de>
-------------
2003-10-26 21:10:16 +00:00
chanial%noos.fr
ef1a3e7026 Hook up Page Setup and Print to view source. 2003-10-26 20:24:17 +00:00
chanial%noos.fr
f1c41fadbe Significantly rewrite the old printing.js:
- define an object PrintUtils that has two "public" methods: PrintUtils.print() to print the content and PrintUtils.showPageSetup() to launch the setup dialog.
- global variables gPrintSettings, gPrintSettingsAreGlobal and gSavePrintSettings are removed. These variables were not true cached variables since they were recalculated every time and only used as intermediary.
2003-10-26 20:13:55 +00:00
chanial%noos.fr
aab16442a8 add printUtils.js to the toolkit (copied from printing.js) 2003-10-26 19:22:03 +00:00
dbaron%dbaron.org
48177de9a5 Remove a few extras. Not part of build. 2003-10-26 19:17:33 +00:00
bzbarsky%mit.edu
70c7f756d4 Last patch was by kjh-5727@comcast.net (Kenneth Herron) 2003-10-26 19:15:37 +00:00
bzbarsky%mit.edu
fe99c8ad17 Fix landscape printing to work again. Bug 223625, r=tor, sr=bzbarsky, a=asa 2003-10-26 17:56:11 +00:00
rlk%trfenv.com
7b71ace2d8 Bug 161740 - Remove obsolete help files from builds. r=neil@parkwaycc.co.uk a=asa@mozilla.org 2003-10-26 17:45:18 +00:00
bienvenu%nventure.com
4d46a4635b fix password prompt when using authenticated smtp, r=ch.ey@gmx.net, sr/a=sspitzer 90507 2003-10-26 17:39:28 +00:00
bienvenu%nventure.com
a6e24749c9 make profile upgrade from 4.x convert address books at upgrade time, r=mscott,sr/a=sspitzer 223560 2003-10-26 17:37:10 +00:00
bienvenu%nventure.com
fd978a4758 prompt for starting up in offline mode, use network.online instead of network offline, r=neil@parkway.uk, sr=mscott, a=sspitzer 221734 2003-10-26 17:34:52 +00:00
chanial%noos.fr
a1ff9eb17b bug 223721 and 223728: fix view source and print preview bustage. patches by Steffen Wilberg <steffen.wilberg@web.de> 2003-10-26 16:10:59 +00:00
jocuri%softhome.net
09a8cb5772 Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave. 2003-10-26 14:10:08 +00:00
jocuri%softhome.net
d732a9c1ba Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave. 2003-10-26 14:01:04 +00:00
bmlk%gmx.de
3378c0322e dont wrap urls at 80 chars limit not part of any build 2003-10-26 12:34:25 +00:00