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

183 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 2614577e86 Okay, try #2. Fix Win95/98 build bustage. 1998-12-30 21:25:47 +00:00
leaf%mozilla.org c711951816 backing out removal of nsInMemoryDataSource.obj 1998-12-30 20:00:59 +00:00
waterson%netscape.com 957bf329e3 Fix Win95 build bustage. 1998-12-30 17:52:01 +00:00
ramiro%netscape.com 619cb34844 Ignore generated files. 1998-12-30 00:38:23 +00:00
cls%seawood.org 43dc9d6207 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 ea0c65cd4a Oops, forgot about the headers. 1998-12-28 05:34:13 +00:00
cls%seawood.org 2de80f48a0 Attempting to fix the change from using nsMemoryDataSource.cpp to using nsInMemoryDataSource.cpp. 1998-12-28 04:12:55 +00:00
guha%netscape.com 489589a12b adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +00:00
beard%netscape.com 9671eefc42 Cleaned up non-debug access paths, made them consistent with debug access paths. 1998-12-25 00:31:17 +00:00
guha%netscape.com c71009daaa move mail data source 1998-12-24 21:47:24 +00:00
waterson%netscape.com cca5fac0ba Initial revision. 1998-12-24 08:26:27 +00:00
waterson%netscape.com 6793286375 Obsolete. 1998-12-24 08:22:17 +00:00
waterson%netscape.com 603de0f691 Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
waterson%netscape.com 76b8c67d01 Updated test for recent changes. 1998-12-24 08:13:29 +00:00
waterson%netscape.com 15ca3690ef Change to new RDF build structure. 1998-12-24 08:11:35 +00:00
waterson%netscape.com 55b04ea2e6 Changed to new RDF tree structure. 1998-12-24 08:09:59 +00:00
waterson%netscape.com 0553b692ac Fixed implementation include paths. 1998-12-24 07:27:25 +00:00
waterson%netscape.com 8c7b70d433 Added NS_RDFSIMPLECONTENTSINK_CID. 1998-12-24 06:58:05 +00:00
waterson%netscape.com a2b51a7f91 Fixed #ifdefs. 1998-12-24 06:57:46 +00:00
waterson%netscape.com 903c8cc177 Made Init() an official member of the nsIRDFContentSink interface. 1998-12-24 06:57:19 +00:00
waterson%netscape.com 2f843fda8e Added nsStreamDataSource. 1998-12-24 06:56:49 +00:00
waterson%netscape.com e69a62b537 Fixed up include paths to get implementation headers. 1998-12-24 06:39:28 +00:00
waterson%netscape.com 1b10eadf5d Fixed CID header file. 1998-12-24 06:33:16 +00:00
waterson%netscape.com 80cb10e283 Bad idea. 1998-12-24 06:31:10 +00:00
waterson%netscape.com edf15eca94 Removed nsRDFBaseFactory.cpp. 1998-12-24 06:30:09 +00:00
waterson%netscape.com 154abcffc9 Remove nsRDFContentFactory.cpp 1998-12-24 06:29:03 +00:00
waterson%netscape.com b269ed04d9 Fixed DEPTH variable. 1998-12-24 06:26:56 +00:00
waterson%netscape.com 79f0e49b61 Changed to a static library for now. 1998-12-24 06:22:21 +00:00
waterson%netscape.com f403ca4072 Initial revision. Separated from mozilla/rdf/src, etc. Not yet in the build. 1998-12-24 06:20:35 +00:00
waterson%netscape.com 81091a3b4b Corrected DEPTH variable. 1998-12-24 05:07:15 +00:00
waterson%netscape.com 6814c4901c Initial revision. Separated from mozilla/rdf/include. Not yet in the build. 1998-12-24 05:07:14 +00:00
guha%netscape.com 00d4644c4f beginnings of rdf mail data source implementation. Not
yet in makefiles
1998-12-23 22:44:27 +00:00
waterson%netscape.com 62337ecf20 Removed nsIRDFRegistry: it was never used. 1998-12-22 22:30:41 +00:00
waterson%netscape.com 39ddf5168e Removed nsRDFRegistryImpl: it was never used. 1998-12-22 22:28:58 +00:00
waterson%netscape.com 302b9e4323 Removed nsRDFRegistryImpl. It was never used. 1998-12-22 22:26:15 +00:00
guha%netscape.com f644770762 Better names, classify Assertion (this file not yet in build system) 1998-12-22 18:27:02 +00:00
waterson%netscape.com c3fef3112a 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 bc3773e841 Added EqualsNode() method to nsIRDFNode, modified nsIRDFLiteral's Equals() to EqualsLiteral(). 1998-12-22 03:04:45 +00:00
waterson%netscape.com 456cb7a989 Obsolete. 1998-12-22 01:46:03 +00:00
waterson%netscape.com deb6f04a0c 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 5770812c4c 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 ac74adee7e New cursor interfaces. 1998-12-21 23:56:31 +00:00
peterl%netscape.com 916e05c252 fix spelling 1998-12-21 05:58:58 +00:00
guha%netscape.com 49a14e9d12 more of in-memory data source.
Not yet in build system
1998-12-20 19:49:10 +00:00
guha%netscape.com da71a3701d the new in-memory data source.
Not yet in the makefiles
1998-12-20 01:45:42 +00:00
peterl%netscape.com e75a76898d sync to new attribute api 1998-12-20 01:21:23 +00:00
peterl%netscape.com b4925e9b2d sync to new attribute api
implement local attribute storage with namespace support
1998-12-20 01:07:21 +00:00
guha%netscape.com 5d41e0c741 More for OpenDir 1998-12-20 00:16:45 +00:00
hyatt%netscape.com ebb3282a61 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 3737f4fa23 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