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
varada%netscape.com
e72c12a282
adding new function SelectItem to make the selected item as the first in a combo box
1999-11-08 21:50:55 +00:00
varada%netscape.com
9ab43298ed
Adding new directory Wizard to form wizard.dll with cck specific functions and resources.
1999-11-08 21:49:18 +00:00
joki%netscape.com
ddb9aacbff
Fix for bug 17618, null out current event target frame after processing event. a:chofmann, r:vidur
1999-11-08 21:30:22 +00:00
waterson%netscape.com
1d36d9329e
Bug 18102. Consolidate element map, command dispatcher, and broadcaster hookup into AddSubtreeToDocument(). Fixes over-eager hookup of broadcast listeners into unresolved overlay elements, which left a dangling pointer. r=saari, a=chofmann
1999-11-08 19:07:13 +00:00
kin%netscape.com
49a0b708a3
Fix for bug #18230 : [DOGFOOD] Assertion thrown when clicking in the editor.
...
Fixed nsRangeListIterator AddRef/QueryInterface problems.
r=buster@netscape.com , a=chofmann@netscape.com
1999-11-08 18:49:36 +00:00
norris%netscape.com
e054a08198
Fix 18229: Bogus class file names being generated on Windows
1999-11-08 17:24:10 +00:00
scc%netscape.com
d5c96b7f3f
missed two T-->nsISupports instances, which primary platforms didn't catch, since they weren't instantiated
1999-11-08 12:25:11 +00:00
scc%netscape.com
20035843b1
Specialize |nsCOMPtr| for |nsISupports| (i.e., |nsCOMPtr<nsISupports>|). The specialization _does_not_ have the invariant that |nsCOMPtr<T>| has of always pointing to the COM-correct interface. An |nsCOMPtr<nsISupports>| essentially means "a pointer to _any_ [XP]COM interface". This change allows dougt to fix his M11 bug. a=chofmann, r={danm, hyatt}
1999-11-08 11:43:11 +00:00
scc%netscape.com
a45851b965
Was using a private name from "nsCOMPtr.h" that happened to go away with this checkin. Should have been using |dont_QueryInterface()|, and now it does. r={danm, hyatt}
1999-11-08 11:43:10 +00:00
scc%netscape.com
5d8c1c00fe
was using private |#defines| (in spite of the warning) from "nsCOMPtr.h" that happened to go away with this checkin. Should have been using |NS_STATIC_CAST| from "nscore.h". r={danm, hyatt}
1999-11-08 11:43:09 +00:00
scc%netscape.com
3c5f9680cf
Since there are two |CurrentItem()| functions, had to add an |NS_STATIC_CAST| to disambiguate the deciding parameter, caused by the change to |nsCOMPtr|s. r={danm, hyatt}
1999-11-08 11:43:08 +00:00
scc%netscape.com
17b2f3cb1a
Test the new facilities added to |nsCOMPtr| in this checkin. r={danm, hyatt}
1999-11-08 11:43:07 +00:00
karnaze%netscape.com
af380a98b3
new regression tests not affecting the build.
1999-11-08 05:25:31 +00:00
karnaze%netscape.com
dc34d70b4b
bug 18204 - null pointer check fixes crash. permission from chofmann.
1999-11-08 05:24:27 +00:00
beard%netscape.com
86fab6c4bc
update just a touch more when resizing views. bug=17574, r=pavlov, a=chofmann
1999-11-08 04:06:59 +00:00
beard%netscape.com
fd8a0a6599
implementing InvalidateRegion. r=sfraser, a=chofmann, bug=porkjockey painting
1999-11-08 04:05:26 +00:00
warren%netscape.com
8fe0bb36a6
Got Gayatri's JAR protocol working. (not in build yet)
1999-11-07 21:55:12 +00:00
karnaze%netscape.com
0652942e6a
new regression tests - does not affect build.
1999-11-07 20:02:08 +00:00
tbogard%aol.net
b9a3038667
Implemented new interface method GetCurrentURI.
1999-11-07 10:06:38 +00:00
tbogard%aol.net
c93843a809
Added a readonly attribute to get the currently loaded URI.
1999-11-07 10:05:48 +00:00
tbogard%aol.net
de7aa0b6fd
Removed NewURI as it is no longer needed. Added new methods that are found in the interface for getting the currently loaded URI. Also made the changes to LoadURI* to match changes in the interface. Took advantage of the change to nsDSURIContentListener to set the presContext for the load. Made nsDSURIContentListener a friend class to avoid having to make some non-interface member functions public.
1999-11-07 10:03:51 +00:00
tbogard%aol.net
4977cd5b19
Added methods to set and get the presContext for the content listener. Made nsDocShellBase a friend class so we could move the constructor and all the non-interface methods into protected area.
1999-11-07 10:00:53 +00:00
tbogard%aol.net
5a8425b75d
Changed loadURI to take an nsIURI instead of a wstring. Added a read-only attribute to get the currently loaded URI.
1999-11-07 09:57:56 +00:00
tbogard%aol.net
764c436e8a
Changed the C++ includes to the equivalent of nsIURI and nsIStreamListener IDL versions. I couldn't find them earlier. Thanks to andreas.otte@primus-online.de for pointing the availability of them out to me.
1999-11-06 19:11:09 +00:00
tbogard%aol.net
02a0390b07
Changed the nsIDocShell parent attribute to not create a cycle. Added notes about this. Framed out start of usage for the uriloader. Added code for the new nsDSURIContentListener object to be the callback object for nsIURIContentListener passed to uriloader.
1999-11-06 04:51:05 +00:00
tbogard%aol.net
1052a2a5e8
Added parentURIContentListener. Also added comments on the nsIDocShell parent attribute to discuss the cycle situation that could occur. Added notifications about the rules that must be used when using/ implementing this member.
1999-11-06 04:48:21 +00:00
tbogard%aol.net
a2b5afbab9
Changed the some of the forward declared interfaces to be includes of the idl files. This makes the usages of these interfaces easier. Also put in the C++ includes for the nasty dumb interfaces nsIURI and nsIStreamListener which haven't found their homes in IDL yet.
1999-11-06 03:58:15 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
beard%netscape.com
4b137d03f5
added -assign flag, to assign blame to stack crawls.
1999-11-06 03:24:08 +00:00
beard%netscape.com
12a9f91fa5
added ASSIGN_BLAME to control whether blameInfo is retrieved (which is quite slow)
1999-11-06 03:23:49 +00:00
beard%netscape.com
878c10b91c
added tag quoting, to avoid messing up the leak reports.
1999-11-06 03:22:46 +00:00
dmose%mozilla.org
d4cc3f0c8a
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 02:59:15 +00:00
dmose%mozilla.org
c69cb10978
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 02:52:41 +00:00
dmose%mozilla.org
ec37cbfc25
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 02:47:15 +00:00