50368 Commits

Author SHA1 Message Date
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
sspitzer%netscape.com
248e618bcb fix bug #23366 2000-01-11 09:57:50 +00:00
hyatt%netscape.com
d9b3b274f1 Oops again. 2000-01-11 09:56:17 +00:00
hyatt%netscape.com
d5edce7048 Oops. Forgot to add makefiles. 2000-01-11 09:52:42 +00:00
sspitzer%netscape.com
1609e6eb8a fix bug #23249. prepopulate the address widget the newsgroup name (not the full uri). also, if they had a news server selected, treat this like a normal "To:" compose. 2000-01-11 09:51:28 +00:00
cls%seawood.org
68b1f6d26c Oops. Wrong fix. Backing out. 2000-01-11 09:49:20 +00:00
dougt%netscape.com
904b58b92b URL loading did not work when I click on the Update notificaiton menu item.
I am just going to hard code a URL for this until I get an interface on
xpflash which can convert a update name to an update url.
2000-01-11 09:47:33 +00:00
cls%seawood.org
b11220bab4 Commenting out non-existant Makefile 2000-01-11 09:41:13 +00:00
sspitzer%netscape.com
b9dfd88b3b make it so the identity for the "Local Folders" account that gets created defaults the copies and
folders prefs to the "Local Folders."
2000-01-11 09:28:24 +00:00
dougt%netscape.com
6e45250233 removing NSCP references. 2000-01-11 09:21:29 +00:00
dougt%netscape.com
bc5e6a966d Adding URL loading when clicked. 2000-01-11 09:18:43 +00:00
dougt%netscape.com
815de20342 Adding Update Notification to the task menu bar.
r=waterson.
2000-01-11 08:58:22 +00:00
dougt%netscape.com
0078849ac4 dusting off notification.
r=waterson@netscape.com
2000-01-11 08:53:18 +00:00
rjc%netscape.com
898f051fc7 Use native ptr [via .get()] 2000-01-11 08:41:15 +00:00
rjc%netscape.com
86f0302402 Defer creation of resource cache until a sort is imposed. Also, added a temporary working for db->OnChange() not enjoying a null oldTarget. 2000-01-11 08:38:47 +00:00
hyatt%netscape.com
3eff44b867 Adding XBL. 2000-01-11 08:26:26 +00:00
hyatt%netscape.com
bc0351e8f8 Initial XBL landing. 2000-01-11 08:25:59 +00:00
sspitzer%netscape.com
d613e577e1 fix a reference error that I caused with my last checkin. 2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
9ca75194ad fix for bug #23457. when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").

fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.

r=alecf
2000-01-11 08:01:37 +00:00
pavlov%netscape.com
b72546b14a fix for 23559 r=waterson 2000-01-11 07:57:36 +00:00
pollmann%netscape.com
915ecbc26a Bug 22526: Correct bug where form was submitted by pressing enter in last text input if odd number of inputs r=harishd 2000-01-11 07:55:54 +00:00
pollmann%netscape.com
fd76569535 Bug 23376: <form action="foo.cgi?bar=baz" method="get"> should no longer result in two ?'s r=harishd 2000-01-11 07:34:12 +00:00
pollmann%netscape.com
6386c5da71 Bug 18478: Allow base tag in body to work for image maps (Fix courtesy bissiri@eecs.umich.edu) r=self, harishd 2000-01-11 07:21:24 +00:00
pavlov%netscape.com
3b3bbf1e53 fix memory leak when handling expose events r=bruce 2000-01-11 07:18:00 +00:00
mcafee%netscape.com
0de3b90af8 Typo was preventing browser.cache.check_doc_frequency from sticking. r=rgoodger@ihug.co.nz 2000-01-11 06:56:27 +00:00
mcafee%netscape.com
baad033001 Resurrecting some prefs we lost in the pref landing. r=rgoodger@ihug.co.nz 2000-01-11 06:47:05 +00:00
rjc%netscape.com
423ba787b8 Move resource cache up from the XUL sort service into the generic builder. Review: me 2000-01-11 06:28:28 +00:00
bienvenu%netscape.com
eeceb110d7 remove unneeded include 2000-01-11 06:15:31 +00:00