Commit Graph

24848 Commits

Author SHA1 Message Date
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
beard%netscape.com
52dbca95d7 moving wallet to components directory. 1999-04-24 05:30:44 +00:00
jefft%netscape.com
55b2a6ced7 folder name is now get from nsIMsgFolder 1999-04-24 05:13:12 +00:00
sdagley%netscape.com
dd948b9684 updating/fixing for current syntax 1999-04-24 05:07:18 +00:00
sfraser%netscape.com
051ea43bd1 c2pstr on a "inline" string is bad, with VM on. Fixed. 1999-04-24 05:00:32 +00:00
troy%netscape.com
15e5859a59 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
71f016c7a1 Fix access paths, and make a new group for DOM Prop files. 1999-04-24 04:49:14 +00:00
waterson%netscape.com
c35682e718 Fix wallet bustage on mac. 1999-04-24 04:41:01 +00:00
nhotta%netscape.com
dd415ab26f WIN32 input/output unicode data conversion (not a part of the build). 1999-04-24 04:17:06 +00:00
beard%netscape.com
44653d7854 added IsJavaEnabled(). 1999-04-24 04:10:49 +00:00
beard%netscape.com
31f9e2ec33 Turned on ClientWallet. 1999-04-24 04:09:39 +00:00
waterson%netscape.com
7431df7cdc Fix a comment that I forgot to keep in sync. 1999-04-24 03:28:43 +00:00
waterson%netscape.com
933ff04dcb Whoops. Missed this one. 1999-04-24 03:28:22 +00:00
saari%netscape.com
6ad312bc54 menu item enabling/disabling for GTK 1999-04-24 03:26:10 +00:00
sfraser%netscape.com
7883d47f8f Changes library names for chrome, brprof, wallet and rdf 1999-04-24 03:21:34 +00:00
sfraser%netscape.com
ac4dbbc171 Fix library creator code 1999-04-24 03:20:44 +00:00
sfraser%netscape.com
97e8a1421c Fix creator code of shared libs 1999-04-24 03:18:19 +00:00
morse%netscape.com
dae98aabe8 make wallet independent of xul changes 1999-04-24 03:08:03 +00:00
troy%netscape.com
8c0f913db7 Added function GetClipView() 1999-04-24 02:52:58 +00:00
waterson%netscape.com
7b2a8f4939 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
ab863a9ec6 Fixed incorrect use of rdf service. 1999-04-24 02:41:18 +00:00
waterson%netscape.com
4dac3b7dc6 The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:02 +00:00
waterson%netscape.com
f34899c1ac Added CID for XPConnect. 1999-04-24 02:39:09 +00:00
waterson%netscape.com
5c0b4cea21 Added nsISimpleEnumerator as Phase I of the great enumerator unification. Added misc files for XPConnect. Details in RDF_19990422_BRANCH. 1999-04-24 02:38:54 +00:00
waterson%netscape.com
e00ff30ebf Modified JSStubGen to spit out correct code from XPConnect. 1999-04-24 02:38:05 +00:00
waterson%netscape.com
8b683492b5 Added XPConnect hooks. 1999-04-24 02:37:41 +00:00
gordon%netscape.com
69e09bb14b First Checked In. 1999-04-24 02:08:50 +00:00
rickg%netscape.com
f822b17f07 sync with nsString2 1999-04-24 01:39:50 +00:00
jefft%netscape.com
b0c89d1a7a nsIImapService now takes nsIMsgFolder instead of nsIImapMailFolderSink for folder related interfaces; merget nsImapMailFolder::GetPath() & nsImapMailFolder::GetPathName() 1999-04-24 01:18:03 +00:00
jefft%netscape.com
a1c06b29bc nsIImapService now takes nsIMsgFolder instead of nsIImapMailFolderSink for folder related interfaces 1999-04-24 01:14:49 +00:00
jefft%netscape.com
8320c80121 fixed duplicate nsIID problem 1999-04-24 01:13:17 +00:00
rjc%netscape.com
218ae540b7 hasAssertion() should return NS_OK irregardless of whether it actually has the assertion or not (instead of returning NS_ERROR_FAILURE if it it doesn't have the assertion). 1999-04-24 01:11:44 +00:00
jefft%netscape.com
322c217660 initialize local variable, folderURI, to nsnull 1999-04-24 01:11:38 +00:00
rickg%netscape.com
d49bb31e13 tweak to dtd context 1999-04-24 00:57:42 +00:00
rjc%netscape.com
a9bf98a696 Added new CSS rules for default documents/containers. 1999-04-24 00:40:27 +00:00
rjc%netscape.com
fa4f98841c Export new "document.gif" icon to DIST area. 1999-04-24 00:39:06 +00:00