Граф коммитов

62995 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 0ad4060d07 fix horribly obvious typo that might cause assertions (surprised it hasn't already) 2000-05-25 05:14:24 +00:00
rpotts%netscape.com 62822b5dda bug #29178. Do not show a blank document when a HTTP server returns a status 204 - No Content 2000-05-25 05:12:58 +00:00
sspitzer%netscape.com 8cd4f92fd9 removing mimerosetta.h from the build. it is not used anymore. 2000-05-25 04:53:58 +00:00
alecf%netscape.com fe8a93dafb add unsent messages folder support (for a bunch of i18n bugs)
r=sspitzer
2000-05-25 04:53:24 +00:00
alecf%netscape.com 343b04c867 fix for 37183 - hardcoded strings in nsMsgStatusFeedback - get them from the string bundle
r=sspitzer
2000-05-25 04:10:47 +00:00
alecf%netscape.com 7d5403cc20 fix for #33852 - make "Local Folders" a localized string during migration
r=sspitzer
2000-05-25 04:07:26 +00:00
alecf%netscape.com 4ddb702365 fix for #18364 - get this string from the string bundle r=sspitzer 2000-05-25 04:05:40 +00:00
alecf%netscape.com eeff0d90bd for local mail, use localized Drafts/Templates/etc from the stringbundle 2000-05-25 03:52:40 +00:00
alecf%netscape.com 3dbe96b62d add localized strings for Inbox/Drafts/etc as preparation for 18364/37183/33852
r=sspitzer
2000-05-25 03:50:48 +00:00
alecf%netscape.com dd77b2546f add localized strings for Drafts/Inbox/etc to base folder
class as static members (preparation for 18364/33852)
r=sspitzer
2000-05-25 03:49:10 +00:00
blizzard%redhat.com 4fb3857378 add google to the list of default search engines. bug #32586. r=rjc a=brendan 2000-05-25 03:39:08 +00:00
blizzard%redhat.com e44d7ab004 add google search service from Amit Patel <amitp@google.com>. bug #32586. r=rjc a=brendan 2000-05-25 03:37:35 +00:00
cmanske%netscape.com d457c4985f Fixed object properties bug 39649, including moving methods involved (without change) from ComposerCommands.js to editor.js as suggested by sfraser. r=sfraser 2000-05-25 03:35:33 +00:00
pinkerton%netscape.com 7fae5675a4 Fix for bug 7956, don't change cursor when app is in background. added knowledge of if we're in the bg to the nsToolkit and nsWindow now checks it. r=sfraser. 2000-05-25 03:35:13 +00:00
cmanske%netscape.com 6d4c9b8d5c Fixed object properties bug 39649. r=sfraser 2000-05-25 03:34:20 +00:00
pinkerton%netscape.com 55d7734c0a export nsIChangeManager.idl (mac-only) [Not part of build] 2000-05-25 03:30:36 +00:00
pinkerton%netscape.com 446aa455ed First Checked In. 2000-05-25 03:30:02 +00:00
leaf%mozilla.org 23e9aab7d7 Automated update 2000-05-25 02:15:10 +00:00
wtc%netscape.com b75996934f Bugzilla bug #26506: removed the dns lock if the platform has
gethostbyXXX_r or if the gethostbyXXX functions return the result
in thread specific storage.  Did this for AIX, HP-UX, IRIX, OSF1,
Linux, and Solaris.
Modified files: AIX.mk, HP-UX.mk, IRIX.mk, OSF1.mk, _linux.h,
_solaris.h, and prnetdb.c
2000-05-25 02:07:07 +00:00
jefft%netscape.com a94d667839 try again; a better way to fix sun os bustage 2000-05-25 02:05:08 +00:00
axel%pike.org bea362c317 fixing horkage of clobber builds, e.g. shrike, a=syd 2000-05-25 02:04:55 +00:00
jefft%netscape.com a9673a08d5 fixed sun os bustage 2000-05-25 01:55:46 +00:00
wtc%netscape.com 14f6c25cb9 Bugzilla bug #40529: fixed bugs in PR_GetIPNodeByName (the code that
appends the IPv4 addresses returned by the second gethostbyname2
call to the h_addr_list).
2000-05-25 01:37:45 +00:00
pavlov%netscape.com 363b46e509 fix stupid windows compiler 2000-05-25 01:24:07 +00:00
pavlov%netscape.com 6a7f45fbe2 try to fix stupid windows compiler bustage 2000-05-25 01:20:20 +00:00
axel%pike.org 237c43f404 Getting us a step closer to xslt on mozilla, see 36038,
[NOT PART OF THE BUILD]
2000-05-25 01:03:29 +00:00
sspitzer%netscape.com 7838c32762 fix for #36159, get send unsent messages to work again. while I'm here, remove
the rosetta_mailnews.h horse crap.  r=mscott.
2000-05-25 01:02:13 +00:00
jefft%netscape.com c99b96e79b fixed bug 39810 - empty trash on exit causes slow shutdow; PR_Wait() too long; r=mscott 2000-05-25 00:56:28 +00:00
ssu%netscape.com ac3f951cdb fixing bugs #:
39783 - installer should install seamonkey into a subfolder from chosen destination path.
34011 - err check for files getting downloaded before installation starts

