dp%netscape.com
e04050e411
Modifying sample to use NS_MODULE macros. r=alecf
1999-11-09 23:28:10 +00:00
cls%seawood.org
b506fb7fc6
Removed modules/security/freenav from DIRS
1999-11-09 23:25:12 +00:00
cls%seawood.org
375ff218fd
Removed NECKO define.
...
Added '-W -Wno-unused' to _WARNINGS_CFLAGS for gcc.
Marked --enable-mathml as broken.
1999-11-09 23:22:15 +00:00
cls%seawood.org
69b832ac90
Commented out unused Makefiles
1999-11-09 23:18:28 +00:00
cls%seawood.org
15b3fa7708
Copied check for MOZ_SECURITY to DEBUG_AUTOCONF_XCOMPILE ifdef
1999-11-09 23:16:22 +00:00
cls%seawood.org
dcb3aa39d9
Replaced NO_SECURITY ifdef with MOZ_SECURITY one. This causes pref_VerifyLockFile to always return PR_TRUE rather than linking against the dummy secfree library. This replacement also removed the last dependency upon that dummy library so it will no longer be built (next patch).
1999-11-09 23:13:53 +00:00
cls%seawood.org
1ae2f7bc57
gcc 2.95+ fixes
1999-11-09 23:04:16 +00:00
matt%netscape.com
c2feb3747f
fixing for bug 16221
...
changing port from string to int
1999-11-09 23:02:51 +00:00
rods%netscape.com
07460b6c29
Fixes bug 18039, it doesn't call WipeContainingBlock for select frames
...
This needs a better fix, filed bug 18366
r=kmcclusk
1999-11-09 22:36:05 +00:00
valeski%netscape.com
e70792af1e
18134, a=chofmann,r=andreas. Resolve() was not handling ../../ cases in relative URI specs. Now it is. We call ReplaceDotMess() on the path portion _only_.
1999-11-09 21:31:43 +00:00
pinkerton%netscape.com
6fc8f9b5c8
remove the tooltip over mozilla button because we don't yet have a good fix for bug 15946. this is a workaround. (r=sdagley).
1999-11-09 21:29:06 +00:00
karnaze%netscape.com
e7e62d5d31
new regression test not affecting build.
1999-11-09 21:06:13 +00:00
sspitzer%netscape.com
5f9cc8ceb2
fix for the regression I introduced. when we send the 'MAIL FROM:' command to the SMTP server, we want to send it 'MAIL FROM: <sender>', not 'MAIL FROM: <Foo Bar <fbar@xyz.com>>'. my SMTP server allowed 'MAIL FROM: <Seth Spitzer <sspitzer@netscape.com>>' which is why I didn't catch this.
1999-11-09 19:25:39 +00:00
blizzard%redhat.com
4b0bcc72c9
include ctype.h so isprint() is defined. a=choffman
1999-11-09 19:20:24 +00:00
karnaze%netscape.com
c3802b65a6
new regression test, not affecting build.
1999-11-09 18:45:09 +00:00
rogerl%netscape.com
a097356fa8
Removed NativeClosure
1999-11-09 18:24:40 +00:00
leaf%mozilla.org
26f816f120
fixing packaging target to depend on mozilla-bin rather than apprunner
1999-11-09 18:21:18 +00:00
terry%mozilla.org
9554300a3f
Turns out string fields should all be declared as "binary" if we want
...
them to be case-insensitive.
1999-11-09 18:12:43 +00:00
slamm%netscape.com
dc00250669
Now really get it right.
1999-11-09 18:05:12 +00:00
slamm%netscape.com
f18878266f
Get directory right for mailnews aggregate warnings.
1999-11-09 18:01:26 +00:00
slamm%netscape.com
cebd1e0da6
Add warning filtering by directory. Fix some perl warnings.
1999-11-09 17:58:56 +00:00
rods%netscape.com
f14dbd84fb
Fixes MLK 18207 - missing addref, r=beard
...
Fixes Crasher 17852 by temporarily commenting out the offending line, waiting on bug 18183
r=kmcclusk
1999-11-09 13:41:27 +00:00
idk%eng.sun.com
2355e40025
bug 17859
...
Added null checking
1999-11-09 10:42:36 +00:00
idk%eng.sun.com
12b30bdf0b
bug 18180
...
Names changed
Pluglet->PlugletFactory, *PlugletInstance*->*Pluglet*
1999-11-09 10:28:46 +00:00
pinkerton%netscape.com
4095510e3a
fix for #17664 (crash in drag code when css destroys the frame when clicking on link). small fix for when target is null on mouseMove events (say when mouse is in menu bar on MacOS). (r=saari).
1999-11-09 07:10:46 +00:00
leaf%mozilla.org
a780e12c61
removing NECKO #define, adding irc to windows build, a=chofmann
1999-11-09 04:36:08 +00:00
nisheeth%netscape.com
ab25264f7b
r=vidur. a=chofmann. Post a reflow event instead of doing reflow command processing synchronously. Currently this only happens on content appended and content inserted notificaitions in the pres shell.
1999-11-09 03:23:26 +00:00
bienvenu%netscape.com
b08313a370
write out folder cache on messenger bootstrap shutdown a=chofmann,r=rhp 18306
1999-11-09 03:19:01 +00:00
rhp%netscape.com
278c2edbed
Fix for format=flowed plain text - Part of 17983 fix - r: rhp
1999-11-09 03:09:28 +00:00
rhp%netscape.com
fa8f1cd980
Fix for quoting problem - Bug #17983 - r: alecf
1999-11-09 03:05:10 +00:00
sspitzer%netscape.com
099b44e300
fix for #18128 , r=alecf, a=chofmann
...
fix the broken icon.
1999-11-09 02:54:00 +00:00
slamm%netscape.com
d6fbc738ba
Add styles, dialog and push, to titledbuttons. Fix for 18299. r=hyatt a=chofmann
1999-11-09 02:33:18 +00:00
sspitzer%netscape.com
94be527586
fix for #17956 , a=chofmann. fix by ducarroz, r=sspitzer
1999-11-09 02:07:58 +00:00
hangas%netscape.com
b7b5c6ab82
Hacked Undo/Redo menus to always appear enabled. This is a work-around for the issue where menus steal focus and therefore break command updating. r=sspitzer a=chofmann
1999-11-09 02:07:40 +00:00
leaf%mozilla.org
9220536886
making apprunner -> mozilla-bin switch
1999-11-09 02:05:20 +00:00
sspitzer%netscape.com
b79f0bc070
fix for #17956 and #18084 .
...
#17956 is reply fails if message in local mail folder
fix (by ducarroz) is to remove the temporary code.
#18084 is sending email fails in certain cases
the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.
r=alecf
a=chofmann
1999-11-09 02:04:06 +00:00
leaf%mozilla.org
72a56bb476
changing binary name to mozilla-bin, runscript to mozilla, modifying
...
mozilla-apprunner.sh to invoke new binary name. Updating packages file.
bug 17219, a=chofmann r=alecf
1999-11-09 02:03:38 +00:00
endico%mozilla.org
3c100f1ccb
Oops, now the text inside the form's text box is also centered. Re-fix this by adding </P> after the blurb at the top
1999-11-09 01:38:00 +00:00
endico%mozilla.org
150f259810
add a <P> before the <HR> so this looks better with mozilla. apparently in html 4.0, <HR> doesn't cause a </PR> so the entire rest of the page was getting centered after the <PR ALIGN=CENTER>
1999-11-09 00:38:35 +00:00
sdagley%netscape.com
5af0b5a954
Removed yet another file warren obsoleted from yet another MANIFEST file (didn't he come up with the idea for MANIFEST files in the first place?)
1999-11-09 00:31:52 +00:00
scc%netscape.com
ab156a6e51
backing it out until doug and I can resolve the types issues
1999-11-09 00:27:05 +00:00
sdagley%netscape.com
fa914afde9
Yet Another Tree Bistage Fix - looks like warren was having a bad CVS day as he put a typo in the first line
1999-11-09 00:27:00 +00:00
sdagley%netscape.com
cb9c425fa4
Another shot at fixing Mac build bustage - also remove the obsoleted nsIBuffer.h
1999-11-09 00:08:23 +00:00
scc%netscape.com
a503e1a781
dougt's changes from earlier in the week. He was unable to leave them
...
in at that time because he didn't have my |nsCOMPtr| fixes. Those went
in last night. So, on brendans suggestion, I'm reinstating dougt's
previous checkin.
1999-11-08 22:58:14 +00:00
warren%netscape.com
a2c6384b79
Removed nsIPageManager.h
1999-11-08 22:40:52 +00:00
warren%netscape.com
435d35a051
Removed obsolete files from tree.
1999-11-08 22:06:07 +00:00
warren%netscape.com
013ca2300f
Removed obsolete nsPageMgr.cpp
1999-11-08 22:05:23 +00:00
varada%netscape.com
56e715da47
adding wizard directory to cck
1999-11-08 21:55:03 +00:00
varada%netscape.com
fa0c760a36
adding another global variable in globals.h and .cpp
1999-11-08 21:54:31 +00:00
varada%netscape.com
37ff3c7b91
changing ini files to use wizard.dll instead of functions in interpret.cpp
1999-11-08 21:53:23 +00:00