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

25033 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com f9662d011b disabled some unnecessary debug output 1999-04-25 01:27:51 +00:00
rickg%netscape.com d8ba6251a8 removed PRUnichar* operator() and other WIP for nsString2 1999-04-25 01:24:10 +00:00
morse%netscape.com 73c289520a navigator.xul was failing to load 1999-04-24 23:57:00 +00:00
troy%netscape.com eb5d51399b Removed #define ALL_VIEW_FLAGS which is no longer used 1999-04-24 22:58:14 +00:00
troy%netscape.com 46ebe8ceb5 Changed Scroll() to check if the scrolled view has the
NS_VIEW_PUBLIC_FLAG_DONT_BITBLT flag set
1999-04-24 22:49:28 +00:00
putterman%netscape.com 69c05af794 added files: mozilla/mailnews/local/src/nsLocalMessage.cpp, mozilla/mailnews/local/src/nsLocalUtils.cpp 1999-04-24 20:53:22 +00:00
putterman%netscape.com 596f37bb9e added files: mozilla/mailnews/base/util/nsMessage.cpp 1999-04-24 20:51:22 +00:00
putterman%netscape.com 551d56de32 added nsNewsMessage, nsNewsUtils and use nsIMsgDBHdr. 1999-04-24 20:47:04 +00:00
putterman%netscape.com fd958ea8cd Add ability to create a message. 1999-04-24 20:46:07 +00:00
putterman%netscape.com 37b198a443 Added nsLocalMessage and nsLocalUtils. Use nsIMsgDBHdr. 1999-04-24 20:45:42 +00:00
putterman%netscape.com 5d9639ccc0 Added ability to create a message. 1999-04-24 20:44:40 +00:00
putterman%netscape.com 64a1a062a8 use nsIMsgDBHdr. 1999-04-24 20:44:01 +00:00
putterman%netscape.com 481372e4e3 Use nsIMsgDBHdr and user converter enumerator for returning messages. 1999-04-24 20:43:25 +00:00
putterman%netscape.com c272f39e5a Added nsImapMessage and nsImapUtils. 1999-04-24 20:42:50 +00:00
putterman%netscape.com bf579127bb use nsIMsgDBHdr instead of nsIMessage. Part of removing rdf dependency. 1999-04-24 20:40:47 +00:00
putterman%netscape.com 05469bbe4d Added nsIMsgHdr 1999-04-24 20:38:57 +00:00
putterman%netscape.com a98f4fa1d5 removed RDF dependency from db. 1999-04-24 20:38:04 +00:00
putterman%netscape.com d16d6c3924 Added enumerator to convert nsMsgDBHdr into message. 1999-04-24 20:37:00 +00:00
putterman%netscape.com 1ed57840f7 removed protocol dependent uri utilities and added CreateMessageFromMsgDBHdr. 1999-04-24 20:36:26 +00:00
putterman%netscape.com baca5e550b Removed protocol dependent uri utilities. 1999-04-24 20:36:00 +00:00
putterman%netscape.com 55286de9a6 Added nsMessage 1999-04-24 20:35:34 +00:00
putterman%netscape.com 0695594f7a Check for null pointer before using db in change view. 1999-04-24 20:34:51 +00:00
putterman%netscape.com 071598bddd Use new msghdr to message converter enumerator. 1999-04-24 20:34:25 +00:00
putterman%netscape.com a5e683a1e4 Use nsIMsgDBHdr. 1999-04-24 20:33:39 +00:00
putterman%netscape.com 02f487728c Added CreateMsgFromMsgDBHdr. 1999-04-24 20:33:20 +00:00
putterman%netscape.com 7620670d16 Added nsIMessage 1999-04-24 20:32:24 +00:00
scc%netscape.com b7e35a36a2 removed the non-|const| version of |nsAutoCString::operator const char*| since the const version serves in both |const| and non-|const| situations, and will be ambiguous to many compilers. 1999-04-24 18:40:36 +00:00
morse%netscape.com 5b9b68d3fb fix diagnostic messages 1999-04-24 18:03:03 +00:00
pavlov%pavlov.net 56d614d1cb add supporting code for eBorderStyle_BorderlessTopLevel 1999-04-24 16:54:54 +00:00
ramiro%netscape.com 840889fff7 Remove obsolete file. 1999-04-24 16:52:37 +00:00
pavlov%pavlov.net 881643d721 add eBorderStyle_BorderlessTopLevel 1999-04-24 16:33:12 +00:00
pavlov%pavlov.net 263af89a8b s/NULL/nsnull/ in nsGtkEventHandler
use a few macros in nsWidget
1999-04-24 15:00:11 +00:00
blizzard%redhat.com 8ef9929cb0 fix gfx .so definition in makefile 1999-04-24 12:20:53 +00:00
blizzard%redhat.com ffb374f0fd make xlib build again 1999-04-24 12:20:28 +00:00
nisheeth%netscape.com 732f173e3d Fix off by one error for arrow that points out XML error locations. 1999-04-24 10:23:39 +00:00
rjc%netscape.com 2244766914 Don't need to add rdfcore into AppCoresManager... as its now done automatically by the Init() call. 1999-04-24 10:15:06 +00:00
nisheeth%netscape.com bfb3f8194e Fixed the error reporting code's math for the final time, hopefully. Also fixed the off by one error for the textual arrow that points out the error location. 1999-04-24 10:06:35 +00:00
rjc%netscape.com 789da023e2 Switch over to using nsISupportsArray instead of nsVoidArray to fix refcnt'ing issue with pulsing code. 1999-04-24 09:42:03 +00:00
jband%netscape.com 21bfde3891 Commenting out the component registration didn't do what I expected. So, I'll unset the IS_COMPONENT flag in Makefile.in to keep the .so from being copied to the components directory at on on Unix 1999-04-24 09:40:51 +00:00
jband%netscape.com a17e9ace7e Comment out component registration of xpconnect except on XP_PC. The problem for Unix is that xpconnect relies on xptcall at runtime. Apprunner and viewer are core dumping on linux. However TestXPC and xpcshell work fine. Further study is required. For now I'll try to unbreak apprunner and viewer for others. 1999-04-24 09:32:35 +00:00
rjc%netscape.com 6176d06114 Fix file system datasource after Chris' landing. 1999-04-24 09:28:50 +00:00
rjc%netscape.com 7a2ec7d76d Fix related links after Chris' landing. 1999-04-24 09:07:02 +00:00
nisheeth%netscape.com 2e1de882d7 Don't use XML_UNICODE_WCHAR_T (defines characters with the wchar_t data type whose size varies by platform) for strings in expat. Use XML_UNICODE (defines characters with the unsigned short data type whose size is the same across all platforms) instead. 1999-04-24 08:39:06 +00:00
nisheeth%netscape.com d3d5178f37 We are not using the XML_UNICODE_WCHAR_T define on any platform. So, no need to define it. 1999-04-24 08:34:43 +00:00
nisheeth%netscape.com b20392f14f Fix for bug 5447. Check for #define XML_UNICODE_WCHAR_T before using the data type wchar_t. 1999-04-24 08:33:34 +00:00
jband%netscape.com b985623df2 made xpconnect a service and changed the Win32 and Unix makefiles to have the xpconnect dll installed to the components directory 1999-04-24 08:10:16 +00:00
bruce%cybersight.com fea66d0e79 Missed an instance of 'false' earlier. Fixes AIX and Solaris builds. 1999-04-24 07:52:36 +00:00
bruce%cybersight.com 50883752ed Fix Solaris CC and AIX build bustage. Can't use 'bool', must use PRBool. 1999-04-24 06:32:38 +00:00
beard%netscape.com e413292484 made the class to use for the JavaAdapter selectable via the Java property "org.mozilla.javascript.JavaAdapter" 1999-04-24 06:28:17 +00:00
sfraser%netscape.com 634d0ee855 Fix out param typo. 1999-04-24 05:53:00 +00:00