Commit Graph

130748 Commits

Author SHA1 Message Date
cbiesinger%web.de
23938c8252 bug 235505 make nsIMIMEInfo::MIMEType readonly
r=bzbarsky sr=darin
2004-06-11 15:47:57 +00:00
darin%meer.net
96dfe84514 fixes bug 246337 "nsIProxy is unused and should be removed; nsISOCKS4SocketInfo is also unused and can be likewise removed" r=biesi 2004-06-11 15:31:21 +00:00
darin%meer.net
120fd5c31a fixes bug 246329 "SchemeIs failure leaks nsHttpChannel" r=biesi 2004-06-11 15:09:36 +00:00
cbiesinger%web.de
a4396ff7b4 bug 245673 named literal strings should be const
r+sr=darin
2004-06-11 15:05:29 +00:00
cbiesinger%web.de
52ead053dd bug 245689 ftp channels report NS_ERROR_FAILURE when resuming fails, instead of NS_ERROR_NOT_RESUMABLE
r=bbaetz sr=darin
2004-06-11 14:56:35 +00:00
jshin%mailaps.org
cc5eefe6dc bug 240300 : IDN in 'Connection refused alert' garbled. (r=cbie, sr=darin) 2004-06-11 14:20:14 +00:00
neil%parkwaycc.co.uk
8f42313065 Bug 246271 treecell does not respond immediately to src attribute changes r=varga sr=darin 2004-06-11 13:04:56 +00:00
neil%parkwaycc.co.uk
d6d70f3234 Bug 245325 Really fix addressbook's abuse of menulists r/sr=mscott 2004-06-11 11:48:14 +00:00
robin.lu%sun.com
b8205678d0 fix bug 220390 ACCESSKEY incorrectly supported on multiline SELECT tag.
patched by Nian Liu (neo.liu@sun.com).
r=aaronleventhal sr=jst
2004-06-11 08:03:16 +00:00
scott%scott-macgregor.org
f48e4fbb64 Bug #242672 --> Help menu should conform to Apple Human Interface Guidelines
Patch by Jon Baumgartner
2004-06-11 06:39:05 +00:00
brendan%mozilla.org
913606c84e Fix comment glitch pointed out by timeless (243359). 2004-06-11 06:30:14 +00:00
timeless%mozdev.org
9b9a5c1692 Bug 238712 nsMemoryImpl::Alloc (0) in XPCConvert::JSArray2Native
r=dbradley sr=brendan
2004-06-11 04:40:00 +00:00
jshin%mailaps.org
3fbdfedf43 fix the typoe I missed in the previous checkin for bug 246194 2004-06-11 00:58:53 +00:00
brendan%mozilla.org
7184dfb8b0 Add support for XUL preprocessor line/file coercion (243359, r=bryner). 2004-06-11 00:55:59 +00:00
jst%mozilla.jstenback.com
41f7ad6178 Fixing bug 245619. Don't bother serializing the result of JS execution when the caller doesn't care about the value. r+sr=brendan@mozilla.org 2004-06-11 00:48:00 +00:00
jshin%mailaps.org
bbf3ecb573 bug 227547: Add NFD->NFC conversion for attachment name (r=bienvenu, sr=mscott) 2004-06-11 00:47:31 +00:00
scott%scott-macgregor.org
8b3b9e40f2 Bug #245430 --> Port more thunderbird static build work to the trunk. Get rid of a static string class
from nsImapProtocol to avoid an OS X static build crash.

sr=bienvenu
2004-06-10 23:51:32 +00:00
bryner%brianryner.com
9979237075 Fix bustage 2004-06-10 22:50:58 +00:00
bryner%brianryner.com
0f656e1b6e more fixing os/2 bustage 2004-06-10 22:25:52 +00:00
scott%scott-macgregor.org
6481e20c8d Bug #245430 --> Remove static global string object to fix a crash on OS X static builds.
sr=bienvenu
2004-06-10 22:03:52 +00:00
bryner%brianryner.com
daf429b165 fixing os/2 bustage 2004-06-10 22:03:27 +00:00
bryner%brianryner.com
195d45b2e2 Move library base addresses to reserve 48MB of address space for the main executable for prebinding. Bug 246263, r=ben. 2004-06-10 21:56:40 +00:00
jshin%mailaps.org
f00e875ee9 bug 246194 : crash when char. encoding is set to UTF-16 for non-UTF-16 pages (r=smontagu, sr=dbaron, a=asa) 2004-06-10 21:16:56 +00:00
bryner%brianryner.com
88419a6334 fixing bustage 2004-06-10 21:10:11 +00:00
bryner%brianryner.com
947f4cb51b oops, checked in from an old version of the patch. fixing bustage. bug 239390. 2004-06-10 20:41:09 +00:00
bryner%brianryner.com
2666a9d913 Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard. 2004-06-10 20:39:11 +00:00
neil%parkwaycc.co.uk
5be5e5bb3f Hidden pref to disable expanding and scrolling to new message when opening folder b=139242 r/sr=bienvenu 2004-06-10 18:57:58 +00:00
mostafah%oeone.com
f142f4c580 Brought up to date with the one in browser/app 2004-06-10 18:35:30 +00:00
christophe.ravel.bugs%sun.com
878abc6269 238319: Sun packages changes. 2004-06-10 18:28:19 +00:00
edburns%acm.org
485106034b This checkin is the first step to making DocumentLoadListener work
again.  It provides the native class that implements
nsIWebProgressListener, which I've copied form gtk_moz_embed, so it's
gotta be good.  The next step will be to hook this up to the java side.

