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

50545 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 609762887c Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu 2000-01-11 22:41:36 +00:00
mscott%netscape.com f68ff8a7c9 Bug #8276 --> some old code in here wasn't allocating enough bytes for a string when quoting an address. As a result,
it was possilbe to give it a string with semicolons such that we would corrupt memory. an easy example:
foo@netscape.com;foo@netscape.com would cause us to write past the end of an allocated buffer and crash.
The fix is to make sure we allocate enough memory.
r=sspitzer
2000-01-11 22:37:24 +00:00
dcone%netscape.com dcdec2846c Set the container for the printContext. Fixes an Assert, but not the entire bug. r=Rods b=21470 2000-01-11 22:32:23 +00:00
nhotta%netscape.com 683215d57d First Checked In. 2000-01-11 22:30:41 +00:00
bryner%uiuc.edu a19a21f754 This fixes mousewheel scrolling inside trees. I also cleaned up the code
in nsEventStateManager, moving the view/frame locating code to its own
function - this will be helpful for implementing page up/down scrolling
for trees.  r=alecf.
2000-01-11 22:30:22 +00:00
briano%netscape.com 0f729adf06 Replaced with build-moz-ports.pl because people were confused. 2000-01-11 22:25:25 +00:00
briano%netscape.com 5db6c0f6b4 Minor tweaks for SunOS4 and the special-case Sun Workshop compiler builds. 2000-01-11 22:23:57 +00:00
valeski%netscape.com e92469cb8e r=rhp. datetime protocol wasn't initializing properly which would cause a datetime url without a host to spin 2000-01-11 22:16:19 +00:00
sspitzer%netscape.com d601e1d680 fixes to turn bug #22916 into a blank window bug (instead of a crasher)
r=troy
2000-01-11 22:15:20 +00:00
rjc%netscape.com eafd89b569 Check preference string to make sure its not an empty string before using. 2000-01-11 22:11:07 +00:00
dmose%mozilla.org c329d776eb when using SunOS and not using GCC, clobber now removes the Sun WorkShop template repository cache, as this can get out of sync. r=cls@seawood.org,akkana@netscape.com 2000-01-11 22:11:02 +00:00
ftang%netscape.com 4235f416d2 fix word breaking problem. r=mjudge. treat all word breaking as the same. 2000-01-11 22:07:13 +00:00
ftang%netscape.com a5072f418e fix bug 22921 . Use generic module macro to implement the module. 2000-01-11 22:05:50 +00:00
rjc%netscape.com 02fab863f0 Tweak resource cache usage. Change from putterman, Review from me 2000-01-11 22:03:53 +00:00
norris%netscape.com ab39816cf4 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
sspitzer%netscape.com 2944db26be ignore generated Makefiles 2000-01-11 21:52:27 +00:00
blizzard%redhat.com 742f7b31a5 add xpistub.so back into the unix package list since we build it now. 2000-01-11 21:34:52 +00:00
terry%mozilla.org 6bb1fef58a Fixed warnings. 2000-01-11 21:32:43 +00:00
dp%netscape.com 331dbeb0cd Providing register and unregister hook per component in the generic
module. r=alecf
2000-01-11 21:18:55 +00:00
waterson%netscape.com c0a53ad72f Bug 22915. Be sure to add the nsCachedChromeChannel to the load group on nsIChannel::SetLoadGroup(). Also, don't assume (in nsXULDocument::StartDocumentLoad) that when you 'hit' in the cache that the channel is actually a nsCachedChromeChannel; instead, inspect its content type. Finally, get rid of extraneous 'command' member variable in nsCachedChromeChannel. r=mscott 2000-01-11 21:18:19 +00:00
waterson%netscape.com 5154ce3d0a Bug 22915. Add 'text/cached-xul' as a content type that the nsXULDocument can handle. r=mscott 2000-01-11 21:12:52 +00:00
cmanske%netscape.com 8366ff5308 Oops! Restore 'g' in RegExp with last checkin. r=sfraser 2000-01-11 21:11:34 +00:00
blizzard%redhat.com 5b7b371474 fix for bug #23420. make sure that when checking the xlate queue that we compare against the rect as well as the serial of the Expose event. 2000-01-11 21:11:23 +00:00
dcone%netscape.com d83e244873 Used the NS_GET_IID(nsIDocShell) to create the docshell instead of a WebShellIID. r=travis b=22937 2000-01-11 21:06:42 +00:00
mscott%netscape.com 1613b35d89 Bug #23351 --> patch from bns_robson@hotmail.com to fix
problem where we weren't pausing for more data if the server hadn't sent
the response back.
r=mscott
2000-01-11 21:06:36 +00:00
cmanske%netscape.com c3fb41fb30 Part of fix for why forceInteger filter in Composer edit boxes doesn't work (fixed RegExp syntax). Added debug dump lines to help investigate bug 18707 (exists only in optimized builds). r=sfraser 2000-01-11 21:03:23 +00:00
mscott%netscape.com 5e07dc265e Bug #20132 --> pass in the interface request object into open url.
Some plugin code in nsWebShell::GetInterface broke progress / status information because it broke
the GetInterface method for webshell. I fixed this.
r=rpotts
2000-01-11 20:59:24 +00:00
pp%ludusdesign.com 698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
jefft%netscape.com 9b660a887d fixed bug 23442 -- [DOGFOOD] Empty trash on IMAP account causes crash; check for return value in js; r=putterman 2000-01-11 20:44:55 +00:00
srinivas%netscape.com d66c84ad07 Adding back rev 3.22 after fixing a typo. Update to OS/2 port; the build
now uses OS_ARCH=OS2, in place of WINNT.  Checkin for sobotka@axess.com.
Bugzilla 23544.
2000-01-11 20:44:12 +00:00
jefft%netscape.com be314bdf69 fixed bug -- Empty trash on local and POP folders doesn't work; implemented empty trash for pop; r=putterman 2000-01-11 20:41:24 +00:00
rods%netscape.com 9a18c0578e reworked some more of the fieldset's reflow (not in build yet) 2000-01-11 20:40:06 +00:00
rods%netscape.com fbaf63ee29 Listbox was handle clicks in the combobox incorrectly and this caused the
dropdown to rollup too soon.
b=23484 r=kmcclusk
2000-01-11 20:36:37 +00:00
rods%netscape.com 7660b3c8ea click events for checkbox and radiobuttons now handled via content (DOM0
instead of the frame
b=23592 r=kmcclusk
2000-01-11 20:33:36 +00:00
slamm%netscape.com 3fd2745bf4 Remove redundant if statements. 2000-01-11 20:29:59 +00:00
chuang%netscape.com 1a89572c34 Fix bug20235 AB Formatting checkbox not remembered, r=habgas 2000-01-11 20:06:39 +00:00
sspitzer%netscape.com 42ce930293 back end (migration) fix for bug #16219
migrate the mail.pop3_gets_new_mail and mail.imap.new_mail_get_headers get
migrated to mail.server.server1.download_on_biff
2000-01-11 20:03:51 +00:00
pnunn%netscape.com d1a8e1af27 Updated makefile.win for jpgcom. pnunn. 2000-01-11 19:51:02 +00:00
hyatt%netscape.com cd2878d48e Removing my lame comment. 2000-01-11 19:49:04 +00:00
mjudge%netscape.com 3ec359f588 bug 15982 r=cmanske. needed more places to add checks for style turning off normal selection. 2000-01-11 19:44:59 +00:00
mjudge%netscape.com 559f48905a r= cmanske. warning hunt 2000-01-11 19:43:07 +00:00
slamm%netscape.com b00101b190 Fix quotes for warnings command-line. 2000-01-11 18:54:21 +00:00
terry%mozilla.org 03994b0c80 Was making changes to bugs before validating the entries in the CC
field.  This caused mid-air collisions and other weirdnesses.
2000-01-11 18:25:11 +00:00
karnaze%netscape.com 776a7815b6 new regression test 2000-01-11 18:18:08 +00:00
sspitzer%netscape.com b497d9fee7 fix this back, since xbl/Makefile.in now exists 2000-01-11 18:06:33 +00:00
sspitzer%netscape.com c48c138c1b adding this for hyatt 2000-01-11 18:06:15 +00:00
troy%netscape.com b5bd38b59c b=23239. Changed tables to incrementally update maximum width (natural width)
if requested. Now we only do a single reflow when processing table cell
incremental reflow instead of the three reflows we had to do before
2000-01-11 15:55:31 +00:00
rhp%netscape.com d027771e9c Fix for invalid multipart message creation - Bug #: 19223 - r: mscott 2000-01-11 15:41:21 +00:00
cls%seawood.org 920cdff15a For now, skip intermediate xbl dir and go straight to xbl/public 2000-01-11 10:45:21 +00:00
sspitzer%netscape.com d6ed91fe90 fix bug #23370 2000-01-11 10:01:31 +00:00