Commit Graph

124610 Commits

Author SHA1 Message Date
cbiesinger%web.de
4be5428fb1 213877 r=neil.parkwaycc.co.uk sr=bzbarsky a=asa
update contentAreaUtils.js callers to pass type and extension to mimeservice
this should greatly reduce the extension fixup bugs, especially .html.htm, .mp3.mp2 and similar should no longer happen.
2003-11-24 18:56:51 +00:00
mostafah%oeone.com
bef24b9c8a Removing unnecessary lines 2003-11-24 17:11:21 +00:00
igor%mir2.org
2997e9f7ee Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=226045:
(new RegExp).toString/toSource() now gives /(?:)/ instead of  // which is comments and does not work with uneval.
2003-11-24 15:51:44 +00:00
bienvenu%nventure.com
5e69e857ce fix clearing of copy request when copying local folders across accounts r/a=sspitzer, sr=mscott 206408 2003-11-24 15:36:37 +00:00
bienvenu%nventure.com
313f44fe69 fix crash copying local folder hiearchies across accounts when a folder is empty, r/a=sspitzer, sr=mscott 226516 2003-11-24 15:24:28 +00:00
bienvenu%nventure.com
77342f0a64 add listener for xpcom shutdown to code that handles remembering offline<->offline transitions in case we don't get a quit-application notification, for bug 226449 tbird starts up offline sometimes, r=sspitzer, sr=mscott, a=sspitzer 2003-11-24 15:19:02 +00:00
neil%parkwaycc.co.uk
0a6d29f649 Filter dialog should use proper case priority labels for consistency with the rest of mail p=gautheri@noos.fr r=me sr=bienvenu a=dbaron patch was attached to bug 146075 2003-11-24 09:50:49 +00:00
tor%cs.brown.edu
bccf28eaef Bug 150881 - fix xlib build bustage. 2003-11-23 21:47:43 +00:00
scott%scott-macgregor.org
d535dc3dc9 Fix build bustage. GetFromTypeAndExtension is now getFromTypeAndExtension 2003-11-23 21:28:57 +00:00
tor%cs.brown.edu
65a5672ec0 150881 - fix BeOS build bustage. 2003-11-23 20:50:40 +00:00
timeless%mozdev.org
8831aead60 Adding support for Solaris 9 (copied from Solaris 8) 2003-11-23 20:13:36 +00:00
axel%pike.org
07ae938a90 bug 151002, 64bit bustage fix, patch by Martin Mokrejs, r=me, sr=peterv, a=dbaron 2003-11-23 17:39:41 +00:00
tor%cs.brown.edu
cb17fbe470 Bug 150881 - rendering artifacts painting scaled alpha composited
images on gtk+ and win32.  r=pavlov, sr=bryner, a=asa
2003-11-23 15:23:52 +00:00
webmail%kmgerich.com
ec2eab8c1a Mac skin cleanup, changed "//folder.png" to "/folder.png", line 270 2003-11-23 14:30:31 +00:00
timeless%mozdev.org
149e7858a1 Bug 223736 nsWebShellWindow::Destroy should call nsWebShellWindow::Destroy before destroying its timer and calling release_this
r=danm sr=dbaron a=dbaron
2003-11-23 14:01:43 +00:00
justdave%syndicomm.com
6d3c3df523 Bug 226027: Use the Perl CGI module to send cookies.
r=bbaetz, a=justdave
2003-11-23 09:48:10 +00:00
bbaetz%acm.org
8bf7034d33 Bug 226284 - slow queries for creation_ts
r,a=justdave
2003-11-23 09:31:44 +00:00
scott%scott-macgregor.org
0d7b75ae07 Bug #224197 --> News errors cause the app to hang in an infinite loop after showing a modal dialog
If nsNNTPProtocol::NewsResponse gets a NULL string out from m_lineStreamBuffer
and we are not paused, waiting for more data, return an error.

sr=bienvenu
a=asa
2003-11-23 05:16:42 +00:00
bryner%brianryner.com
b0a5c8b172 Instantiate the unknown glyph font (mini-font) lazily, since it's usually not needed at all. Bug 226406, r/sr=dbaron, a=asa. 2003-11-23 02:42:11 +00:00
rlk%trfenv.com
481c06ff09 Bug 225286 - mozilla/extensions/help/resources/content/test.xul should be removed from build. r=neil.parkwaycc.co.uk a=brendan@mozilla.org 2003-11-23 02:22:26 +00:00
scott%scott-macgregor.org
1a7edbc503 fix the regression caused by Bug #64230, remove access keys which were accidentally checked in.
Patch by Stefan Borggraefe

