Commit Graph

18586 Commits

Author SHA1 Message Date
alecf%netscape.com
46d0bfce71 nspr.h was causing problems on HPUX 1999-02-27 01:37:44 +00:00
hyatt%netscape.com
70a4c0ce9d Modified HTML content's QueryInterface macro to supported nsIStyledContent. 1999-02-27 01:36:41 +00:00
hyatt%netscape.com
375ee1d8f5 Changed GetID, HasClass, and GetClasses so that they are invoked on styledContent
instead of htmlContent.
1999-02-27 01:35:51 +00:00
hyatt%netscape.com
e29262df04 Changed GetInlineStyleRule so that it is invoked on styledContent instead
of htmlContent.
1999-02-27 01:35:25 +00:00
law%netscape.com
0001d24680 Add status.xul to $(DIST)/bin/res/samples 1999-02-27 01:35:05 +00:00
hyatt%netscape.com
06368ef067 Changed GetContentStyleRule so that it is invoked on styledContent instead
of htmlContent.
1999-02-27 01:34:55 +00:00
hyatt%netscape.com
2a99f6d706 Changing GetStyleHintForAttributeChanged so that it is invoked on styledContent
instead of htmlContent.
1999-02-27 01:34:32 +00:00
hyatt%netscape.com
634942997c Adding the NS_ISTYLEDCONTENT_IID to the nsHTMLIID files, so that HTML content
can see it (makes the QueryInterface macro work).
1999-02-27 01:33:25 +00:00
hyatt%netscape.com
927493e52a Removing the CLASS, ID, and STYLE-specific methods. They are now in
nsIStyledContent (from which nsIHTMLContent now derives).
1999-02-27 01:32:49 +00:00
nisheeth%netscape.com
ac66dd63ce Integrating Expat with raptor... 1999-02-27 01:31:49 +00:00
hyatt%netscape.com
a7ba61e78c Making sure that nsIStyledContent.h gets exported. 1999-02-27 01:31:42 +00:00
hyatt%netscape.com
234ceed838 Changes to makefiles to ensure that nsIStyledContent.h is exported. 1999-02-27 01:31:16 +00:00
hyatt%netscape.com
271401155d The nsIStyledContent interface. Removes CLASS, ID, and STYLE support (as well
as the ability to supply style hints) from nsIHTMLContent.
1999-02-27 01:31:01 +00:00
hyatt%netscape.com
6153afc737 Changes to tree frame construction code. 1999-02-27 01:28:19 +00:00
ducarroz%netscape.com
6a336951d2 add missing parameter to SendMessage 1999-02-27 01:26:01 +00:00
peterl%netscape.com
c3479071d3 Fixed leak of token recycler 1999-02-27 01:11:51 +00:00
mscott%netscape.com
30345703da Remove no shared library field 1999-02-27 01:03:26 +00:00
av%netscape.com
e845f0123f *** empty log message *** 1999-02-27 00:57:04 +00:00
mscott%netscape.com
cec6cd22be Add mdbstubs.cpp to the build. 1999-02-27 00:56:41 +00:00
mscott%netscape.com
f27d3b917b Link with nntpTest library. 1999-02-27 00:43:54 +00:00
mscott%netscape.com
958c7242e1 Name of the compose library changed. Update the Makefile. 1999-02-27 00:29:19 +00:00
mscott%netscape.com
5023c267a4 Hmm somehow we got a bunch of duplicate file names getting built. Cleaning up the Makefile 1999-02-27 00:21:42 +00:00
mscott%netscape.com
5627a1525e Fix Unix breakage. XP_AppVersion is a const char * not a char * for unix. 1999-02-27 00:16:52 +00:00
mscott%netscape.com
54af626371 I'm not sure why this was changed from m_host to "", in any case, change it back to m_host
which is the host to use...
1999-02-26 23:56:56 +00:00
scc%netscape.com
67bb023757 for VC++5.0, no member using declarations (to prevent internal compiler error); to make this compile fixed type of AddRef and Release in nsDerivedSafe 1999-02-26 23:43:40 +00:00
ducarroz%netscape.com
5a689a62a7 receive an URL during the creation of a new message instance. Add new parameter in SendMessage (from, cc, bcc, smtp) 1999-02-26 23:42:54 +00:00
ducarroz%netscape.com
fe51436753 fix build problem with missing parameter when call SendMailMessage. Add an empty host name 1999-02-26 23:40:42 +00:00
mscott%netscape.com
f9e4b48724 Fix build breakage. NS_InitMsgAppCoreClass returns an nsresult. 1999-02-26 23:38:32 +00:00
ducarroz%netscape.com
2f53812832 carry smtp server over the send process 1999-02-26 23:38:20 +00:00
pinkerton%netscape.com
3d6cc9ba89 warren's hack-o-rama to get rdf working w/out libreg on mac. permission to check into closed tree by sar. 1999-02-26 23:28:14 +00:00
pinkerton%netscape.com
1488619e0e added GetGlobalServiceManager for warren. permission to checkin to closed tree granted by sar. 1999-02-26 23:26:17 +00:00
ducarroz%netscape.com
fcb9ba27d2 carry smtp server over the send process 1999-02-26 23:25:46 +00:00
ducarroz%netscape.com
5502c2fce4 carry smtp server name over the send message process 1999-02-26 23:23:32 +00:00
fur%netscape.com
6451d16c66 Changed factoring of function declaration macros to be based on choice of
compiler rather than OS
1999-02-26 23:18:37 +00:00
fur%netscape.com
c0a678e648 Add /D GENERATE_FOR_X86 1999-02-26 23:14:31 +00:00
ducarroz%netscape.com
302f0da91b clobber tag was missing causing a nmake error 1999-02-26 23:13:36 +00:00
fur%netscape.com
a0ee7a17d7 A bunch of grunge work to reduce OS-dependent code in ElectricalFire
sources:

