Commit Graph

66230 Commits

Author SHA1 Message Date
ftang%netscape.com
47a6f7740a fix 45876. patch proposed by brade r=ftang. Thanks brade for her help 2000-07-20 23:22:57 +00:00
tao%netscape.com
b52088ee1a 41054: Bundle 2-3 langpacks with Seamonkey. r=sfraser. 2000-07-20 23:21:08 +00:00
edburns%acm.org
9969ad3c8a bug=43280
a=av
r=av

Add a "don't show this dialog again" feature to the
"No Default Plugin Dialog".  In addition, don't display the dialog
more than once per mime-type per session.
2000-07-20 22:53:32 +00:00
dprice%netscape.com
626f954136 bug fixing 2000-07-20 22:28:01 +00:00
andreww%netscape.com
da80203056 Needed for classic/modern skin polish bug #43658 r=prass 2000-07-20 22:01:28 +00:00
javi%netscape.com
3e2ca70194 Allow signatures to be created even if there is no encryption cert to
be associated with the signature.
2000-07-20 21:57:31 +00:00
javi%netscape.com
d154ce33b3 Allow signatures to be created even if the user doesn't have an
encryption cert to go along with it.
2000-07-20 21:56:34 +00:00
roeber%netscape.com
bed9fed1db Added tests of token object manipulation.
I actually did this two months ago, but forgot to
check it in before going on sabbatical.
2000-07-20 21:48:26 +00:00
pinkerton%netscape.com
f52e05ba1f little patch for 45307, overlays leaving "b"'s as submenu titles. try to make them disabled if we do get them. r=saari. 2000-07-20 21:47:36 +00:00
tao%netscape.com
7df4a0c132 41054 : Bundle 2-3 language packs with Seamonkey. Change en-GB->en-DE in
build and packaging process. r=ssu & sfraser.
2000-07-20 21:40:42 +00:00
ruslan%netscape.com
b9c45237c9 FInally fix 42283; a=gagan,r=gordon 2000-07-20 21:25:19 +00:00
ruslan%netscape.com
2c3efade67 WIP on 42283 - make nsNetModules to be thread-safe; r/a=gagan 2000-07-20 21:24:38 +00:00
rods%netscape.com
4ba7e28964 moved form registration code to Reflow instead of GetPrefSize, it wasn't being called correctly when wi/h was being set via style
b=45846 r=kin
2000-07-20 21:17:03 +00:00
ftang%netscape.com
d0fbf58a0b take out debuging code 2000-07-20 21:10:39 +00:00
ftang%netscape.com
afd789602b more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
waterson%netscape.com
d461ba0f97 Fix Mac bustage. I though 'L' was enabled on Win32 for NS_LITERAL_STRING(), too. Guess I was wrong. 2000-07-20 20:15:08 +00:00
waterson%netscape.com
3f97092916 Bug 40817. Modernize string routines; use UTF-8 conversion instead of ASCII conversion on URLs. r=rjc 2000-07-20 19:49:47 +00:00
bryner%uiuc.edu
6bed3774a3 Fix for 37477. r=pavlov,av. a=av. 2000-07-20 19:27:20 +00:00
pinkerton%netscape.com
51315dae20 don't use webshell.mcp, use docshell.mcp. (bug #45723) 2000-07-20 19:11:53 +00:00
pinkerton%netscape.com
b57e3fbcdc don't use webshell.mcp, use docshell.mcp. 2000-07-20 19:11:04 +00:00
edburns%acm.org
0ac863d889 bug=16677
a=av
r=stanley.ho