r/sr=mscott
2003-11-23 00:54:14 +00:00
scott%scott-macgregor.org
263b91a512 remove access keys. this was not the right fix 2003-11-23 00:52:47 +00:00
jshin%mailaps.org
c8ce8c2966 bug 225340 : fix unaligned memory access on 64bit machines in nsSaveAsCharset and Gfx. (r=smontagu, sr=rbs, a1.6b = asa) 2003-11-23 00:25:52 +00:00
scott%scott-macgregor.org
c24f856310 Bug #225387 --> Add back end support for a separate sortable attachment column in the thread pane.
r/sr=bienvenu
a=asa
2003-11-23 00:20:55 +00:00
darin%meer.net
653ee1f9b7 fixes bug 226405 "[gtk2] paste into html compose window doesn't work" r+sr=bryner a=brendan 2003-11-23 00:15:55 +00:00
scott%scott-macgregor.org
535fff2cd3 Bug #226544 --> port missing access keys for default account buttons to thunderbird 2003-11-22 23:52:48 +00:00
neil%parkwaycc.co.uk
510477bd44 Bug 225431 context submenus do not reappear if context menu is dismissed (e.g. by alt key) r=dbaron sr=bz a=asa 2003-11-22 23:35:52 +00:00
bzbarsky%mit.edu
09fba303d9 Flash crashes GTK2 builds due to a bug in Linux dlopen(). Bug 223744, patch by
anlan@ida.liu.se (Andreas Lange), r=blizzard, sr=bzbarsky, a=asa
2003-11-22 21:19:35 +00:00
neil%parkwaycc.co.uk
22f5dce9a4 Bug 189786 Mouse wheel preference panel description needs to be able to wrap for translations r=caillon sr=alecf a=dbaron 2003-11-22 18:12:18 +00:00
bienvenu%nventure.com
97174ffd00 fix 225332, patch by ch.ey@gmx.net r=me, sr=mscott, a=asa problem with pop3 leave on server when user name has a space in it 2003-11-22 16:13:02 +00:00
bryner%brianryner.com
cfab0add53 Bug 30579. Add a skinnable 'scrollcorner' element to fill in the gap when there are two scrollbars. Porting this patch for firebird/thunderbird. 2003-11-22 07:08:26 +00:00
wchang0222%aol.com
eed762b224 Bugzilla bug 226356: test for NULL before dereferencing a pointer. The
patch is contributed by timeless@bemail.org.  r=wtc.
Modified Files: bthreads/btmon.c pthreads/ptsynch.c threads/prmon.c
2003-11-22 06:57:02 +00:00
wchang0222%aol.com
034bf93de9 Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compile
C code.  The patch is contributed by Philip K. Warren <pkw@us.ibm.com>.
2003-11-22 06:45:50 +00:00
justdave%syndicomm.com
f2f82f88df Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas H��fler <andreas.hoefler@bearingpoint.com>
a= justdave
2003-11-22 06:10:24 +00:00
bbaetz%acm.org
47e32a94e6 Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bbaetz%acm.org
981bb412ed Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
possibilities.
Patch by Andreas Ho�fle, r=bbaetz, a=myk
2003-11-22 03:32:51 +00:00
myk%mozilla.org
a2daf0812b Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients. 2003-11-21 23:15:40 +00:00
scott%scott-macgregor.org
40970040f0 Fix a typo in EnsureFolderIndex that caused parent folders not to open on startup when trying to open a child folder. 2003-11-21 22:55:02 +00:00
mkaply%us.ibm.com
73a242e651 #226340
r=mkaply, sr=blizzard (platform specific), a=mkaply
Code from pedemonte - new font code - want this for beta to get testing on it
2003-11-21 22:30:41 +00:00
mkaply%us.ibm.com
00501bdd57 #226369
r=darin, a=mkaply
Rename transmngr to transmgr
2003-11-21 22:25:22 +00:00
cbiesinger%web.de
10d3cd0bf2 64230 Need to know which account is default when you have multiple mail accounts
patch by Stefan Borggraefe borggraefe@despammed.com
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.6b+
2003-11-21 22:12:38 +00:00
nelsonb%netscape.com
20abf0c0aa Don't invoke PKCS11 with an invalid handle. Bug 226285.
r=relyea sr=wchang0222
2003-11-21 22:10:56 +00:00
nelsonb%netscape.com
d3382c6ffe Remove an overreaching constraing on modulus length. Bug 226285.
r=relyea  sr=wchang0222
2003-11-21 22:09:27 +00:00
jst%mozilla.jstenback.com
eb5b664f33 Fixing bug 224549. Make sure JS errors are not dropped when JS is executed through nested calls through XPConnect. r=caillon@aillon.org, sr=brendan@mozilla.org, a=asa@mozilla.org 2003-11-21 19:48:35 +00:00
chanial%noos.fr
dd5c42a151 fix "find in page" and "find Again" menuitems. 2003-11-21 19:06:37 +00:00
roc+%cs.cmu.edu
8ab11f1a38 Bug 30579. Add a skinnable 'scrollcorner' element to fill in the gap when there are two scrollbars. r+sr=bryner,a=asa 2003-11-21 10:45:24 +00:00
jocuri%softhome.net
48d66442ad Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave. 2003-11-21 10:00:54 +00:00
neil%parkwaycc.co.uk
c070db20bf Bug 202587 Control+ and Command+ should be Ctrl+ and Cmd+ for consistency r=caillon sr=brendan a=asa 2003-11-21 09:13:36 +00:00
scott%scott-macgregor.org
1ae6fa9627 export print preview / page setup files 2003-11-21 08:03:42 +00:00
darin%meer.net
d6614a223b fixes bug 225424 "The View/Apply Theme menu of available themes should be sorted alphabetically"
patch by malcolm-bmo@farside.org.uk r=neil@parkwaycc.co.uk sr=alecf a=asa
2003-11-21 08:01:23 +00:00