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

24650 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com 6a220fa89d Added nsMessage 1999-04-24 20:35:34 +00:00
putterman%netscape.com 16b8a79da6 Check for null pointer before using db in change view. 1999-04-24 20:34:51 +00:00
putterman%netscape.com 90a8b0d88f Use new msghdr to message converter enumerator. 1999-04-24 20:34:25 +00:00
putterman%netscape.com fbd037e24b Use nsIMsgDBHdr. 1999-04-24 20:33:39 +00:00
putterman%netscape.com 544f55c59a Added CreateMsgFromMsgDBHdr. 1999-04-24 20:33:20 +00:00
putterman%netscape.com 3fb9c0d04d Added nsIMessage 1999-04-24 20:32:24 +00:00
scc%netscape.com c77df52aa7 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 1b34cbc5b3 fix diagnostic messages 1999-04-24 18:03:03 +00:00
pavlov%pavlov.net 3b205e8663 add supporting code for eBorderStyle_BorderlessTopLevel 1999-04-24 16:54:54 +00:00
ramiro%netscape.com f1150d70ad Remove obsolete file. 1999-04-24 16:52:37 +00:00
pavlov%pavlov.net c8e875740a add eBorderStyle_BorderlessTopLevel 1999-04-24 16:33:12 +00:00
pavlov%pavlov.net cc5faa7ed9 s/NULL/nsnull/ in nsGtkEventHandler
use a few macros in nsWidget
1999-04-24 15:00:11 +00:00
blizzard%redhat.com f5389ea30c fix gfx .so definition in makefile 1999-04-24 12:20:53 +00:00
blizzard%redhat.com b775d91c9e make xlib build again 1999-04-24 12:20:28 +00:00
nisheeth%netscape.com 9b5bf70dcc Fix off by one error for arrow that points out XML error locations. 1999-04-24 10:23:39 +00:00
rjc%netscape.com 69f560ce78 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 220c6bd2b7 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 2fa24a7c41 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 5552e33b84 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 8528722ecd 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 11be946dcc Fix file system datasource after Chris' landing. 1999-04-24 09:28:50 +00:00
rjc%netscape.com 286a725663 Fix related links after Chris' landing. 1999-04-24 09:07:02 +00:00
nisheeth%netscape.com 5d7a1c2979 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 05fd11add0 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 ff3942fd19 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 4c897fba05 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 63241d78cf Missed an instance of 'false' earlier. Fixes AIX and Solaris builds. 1999-04-24 07:52:36 +00:00
bruce%cybersight.com fe8f8da5c1 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 1bfb6db3b0 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 1c3d808c1d Fix out param typo. 1999-04-24 05:53:00 +00:00
beard%netscape.com 1aa116b283 moving wallet to components directory. 1999-04-24 05:30:44 +00:00
jefft%netscape.com 6f6480aaf2 folder name is now get from nsIMsgFolder 1999-04-24 05:13:12 +00:00
sdagley%netscape.com c96702c60f updating/fixing for current syntax 1999-04-24 05:07:18 +00:00
sfraser%netscape.com 684d95631f c2pstr on a "inline" string is bad, with VM on. Fixed. 1999-04-24 05:00:32 +00:00
troy%netscape.com 3ce2fbb10a Fixed a problem where CreateViewForFrame() was setting NS_VIEW_PUBLIC_FLAG_DONT_BITBLT
all the time
1999-04-24 04:53:42 +00:00
sfraser%netscape.com 5e7a172e84 Fix access paths, and make a new group for DOM Prop files. 1999-04-24 04:49:14 +00:00
waterson%netscape.com aff06789ad Fix wallet bustage on mac. 1999-04-24 04:41:01 +00:00
nhotta%netscape.com 84520974a1 WIN32 input/output unicode data conversion (not a part of the build). 1999-04-24 04:17:06 +00:00
beard%netscape.com 888ebe913c added IsJavaEnabled(). 1999-04-24 04:10:49 +00:00
beard%netscape.com 58ef746b87 Turned on ClientWallet. 1999-04-24 04:09:39 +00:00
waterson%netscape.com 2e65157c60 Fix a comment that I forgot to keep in sync. 1999-04-24 03:28:43 +00:00
waterson%netscape.com 5d43aab129 Whoops. Missed this one. 1999-04-24 03:28:22 +00:00
saari%netscape.com c9c9c649a0 menu item enabling/disabling for GTK 1999-04-24 03:26:10 +00:00
sfraser%netscape.com d90ea4a922 Changes library names for chrome, brprof, wallet and rdf 1999-04-24 03:21:34 +00:00
sfraser%netscape.com b64854ce5d Fix library creator code 1999-04-24 03:20:44 +00:00
sfraser%netscape.com 8a33873d26 Fix creator code of shared libs 1999-04-24 03:18:19 +00:00
morse%netscape.com 0634427b3d make wallet independent of xul changes 1999-04-24 03:08:03 +00:00
troy%netscape.com c1987aeb49 Added function GetClipView() 1999-04-24 02:52:58 +00:00
waterson%netscape.com 0b1c356bfa The Great Cursor Excorcism. Dropped cursors in favor of enumerators. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:54 +00:00
waterson%netscape.com d5626b64be Fixed incorrect use of rdf service. 1999-04-24 02:41:18 +00:00