A src_moz/EmbedProgress.h
A src_moz/EmbedProgress.cpp

- mostly copied from GTKMOZEMBED

M classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeEventThread.java

- remove javadoc reference to non-existing method

M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h

- expose AddWebBrowserListener method.

M src_moz/InputStreamShim.cpp

- make FileInputStream testcase run

M src_moz/Makefile.in
M src_moz/NativeBrowserControl.cpp
M src_moz/NativeBrowserControl.h

- add EmbedProgress

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- Make this test run
2004-06-10 16:30:00 +00:00
bienvenu%nventure.com
0367cfdae3 fix for 185184, patch by hyc@symas.com, r=bienvenu, sr=mscott add option to only download pop3 headers initially, and download body on demand 2004-06-10 15:58:10 +00:00
mostafah%oeone.com
5ce01e4ab2 Brought up to date with browser/app 2004-06-10 14:10:26 +00:00
bienvenu%nventure.com
8a50db6a22 add UI for global pop3 inbox in account wizard and account settings, r=mscott, sr=sspitzer, 243837 2004-06-10 14:10:03 +00:00
bienvenu%nventure.com
9303873de8 add UI for global pop3 inbox in account wizard and account settings, r=mscott, sr=sspitzer, 243837 2004-06-10 14:04:32 +00:00
mozilla.BenB%bucksch.org
a9ceb59631 Bug 245758: Make bookmarks' internal unescaper match nsEscapeHTML, unescaping ' pr
r=Neil Rashbrook, sr=jst
2004-06-10 12:59:08 +00:00
neil%parkwaycc.co.uk
955e71a549 Bug 192557 Rebuild HTML draft from source rather than reinserting it as HTML r=glazou sr=mscott 2004-06-10 10:48:30 +00:00
ben%bengoodger.com
90812993e9 remove msword, excel, ppt from "safe" handlers list 2004-06-10 06:40:43 +00:00
ben%bengoodger.com
ccee312481 246018 - Firefox imports IE bookmarks over old bookmarks
237732 - user.js not copied by phoenix profile migrator
240136 - Firefox should not auto-import settings without user confirmation
2004-06-10 06:28:27 +00:00
bryner%brianryner.com
935bc91364 Include autoconf.mk so that we get a suitable OS_ARCH definition 2004-06-10 03:25:22 +00:00
pkw%us.ibm.com
d1a98c592e Bug 186789 - Ctrl+Shift Shortcuts in Mozilla conflict with ISO 14755 Input methods (shift+ctrl keys don't work) [mark all read]
r=neil.parkwaycc.co.uk@myrealbox.com, sr=alecf@flett.org (for XPFE changes), src=mscott@mozilla.org (for MailNews changes)
2004-06-10 01:42:00 +00:00
jst%mozilla.jstenback.com
e10531d5f6 Fixing bug 140690. Patch by m.wargers@hccnet.nl. Making element.innerHTML not do newline conversion. r+sr=jst@mozilla.jstenback.com 2004-06-10 00:11:38 +00:00
pschwartau%netscape.com
f35801c28d Updating JS_GetImplementationVersion() to date of latest JS release (67111) 2004-06-09 23:08:07 +00:00
pinkerton%aol.net
72505e0d2c moving import/export bookmarks to file menu. standardizing file menu, removing
some separators. removing "window" from zoom/minimize. changing next/prev tab
cmd keys to cmd-opt-left/right arrow
2004-06-09 22:46:51 +00:00
darin%meer.net
2663086d93 adding tracing facility to socket transport, NOT PART OF THE BUILD 2004-06-09 22:40:02 +00:00
pinkerton%aol.net
15759ba031 cleanup toolbar button strings making them easier to correctly localize
(bug 245911)
2004-06-09 22:19:48 +00:00
darin%meer.net
bd982d0036 fixes bug 246106 "Defensive (anti-phishing) auth prompts are displayed when they should not be displayed" r+sr=dveditz 2004-06-09 22:09:05 +00:00
pinkerton%aol.net
7d3881172e never try to theme <button> tags, we just can't catch all the permutations
(r=pink/sr=bryner/a=asa, bug 244058)
2004-06-09 21:58:22 +00:00
darin%meer.net
5ff8b21109 fixes bug 237819 "nsStandardURL should automatically convert ACE hostnames to UTF8" r=biesi sr=dbaron 2004-06-09 21:41:28 +00:00
dmose%mozilla.org
5d10c71afc Fix XML Schema crash that happens when using WSDL/SOAP arrays (bug 246082). r=timeless; sr=jst 2004-06-09 20:52:25 +00:00
brendan%mozilla.org
c44082952a Back out patch for bug 245890 for now. 2004-06-09 19:39:53 +00:00