+ Renamed files and classes that were inappropriately named, i.e. the
  names started with 'x86Win32', but the code was for generic x86, not
  specific to Win32.

+ Segregated the 64-bit arithmetic code into an OS-independent
  x86Arith64.{cpp,h}
1999-02-26 23:12:06 +00:00
fur%netscape.com
05f642af1f Squawk if target architecture is unknown 1999-02-26 23:06:34 +00:00
fur%netscape.com
6567c4d04f x86-win32.nad ==> x86.nad 1999-02-26 23:05:58 +00:00
fur%netscape.com
5a55883add x86Win32Cpu.h ==> x86Cpu.h 1999-02-26 23:01:40 +00:00
fur%netscape.com
19aa8b74e4 x86Win32Cpu.h ==> x86Cpu.h 1999-02-26 23:00:45 +00:00
ducarroz%netscape.com
6b588b90a3 updated to export new resources files 1999-02-26 22:46:33 +00:00
ducarroz%netscape.com
872c5c3208 remove address and subject fields, they are now in the toolbar describe in compose.xul 1999-02-26 22:45:12 +00:00
fur%netscape.com
b6f91cbeb1 A bunch of grunge work to reduce OS-dependent code in ElectricalFire
sources.

Here's a detailed list of the changes:

Renamed files and classes that were inappropriately named, i.e. the
names started with 'x86Win32', but the code was for generic x86, not
specific to Win32.

Segregated the 64-bit arithmetic code into an OS-independent
x86Arith64.{cpp,h}
1999-02-26 22:45:11 +00:00
ducarroz%netscape.com
44ff3bfe13 Initial check in 1999-02-26 22:43:41 +00:00
ducarroz%netscape.com
1a1f26dd8d replaced by compose.xul 1999-02-26 22:42:36 +00:00
ducarroz%netscape.com
e73c59e056 no comment 1999-02-26 22:28:50 +00:00
ducarroz%netscape.com
f86489df9c did some reformating of the code 1999-02-26 22:23:24 +00:00
ducarroz%netscape.com
bbf6f2538a change hard coded version of messenger 1999-02-26 22:21:45 +00:00
terry%netscape.com
930e9d9bd1 Removed "Platform: Rhapsody" component. 1999-02-26 22:05:52 +00:00