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

20193 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com 3863521ffd Fix some idl changes. 1999-03-12 08:02:35 +00:00
putterman%netscape.com cb9b0af1ce Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
putterman%netscape.com bb23d88656 Remove another release because of RDF nsMsgHdr problems. Will fix after we
decouple nsMsghdr and nsIMessage.
1999-03-12 07:58:20 +00:00
putterman%netscape.com 98bbb002c5 Add and Remove folderListeners, and hook up DeleteMessage between datasource
and database.
1999-03-12 07:57:26 +00:00
putterman%netscape.com 073233a928 Added a parameter to CreateMsgHdr to determine if we use GetMessageKey while
creating URI.
1999-03-12 07:56:24 +00:00
putterman%netscape.com 510b1c3f03 Add and Remove FolderListeners. 1999-03-12 07:55:26 +00:00
putterman%netscape.com d419f08699 Add and Remove Folder Listeners. 1999-03-12 07:54:48 +00:00
waterson%netscape.com c23bfa638d Ripped out the 'toy' parser and installed an updated version of the parser from 4.5. 1999-03-12 07:46:42 +00:00
bienvenu%netscape.com 10d777902f initial mork landing - not part of build yet 1999-03-12 07:39:27 +00:00
kostello%netscape.com 9b2389728b Fixed bug 3651: for OutputText, we were not outputting
linebreaks whenever we encounter <BR> in the content
model.
1999-03-12 06:51:34 +00:00
kostello%netscape.com 513833f1ff Fixed bug 3664: not checking for null condition 1999-03-12 06:50:41 +00:00
mccabe%netscape.com 25ebe42e73 Not part of seamonkey.
Removed awkward nsXPTParamInfo::GetInterface and friend, and als removed supporting nsXPTParamInfo.cpp file.  Replace by nsIInterfaceInfo::GetInfoForParam and friend.

Made the constructor for nsInterfaceInfo private, with nsInterfaceInfoManager as a friend class.
1999-03-12 06:49:01 +00:00
mcafee%netscape.com d2fbff22ba Solaris needs prototypes for PR_Free, PR_smprintf. 1999-03-12 06:42:37 +00:00
mscott%netscape.com 38f0f39756 add printf statement for "Mailbox Done" to allow QA to script a smoketest for the mail client. 1999-03-12 06:24:34 +00:00
karnaze%netscape.com 075bf28a73 hopefully a fix for the mac build 1999-03-12 06:12:03 +00:00
karnaze%netscape.com 760c28b14a bug 3628, scrolling=yes on <frame>, <iframe> 1999-03-12 05:36:35 +00:00
mscott%netscape.com f1ff990ae2 Add a return value at the end of GetSmtpName to fix build breakage on windows. I don't know why VC6.0 let it go.... 1999-03-12 05:33:00 +00:00
sfraser%netscape.com 895b199ee2 Throw the switch so we now pay attention to the charCode in the key event. 1999-03-12 05:28:22 +00:00
hyatt%netscape.com 816a74efd1 Changing the name of the include tag. 1999-03-12 05:22:19 +00:00
hyatt%netscape.com eafe35fb02 XUL fragments live! 1999-03-12 05:21:25 +00:00
hyatt%netscape.com 7b38b946bc Tweaked the content sink to remove an unused argument from the Init method. 1999-03-12 05:21:01 +00:00
hyatt%netscape.com 9cf9918ee2 Enhanced the document loader to handle subdocuments. 1999-03-12 05:20:29 +00:00
hyatt%netscape.com d19cbcb196 Enhanced the document loader so that it can now handle subdocuments, thus
enabling it to load multiple documents at once and to support the integration
of a subdocument into the parent document.
1999-03-12 05:20:14 +00:00
rjc%netscape.com eaa5d400eb Use appropriate icon for actual bookmark URLs. 1999-03-12 05:01:41 +00:00
waterson%netscape.com b204ed66c9 Fix more tab-spaces makefile bustage. 1999-03-12 05:00:13 +00:00
beard%netscape.com da15894388 using nsITimer::GetIID() instead of kITimerIID 1999-03-12 04:48:48 +00:00
beard%netscape.com 82eda26f04 took out initialization check in InitLiveConnectClasses 1999-03-12 04:48:28 +00:00
beard%netscape.com d1d3db243c massive overhaul for new stream APIs. 1999-03-12 04:48:04 +00:00
beard%netscape.com 9666b10acf added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
waterson%netscape.com a2e42fd544 Added an #ifdef XP_UNIX implementation of _strrev() to fix the
build. No clue if it works.
1999-03-12 04:41:50 +00:00
beard%netscape.com 14b1e19801 NS_NATIVE_PLUGIN_PORT 1999-03-12 04:33:29 +00:00
pinkerton%netscape.com 2d889e723a Fixes bug #3532 where incremental reflow was not being correctly handled. Also no longer re-resolves the style context at each reflow, but only once on inital reflow. 1999-03-12 04:33:24 +00:00
rjc%netscape.com 1dc7b5e355 Removing old personal toolbar folder icons which are too long (>31 characters) due to Mac. They've been replaced by icon files with shorter names. 1999-03-12 04:31:21 +00:00
beard%netscape.com e6582fb362 Fixed some unitialized variables 1999-03-12 04:31:13 +00:00
beard%netscape.com e1ca64c309 added AddEventListener 1999-03-12 04:30:30 +00:00
beard%netscape.com 0de05a4e63 now reference counts all listeners 1999-03-12 04:29:48 +00:00
rjc%netscape.com b413548180 Reducing length of personal toolbar folder icons to be no more than 31 characters as its a Mac limit. 1999-03-12 04:29:41 +00:00
beard%netscape.com 5aeee59388 now subclasses nsISupports 1999-03-12 04:29:19 +00:00
rjc%netscape.com e5f9a14f70 Icon filenames can't be longer than 31 characters (its a Mac limit) so shortening references to the personal toolbar folder icons. Also, adding in icon references to sidebar.xul 1999-03-12 04:19:43 +00:00
mscott%netscape.com 54c5ed351f Build nsPop3Service.cpp 1999-03-12 04:19:12 +00:00
mscott%netscape.com 1f8dc5f9a2 Export nsIPop3Service.h 1999-03-12 04:18:34 +00:00
mscott%netscape.com 7a4de4fd4c Implement get new mail. 1999-03-12 04:15:13 +00:00
mscott%netscape.com 8583c9f361 MsgGetNewMsg should call the get new mail function. 1999-03-12 04:14:28 +00:00
mscott%netscape.com 7838849ad7 Changes for naoki to implement set character set function. 1999-03-12 04:13:53 +00:00
mscott%netscape.com a372c3e741 Changes for naoki to fill in the character set encoding menu. 1999-03-12 04:13:11 +00:00
mscott%netscape.com 60e382ecc4 Changes for Naoki to implement set character set menu stuff.
Implement GetNewMsgs function which runs a get new mail url through the pop3 service.
1999-03-12 04:12:36 +00:00
mscott%netscape.com 4d61525fe2 oops don't build pop3test until I'm ready for it to work again... 1999-03-12 04:10:59 +00:00
mscott%netscape.com 82a665a4f8 pop3 test no longer needs to create a transport. Go through the pop3 service for running a get new mail url.... 1999-03-12 04:09:39 +00:00
mscott%netscape.com afea5c7960 factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
mscott%netscape.com 751eb786d3 Build nsPop3Service. 1999-03-12 04:06:09 +00:00