Commit Graph

184 Commits

Author SHA1 Message Date
waterson%netscape.com
9b2f69e89a Okay, try #2. Fix Win95/98 build bustage. 1998-12-30 21:25:47 +00:00
leaf%mozilla.org
7099c09cc1 backing out removal of nsInMemoryDataSource.obj 1998-12-30 20:00:59 +00:00
waterson%netscape.com
dd28fe9eaa Fix Win95 build bustage. 1998-12-30 17:52:01 +00:00
ramiro%netscape.com
70651786fb Ignore generated files. 1998-12-30 00:38:23 +00:00
cls%seawood.org
903ff9a81d Ok, after further thought, the last attempt wasn't going to work as the mac project files were not updated so we'll just put Guha's stuff in ifdefs. 1998-12-28 06:05:14 +00:00
cls%seawood.org
b19bd56d44 Oops, forgot about the headers. 1998-12-28 05:34:13 +00:00
cls%seawood.org
1f3759281f Attempting to fix the change from using nsMemoryDataSource.cpp to using nsInMemoryDataSource.cpp. 1998-12-28 04:12:55 +00:00
guha%netscape.com
1ca9deb869 adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +00:00
beard%netscape.com
562a2c26e8 Cleaned up non-debug access paths, made them consistent with debug access paths. 1998-12-25 00:31:17 +00:00
guha%netscape.com
0a2e739ac3 move mail data source 1998-12-24 21:47:24 +00:00
waterson%netscape.com
d4fea026bb Initial revision. 1998-12-24 08:26:27 +00:00
waterson%netscape.com
867306367d Obsolete. 1998-12-24 08:22:17 +00:00
waterson%netscape.com
f2baf52f4a Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
waterson%netscape.com
401faf622a Updated test for recent changes. 1998-12-24 08:13:29 +00:00
waterson%netscape.com
5f368879ff Change to new RDF build structure. 1998-12-24 08:11:35 +00:00
waterson%netscape.com
b773a07429 Changed to new RDF tree structure. 1998-12-24 08:09:59 +00:00
waterson%netscape.com
c5116f64bc Fixed implementation include paths. 1998-12-24 07:27:25 +00:00
waterson%netscape.com
afa9a00a4d Added NS_RDFSIMPLECONTENTSINK_CID. 1998-12-24 06:58:05 +00:00
waterson%netscape.com
9468240dbb Fixed #ifdefs. 1998-12-24 06:57:46 +00:00
waterson%netscape.com
f012156ec5 Made Init() an official member of the nsIRDFContentSink interface. 1998-12-24 06:57:19 +00:00
waterson%netscape.com
b8ea09c959 Added nsStreamDataSource. 1998-12-24 06:56:49 +00:00
waterson%netscape.com
6d5a3038e3 Fixed up include paths to get implementation headers. 1998-12-24 06:39:28 +00:00
waterson%netscape.com
374a53ba9d Fixed CID header file. 1998-12-24 06:33:16 +00:00
waterson%netscape.com
2fc4664954 Bad idea. 1998-12-24 06:31:10 +00:00
waterson%netscape.com
42379a0c66 Removed nsRDFBaseFactory.cpp. 1998-12-24 06:30:09 +00:00
waterson%netscape.com
41f68c9cec Remove nsRDFContentFactory.cpp 1998-12-24 06:29:03 +00:00
waterson%netscape.com
612145d78d Fixed DEPTH variable. 1998-12-24 06:26:56 +00:00
waterson%netscape.com
e38771a874 Changed to a static library for now. 1998-12-24 06:22:21 +00:00
waterson%netscape.com
20a18d191e Initial revision. Separated from mozilla/rdf/src, etc. Not yet in the build. 1998-12-24 06:20:35 +00:00
waterson%netscape.com
3f2d84bd80 Corrected DEPTH variable. 1998-12-24 05:07:15 +00:00
waterson%netscape.com
6a227c1d03 Initial revision. Separated from mozilla/rdf/include. Not yet in the build. 1998-12-24 05:07:14 +00:00
guha%netscape.com
9e653dc48c beginnings of rdf mail data source implementation. Not
yet in makefiles
1998-12-23 22:44:27 +00:00
waterson%netscape.com
114fb943c4 Removed nsIRDFRegistry: it was never used. 1998-12-22 22:30:41 +00:00
waterson%netscape.com
caffbb3d8d Removed nsRDFRegistryImpl: it was never used. 1998-12-22 22:28:58 +00:00
waterson%netscape.com
823055bc54 Removed nsRDFRegistryImpl. It was never used. 1998-12-22 22:26:15 +00:00
guha%netscape.com
603a1637d3 Better names, classify Assertion (this file not yet in build system) 1998-12-22 18:27:02 +00:00
waterson%netscape.com
ec98099698 Changes to get this thing building. It's still not in the main build yet. 1998-12-22 03:05:30 +00:00
waterson%netscape.com
1af60e7e94 Added EqualsNode() method to nsIRDFNode, modified nsIRDFLiteral's Equals() to EqualsLiteral(). 1998-12-22 03:04:45 +00:00
waterson%netscape.com
cdf6db194f Obsolete. 1998-12-22 01:46:03 +00:00
waterson%netscape.com
6130e3efda Modified cursors to return NS_ERROR_RDF_CURSOR_EMPTY when the cursor is empty, rather than NS_ERROR_UNEXPECTED. Miscellaneous bug fixes related to new cursors. 1998-12-22 01:12:45 +00:00
waterson%netscape.com
75dee01cc1 Added NS_ERROR_RDF_CURSOR_EMPTY error code to be returned from nsIRDFCursor::Advance() when nothing is left in the cursor. 1998-12-22 01:12:01 +00:00
waterson%netscape.com
2dece61441 New cursor interfaces. 1998-12-21 23:56:31 +00:00
peterl%netscape.com
cdecfbc7dd fix spelling 1998-12-21 05:58:58 +00:00
guha%netscape.com
645bf20c08 more of in-memory data source.
Not yet in build system
1998-12-20 19:49:10 +00:00
guha%netscape.com
7b4636a088 the new in-memory data source.
Not yet in the makefiles
1998-12-20 01:45:42 +00:00
peterl%netscape.com
887cd5f867 sync to new attribute api 1998-12-20 01:21:23 +00:00
peterl%netscape.com
43adf5d058 sync to new attribute api
implement local attribute storage with namespace support
1998-12-20 01:07:21 +00:00
guha%netscape.com
461c2b1e34 More for OpenDir 1998-12-20 00:16:45 +00:00
hyatt%netscape.com
32348a4762 Patching GetAttribute (the default was returning a value that indicated that the
attribute was present, and it should have been returning NOT THERE as a default).
1998-12-18 23:56:37 +00:00
waterson%netscape.com
6eb0bfba42 Incorporate comments from guha, jband, etc. Differentiate between resources and literals, make core interfaces comply with XPCOM stuff. 1998-12-18 05:38:24 +00:00