This fix causes nsPluginHostImpl::FindProxyForURL to honor
the "no proxies for" list.
2000-07-20 19:09:50 +00:00
mkaply%us.ibm.com
ee0249ccf8 #45973
r=dougt, a=brendan
OS/2 specific changes for nsAppFileLocationProvider.cpp
2000-07-20 18:55:28 +00:00
tao%netscape.com
ec0a30fd5d Update en-DE pack; not part of the build yet (not pulled). 2000-07-20 18:15:38 +00:00
mcgreer%netscape.com
36c22a2a15 some compilers don't like the void* arithmetic 2000-07-20 16:58:32 +00:00
mkaply%us.ibm.com
522aaa276a #45690
r=mkaply, a=brendan
Sync up nsLocalFileOS2.cpp with Windows changes
2000-07-20 14:54:24 +00:00
rods%netscape.com
f7fbff18c7 check in for andreas, it now checks to make sure that the image or lowimage is not
null before getting the width and height
b=36902, a=waterson
2000-07-20 14:50:17 +00:00
brade%netscape.com
e9560f8f8b check if events have been handled already before dispatching them; r=saari; bug #45390 2000-07-20 14:32:30 +00:00
brade%netscape.com
7eaaeacf1c comment out offensive line to get Mac green again 2000-07-20 13:46:43 +00:00
mscott%netscape.com
c5950b9e2e Bug #39736 --> we were always using the charset specified in the mail header instead of using the charset override
value if it was present. This broke forwarding inline for messages that had incorrect charsets assigned to them.
r=alecf
2000-07-20 08:52:18 +00:00
dveditz%netscape.com
a61b648185 Comment-out call to crashing ReloadChrome() so we can call bug 39367 fixed. 2000-07-20 08:33:54 +00:00
mscott%netscape.com
7e8118765e Bug #39736 --> for forward inline case, we need to make sure we pass in the right charset to mime when it fetches
the message body for quoting purposes.
r=nhotta.
2000-07-20 07:53:58 +00:00
mscott%netscape.com
7d245cb17e Bug #39736 --> charset over ride has no effect on quoting. Fix is to use the charset
we just passed in.
r=nhotta
2000-07-20 07:42:14 +00:00
mscott%netscape.com
8b3042c586 Bug #39736 --> set the charset on the compose field if we have one from the
top most message window.
r=nhotta
2000-07-20 07:41:51 +00:00
mscott%netscape.com
072584458d Bug #39736 --> pass in the charset to quote the body with. this helps fix charset over ride has
no effect on quoting.
r=nhotta
2000-07-20 07:41:12 +00:00
pinkerton%netscape.com
a6aa282f60 First Checked In. 2000-07-20 07:17:32 +00:00
jst%netscape.com
9724edaa51 Trivial change to cut down on the noice in bug reports by not returning internal errors back to JS, this fixes harmless, but annoying JS exceptions when mousing over chromeless windows. r=waterson. 2000-07-20 06:11:22 +00:00
pollmann%netscape.com
1c841a3606 Bug 42686: Remove an assertion which was preventing dogfood use on Mac. r=jst@netscape.com (thanks!) 2000-07-20 06:02:41 +00:00
nelsonb%netscape.com
350eea5535 Use unsigned ints for length parameters to "octets" functions. 2000-07-20 04:47:24 +00:00
nelsonb%netscape.com
7f70f07983 Eliminate lots of warnings found by -fullwarn.
Add sanity test to s_mp_div().
2000-07-20 04:21:37 +00:00
nelsonb%netscape.com
04007f8bb5 Eliminate warnings found with -fullwarn. 2000-07-20 04:20:21 +00:00
uid408
2caf599e57 Enable 8-bit alpha channel for images on Windows. Bug 36694. Patch thanks to VYV03354@nifty.ne.jp. r=kmcclusk,dcone a=brendan 2000-07-20 04:19:23 +00:00
dougt%netscape.com
fc9b2dea36 disable test. damn sunos. 2000-07-20 03:21:31 +00:00
dougt%netscape.com
f3308a96df Fixing sunos bustage. 2000-07-20 03:17:58 +00:00
mcafee%netscape.com
2a7993f746 Moving EmitHtmlHeader to after tb_load_data call so we have a value for \tree 2000-07-20 02:52:11 +00:00
tao%netscape.com
6ac068a587 not of part of the build yet. files for en-DE. 2000-07-20 02:19:11 +00:00
dougt%netscape.com
2d12f20ad7 removing unneeded include. 2000-07-20 01:53:09 +00:00
pnunn%netscape.com
38ed05f47f fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
waterson%netscape.com
a9988fbc1f Bug 37622. The rest of the patch that I somehow missed the first time around. r=blizzard,pavlov 2000-07-20 01:40:54 +00:00
dave%intrec.com
6680ca2f94 Fix for bug 31336 (separate bug groups from access groups in user editor) 2000-07-20 01:31:10 +00:00
nbhatla%netscape.com
1c16b921c7 Bug #43658 (Mac classic skin polish fixes) - Updated mac classic skin, adding background to slider, modifying autorepeat images, and adding sidebar collapse images to CSS. Bug #45336/#45725 (Mail app crashes after startup) Fixed this by removing border-top style from sidebar.css in .iframe-panel. Bug #44744 - Fixed checkmark spacing in menus in Windows Classic skin. 2000-07-20 01:21:15 +00:00