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

55011 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com 27c42157e4 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
rickg%netscape.com 1544308876 replaced calls to deprecated string methods 2000-03-12 21:09:50 +00:00
scc%netscape.com 4a1be96cd9 Incremental changes. Provided implementations for the virtual functions that were previously pure virtual. These implementations were common, after all, even just between |nsString| and |nsCString|. These files are not part of the build. 2000-03-12 20:57:35 +00:00
rickg%netscape.com bcde9240ac replaced calls to deprecated string methods 2000-03-12 20:56:33 +00:00
rickg%netscape.com edd8aea3f1 replaced calls to deprecated string methods 2000-03-12 20:50:01 +00:00
rickg%netscape.com 5869138fb9 replaced calls to deprecated string methods 2000-03-12 20:39:41 +00:00
scc%netscape.com 0bbf2aae71 Incremental changes. Added |Implementation()| member to allow rick to implement copy-on-write. Added more virtual members to writable. More to come. These files are not part of the build. 2000-03-12 17:39:49 +00:00
morse%netscape.com 69534998b4 fix bug 29156, fix memory leak 2000-03-12 17:37:19 +00:00
morse%netscape.com c245c6e44e fix bug 30180 -- tighten up heuristic for prefilling username/passwords 2000-03-12 17:22:55 +00:00
sspitzer%netscape.com c447793c62 all three platforms have an implementation of nsIUserInfo now.
(but mac and windows impls need work, see bugs #29594 and #29596)
2000-03-12 11:59:34 +00:00
sspitzer%netscape.com baab561c7a added files: mozilla/xpfe/appshell/src/nsUserInfoMac.cpp 2000-03-12 11:57:56 +00:00
sspitzer%netscape.com 3abe6dc709 minor tweakage, not part of the build yet. 2000-03-12 11:52:02 +00:00
sspitzer%netscape.com 477e470faa we now have an implementation of nsIUserInfo for windows.
only GetUsername is implemented.
2000-03-12 11:49:28 +00:00
rickg%netscape.com efeff569f4 removed calls to deprecated string methods 2000-03-12 11:18:18 +00:00
rickg%netscape.com ae0bf903bb removed calls to deprecated stringm ethods 2000-03-12 11:12:57 +00:00
rickg%netscape.com 7c4f6b3293 landing phase 2 to remove deprecated string calls 2000-03-12 11:10:07 +00:00
rickg%netscape.com c617e3f2e9 removed calls to deprecated nsString methods 2000-03-12 11:06:57 +00:00
rickg%netscape.com 61c6d0ae1e removed calls to deprecated string methods 2000-03-12 10:59:00 +00:00
rickg%netscape.com 17f289a420 eliminate extra string copy 2000-03-12 10:52:02 +00:00
rickg%netscape.com 40a15f6635 landing phase 2 to remove deprecated string calls 2000-03-12 10:39:10 +00:00
sspitzer%netscape.com 49a12dab25 fix build bustage. I need to make this code more portable across unixes. 2000-03-12 10:26:09 +00:00
rickg%netscape.com c815bfa127 more WIP to remove nsStr references 2000-03-12 10:07:57 +00:00
rickg%netscape.com e750a8bcc4 remove calls to deprecated string methods 2000-03-12 10:02:40 +00:00
rickg%netscape.com 1c1708313c second phase of deprecated method removal. 2000-03-12 10:01:10 +00:00
pavlov%netscape.com 7c2ff3c89f remove useless #include's 2000-03-12 09:28:10 +00:00
rickg%netscape.com 7c3791f3f7 removed nsStr references 2000-03-12 09:23:40 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
rickg%netscape.com ccbae36ab0 removed references to nsStr 2000-03-12 08:58:33 +00:00
sspitzer%netscape.com 85024cc3f0 changes for news over SSL. initial changes needed for SMTP over SSL, but
that isn't going to happen yet.  cleanup changes for nsNewsDownloadDialogArgs (still not used yet.)
2000-03-12 08:58:02 +00:00
sspitzer%netscape.com 88fe594ab4 use nsIUserInfo (it is exists) to set the users name if it needs it. (see linux only bug #26290). also, migrate the SSL nature of the smtp server, and add TrySSL to the nsISmtpServer interface. (bug #30321) fix problem with nsSmtpServer::SetAuthMethod() 2000-03-12 08:27:31 +00:00
sspitzer%netscape.com b56e7309fa remove aw-fullname.*, they are no longer used. 2000-03-12 08:21:38 +00:00
sspitzer%netscape.com 2f5a5a36ec use nsIUserInfo (if it exists, it doesn't on mac and windows yet) to pre-populate the users email address and full name. 2000-03-12 08:20:13 +00:00
sspitzer%netscape.com 1ddd026c3c ignore generated executable 2000-03-12 08:19:00 +00:00
sspitzer%netscape.com 2c698d6c86 turn on nsUserInfo for unix only right now. windows and mac to follow. 2000-03-12 08:17:43 +00:00
sspitzer%netscape.com 264829ea97 add debugging printfs. fix warning. 2000-03-12 08:10:23 +00:00
sspitzer%netscape.com 06d3724e20 add nsAsyncStreamListener to the bloaty logs. 2000-03-12 08:06:14 +00:00
morse%netscape.com f0333310b7 fix bug 29839, no message when viewing saved passwords and nothing was ever saved 2000-03-12 08:00:49 +00:00
sspitzer%netscape.com e480465678 added files: mozilla/xpfe/appshell/public/nsIUserInfo.idl 2000-03-12 07:58:13 +00:00
sspitzer%netscape.com bcd14e5e18 adding nsIUserInfo the the build 2000-03-12 07:51:35 +00:00
rickg%netscape.com 9b2a84826b WIP for new nsString; this doesn't impact current build 2000-03-12 07:47:09 +00:00
sspitzer%netscape.com 9dba885aec fix build bustage. now on to send email to travis to get him to take a look. 2000-03-12 07:35:58 +00:00
pavlov%netscape.com b5164d7cc3 use a comptr for the nsIRegion in nsWidget, fix a leak with lookandfeel objects in widget that both dbaron@fas.harvard.edu and I found at about the same time. and clean up more carefully and avoid processing events if we are destroyed or being destroyed to avoid those natsty lil crashes. fixes bug 20291 and 29342 2000-03-12 07:26:04 +00:00
sspitzer%netscape.com f195d6e51c fix for #30775 and #30648. r=mscott,warren. a=phil
we need to call Cancel() to remove the closed nsSocketTransport from the
list of active transports.  if we don't, we quickly reach the max (50)
and pop, smtp, and nntp operation start failing.

also, upon NS_BINDING_ABORTED, do not pop up an alert.  we get
this when we call Cancel() or if the user hits the stop button.
2000-03-12 06:40:25 +00:00
tbogard%aol.net ddc1a0c773 Removed include of "windows.h". I'm sure at one point it was needed, but it should not need to be as webShell is XP code. 2000-03-12 06:34:30 +00:00
pavlov%netscape.com 6f82410db6 fix for lack of selection drawing on 8bit displays bug 17968 2000-03-12 06:24:13 +00:00
bryner%uiuc.edu 09f99f5187 Removing some old dead code. r=sspitzer. 2000-03-12 06:21:32 +00:00
danm%netscape.com b11ee8cda0 removing unnecessary change from last checkin 2000-03-12 06:12:05 +00:00
cls%seawood.org 7adab84c76 Added nsIInterfaceRequestor.h include. Bug #31512 2000-03-12 05:36:51 +00:00
jband%netscape.com e0098df4ca Fix protection against gc reentry on same thread but on different JSContexts. Also fix potential deadlock in gc when destroying a JSContext while some other thread is blocked in gc waiting for the EndRequest of the first thread. The reentrance fix is needed to fix bug 28570. r=brendan@mozilla.org 2000-03-12 05:09:46 +00:00
troy%netscape.com 628c23dde2 b=5588. Changed it so we lazily reparent the child frames on the overflow list
when it's our initial reflow
2000-03-12 03:14:11 +00:00