The code to fix this bug is in, but simply disabled
39015 - Browser needs proxy settings from installer when available

r=sgehani
2000-05-25 00:47:30 +00:00
ssu%netscape.com 5b01d9a93e fixing bugs #:
39783 - installer should install seamonkey into a subfolder from chosen destination path.
34011 - err check for files getting downloaded before installation starts

The code to fix this bug is in, but simply disabled
39015 - Browser needs proxy settings from installer when available

r=sgehani

this particular file is not part of tinderbox build.
2000-05-25 00:46:30 +00:00
pavlov%netscape.com c165e6c65b fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
sgehani%netscape.com fc31c6fc0a Fixing seg fault on exit. [b=36781, r=dveditz] 2000-05-25 00:13:48 +00:00
jfrancis%netscape.com 3557066e86 fixing unix nsCOMPtr usage 2000-05-24 23:59:45 +00:00
pinkerton%netscape.com bfc2ba4c32 Using WINAPI macro for callback routines. Thanks to juberti@aol.com and
jesusx@who.net for the help and moral support. r=mozbot a=mozbot
2000-05-24 23:56:47 +00:00
jfrancis%netscape.com b72fc981df fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:38:07 +00:00
jst%netscape.com 4d943347db Fixing bug nsbeta2+ bug 40197, accessing .href on anchors with no href attribute returned the base URL in stead of an empty string, same problem exists and is fixed with this checkin for images. r=vidur@netscape.com 2000-05-24 23:37:26 +00:00
buster%netscape.com 282be9e0ac partial fix for bug 40211. This fixes the layout assertions loading the page.
the problem was dynamic creation of positioned elements wasn't properly handled
r=nisheeth@netscape.com
2000-05-24 23:28:20 +00:00
warren%netscape.com 69483729ce Fix problem handing deleted string to SetURLString. r=alecf 2000-05-24 23:26:49 +00:00
blizzard%redhat.com 18cafcaee3 bring test case in sync with new header file definitions 2000-05-24 23:24:39 +00:00
morse%netscape.com 58b4713250 bug 39653, describe obscure/encrypt choice better to reduce our liability, r=dp 2000-05-24 23:22:15 +00:00
blizzard%redhat.com f9e4793241 make enums more gtklike. r=pavlov, a=waterson 2000-05-24 23:18:23 +00:00
blizzard%redhat.com ec7eb2de95 automatically add text/plain where text/unicode is present. r=pavlov, a=waterson part of #37003 2000-05-24 23:17:43 +00:00
blizzard%redhat.com b0d7b497b9 add interlacebuf to ipng_struct that was missed on pnunn's checkin. should fix impending redness. a=leaf 2000-05-24 23:12:00 +00:00
putterman%netscape.com ee0624cd6e Fix for dogfood bug 40483. r=sspitzer. a=phil. Can now bring up account wizard when a new
profile is created.
2000-05-24 23:09:34 +00:00
ruslan%netscape.com 6ae8a5ab9a Fix 39107, a=gagan 2000-05-24 23:04:57 +00:00
jfrancis%netscape.com bcd3fa6b6c fixes 29329 2000-05-24 23:01:09 +00:00
jfrancis%netscape.com 18736fd80c fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
leaf%mozilla.org 6630ca37f6 Automated update 2000-05-24 23:00:11 +00:00
pnunn%netscape.com 939be2b739 bug#3195: Checking in for Chris Hill. Thanks for the patch, Chris.
fixes progressive (interlacing) png's. rev:pnunn@netscape.com, a:brendan@mozilla.org
2000-05-24 22:59:20 +00:00
dougt%netscape.com c029aaee90 Making ProxyService Threadsafe for Add and Remove Proxy. r=gagan. 2000-05-24 22:55:35 +00:00