briano%netscape.com
2ff6cf8a8a
Automated update
1999-04-26 04:59:38 +00:00
sspitzer%netscape.com
3aa51cdffc
commenting out the --enable-js-stubs stuff.
...
according to waterson, the enable-js-stubs stuff is obsolete.
once I hear back from jband, I'll remove it for good.
1999-04-26 04:46:10 +00:00
jband%netscape.com
98328d3e34
adding new scheme for building xpidl files - only Win32 supported at first.
1999-04-26 04:35:41 +00:00
jband%netscape.com
c176dc05a1
Make xptinfo fail more gracefully. Fix a couple of warnings. Get rid of XPTDIR env var hack for XP_PC (other platforms coming soon)
1999-04-26 04:23:29 +00:00
mjudge%netscape.com
f302ca2537
selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order.
1999-04-26 04:02:04 +00:00
putterman%netscape.com
ba2a8f56ee
use NS_IF_RELEASE in case db is null.
1999-04-26 03:08:42 +00:00
sspitzer%netscape.com
d8fcae158f
get rid of a warning on UNIX
1999-04-26 02:56:56 +00:00
putterman%netscape.com
dc96e2a8b9
changed nsIMessage to nsIMsgDBHdr.
1999-04-25 22:34:02 +00:00
harishd%netscape.com
6e22de3af6
Added an extra parameter(PRBool) - aNotify, to AddAttributes().
...
This parameter has been defaulted to PR_FALSE.
1999-04-25 22:18:49 +00:00
bruce%cybersight.com
6dbd934a12
Make destructor virtual (approved by rickg).
1999-04-25 22:01:14 +00:00
bienvenu%netscape.com
881f8a3ac5
add interface to set mailboxname
1999-04-25 22:00:58 +00:00
harishd%netscape.com
fc1568ebb0
Cleaned up HandleOmittedTag() and HandleSavedTokensAbove().
1999-04-25 21:55:05 +00:00
bienvenu%netscape.com
4c4c9c8a45
adopt new msg uri scheme from scott, work on message loading
1999-04-25 21:51:39 +00:00
mscott%netscape.com
9b24fab805
Only include <windows.h> if we are building on windows.
1999-04-25 21:32:34 +00:00
mscott%netscape.com
3a99aaba95
Fix many many Linux warnings by removing some unused variables.
1999-04-25 21:30:44 +00:00
mscott%netscape.com
132da6db3c
Fix type for including nsIImapMailFolderSink.h (we had a lower case 'f')
1999-04-25 21:25:40 +00:00
mscott%netscape.com
9f7c1a2dbb
Add new line to end of file.
1999-04-25 21:23:36 +00:00
mscott%netscape.com
d339920d4d
Fix typo in including nsIMAPHostSessionList.h.
1999-04-25 21:21:52 +00:00
mscott%netscape.com
c668c19431
Change XP_Bool to PRBool to get Linux build going for imap.
1999-04-25 21:21:10 +00:00
mscott%netscape.com
c59d210ec4
Change XP_Bool to PRBool
1999-04-25 21:20:38 +00:00
mscott%netscape.com
beaec101a5
Including wrong file for host session list. the file is nsIMAPHostSessionList not nsImapHostSessionList. Linux is case sensitive when including files.
1999-04-25 21:18:08 +00:00
mscott%netscape.com
1bc01ea841
Add new line to end of file.
1999-04-25 21:14:28 +00:00
mscott%netscape.com
c72bd60af1
Add new lines to end of files.
1999-04-25 20:58:04 +00:00
mscott%netscape.com
a195b5c6e5
Add new line.
1999-04-25 20:56:23 +00:00
evaughan%netscape.com
430288e8b8
Made tabs use visibility to hide and show views.
1999-04-25 20:07:45 +00:00
mscott%netscape.com
04d8d75b27
Re-writing pop protocol to use nsMsgLineStreamBuffer instead of the old & slow ReadLine and Read functions that used to be here.
1999-04-25 20:04:08 +00:00
mscott%netscape.com
82bf27d90c
ReadNextLine now returns # bytes read.
...
nsMsgLineStreamBuffer now takes a delimeter for end of line markings. This is CRLF for imap.
1999-04-25 19:56:34 +00:00
mscott%netscape.com
e30ed7eaa2
nsMsgLineStreamBuffer::ReadNextLine now returns # bytes read.
...
use platform specfic line delimeter for nsMsgbufferStream input. This should fix the display message problem I was seeing on Mac and Linux.
1999-04-25 19:55:05 +00:00
mscott%netscape.com
ac404f2776
ProcessXOVER must now take a PRUint32 instead of an int32
1999-04-25 19:54:02 +00:00
mscott%netscape.com
dca18e7d44
ReadNextLine now returns the number of bytes. This simplified our use of the function dramatically.
...
nsMsgLineStreamBuffer takes a line delimeter of CRLF for nntp.
1999-04-25 19:53:22 +00:00
mscott%netscape.com
3108997b15
status must now be an unsigned int32 for process xover.
1999-04-25 19:52:01 +00:00
mscott%netscape.com
419605d033
nsMsgLineStreamBuffer::ReadNextline now returns # bytes read.
...
nsMsgLineStreamBuffer now lets you pass in the delimeter string to be used for determing the end of a line. This allows the function to be platform friendly with line endings...
1999-04-25 19:51:08 +00:00
warren%netscape.com
9426263323
Started hooking up socket transport synchronous streams. Added unix makefiles.
1999-04-25 19:25:24 +00:00
morse%netscape.com
2f1cccde5a
first pass at doing localization correctly
1999-04-25 19:23:22 +00:00
jband%netscape.com
73dbe19437
fix Win32 crash on startup - not copying xpc3250.dll to components dir
1999-04-25 18:56:09 +00:00
mscott%netscape.com
9aee0accc1
Fix for Bug #5468 --> When adding new messages to the mail folder, we write a CRLF at the end of the message. However, we weren't informing the parser that we added a CRLF so the parser's total bytes for the message was always two bytes short...
1999-04-25 18:31:09 +00:00
endico%mozilla.org
5a8038ffdc
alter regex to allow newsgroups with more than 4 parts. the checkin groups weren't getting marked up properly
1999-04-25 18:02:22 +00:00
troy%netscape.com
00edc72db6
Added flag bit NS_FRAME_OUT_OF_FLOW, and changed the frame construction code
...
to set it for floated and absolutely positioned frames
1999-04-25 17:20:53 +00:00
troy%netscape.com
3b869d6014
Added code to check the placeholder's out-of-flow frame and see if it's
...
an absolutely positioned frame and not just assume it's a floater
1999-04-25 17:01:07 +00:00
troy%netscape.com
c7748fdf2c
Changed FindFrameWithContent() to check for a frame type of "placeholderFrame"
...
and return the out-of-flow frame instead
1999-04-25 17:00:24 +00:00
troy%netscape.com
39e0aad7f0
Removed ContentChanged() and AttributeChanged() which are no longer need
...
now that GetPrimaryFrameFor() always returns the out-of-flow frame
1999-04-25 16:59:39 +00:00
troy%netscape.com
eda127dabd
Change so we use nsPlaceholderFrame frames for all placeholders
1999-04-25 16:58:42 +00:00
dveditz%netscape.com
d1617a9c42
fixing bruce's build bustage
1999-04-25 15:57:41 +00:00
bruce%cybersight.com
0026fb64c2
Fix for a comment.
1999-04-25 13:31:05 +00:00
bruce%cybersight.com
ff745bb2cd
Fix for calls to nsFileSpec::GetLeafName(). It allocates memory with strdup(), so use free() and not delete[].
1999-04-25 13:27:36 +00:00
locka%iol.ie
a847baa45c
Fixed duff auto-generated ATL/MFC integration
...
Got first script running using the controls active script site class
1999-04-25 13:17:28 +00:00
locka%iol.ie
2f8617c1be
First sane version of script site - works with cbrowse
1999-04-25 13:15:37 +00:00
locka%iol.ie
75a0b1a042
Added a little armour to prevent a crash
1999-04-25 13:15:10 +00:00
beard%netscape.com
17e9e6c0b9
took out #undefs of CookieManagement, SingleSignon and PRIVACY_POLICIES
1999-04-25 06:43:23 +00:00
beard%netscape.com
9b47ad4d8c
added xp_stub.c to fix link errors with SingleSignon turned on.
1999-04-25 06:43:05 +00:00