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

2993 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 0611dac036 First Checked In. 1998-11-13 08:56:09 +00:00
rjc%netscape.com 146e51684e Include a few more essential header files. 1998-11-13 08:53:29 +00:00
waterson%netscape.com 954988fded Added some good COM citizenry to the node factory methods. 1998-11-13 02:59:56 +00:00
waterson%netscape.com 56d42e9356 Fixed outbound/inbound mixup for traversing the arcs in Open(). Fixed some bugs in Open() for adding kids to a node. 1998-11-13 02:59:12 +00:00
waterson%netscape.com ab55fa80c5 Got rid of Initialize(). 1998-11-13 02:57:58 +00:00
waterson%netscape.com 87c56954ac Got rid of Initialize() method and just moved that code into InitFromURL(). Added default initializers for the arc info. 1998-11-13 02:57:33 +00:00
waterson%netscape.com 02993a12f3 A complete hack to get the bookmark file. 1998-11-13 02:54:39 +00:00
waterson%netscape.com 6216cc70de Hack to use rdf:bookmarks rather than NC:Bookmarks as to top of the bookmark tree. This is mostly for the Raptor demo until I can get Guha to look at it. 1998-11-13 02:53:50 +00:00
waterson%netscape.com f1a8a17fb4 Added code to expand children. 1998-11-13 00:54:53 +00:00
waterson%netscape.com 072dfac5d6 Added one-time initialization for RDF. 1998-11-12 23:39:25 +00:00
waterson%netscape.com 1e2f6b530f Minor tweaks to get factory working. 1998-11-12 22:46:41 +00:00
waterson%netscape.com d5fdc8c077 Rename nsRDFCIDs.h to nsRDFCID.h to be consistent with the rest of the world. 1998-11-12 22:20:08 +00:00
waterson%netscape.com cf3f38cd27 One more time. Deal with interface inheiritance by delegation. Sucks, but...oh well. 1998-11-12 22:13:31 +00:00
waterson%netscape.com a0e9874e54 Slugfest to get HT wired up thru C++ interfaces. 1998-11-12 08:56:20 +00:00
waterson%netscape.com 1d96da4d60 Added nsRDFCIDs.h, which contains class IDs for RDF objects. 1998-11-12 02:09:56 +00:00
waterson%netscape.com 1da4bb556e Tracked some int to PRUint32 changes in the interface, replaced nsITreeItem with nsITreeDMItem. 1998-11-11 20:06:58 +00:00
waterson%netscape.com ecc8fc5fa1 Added toolbars, renamed nsRDFTreeItem to nsRDFTreeDataModelItem to
keep up with interfaces.
1998-11-11 20:01:10 +00:00
waterson%netscape.com 5715f32617 Changed nsRDFTreeModel -> nsRDFTreeDataModel. 1998-11-11 19:59:50 +00:00
waterson%netscape.com 5c95019cdd Changed nsITreeItem -> nsITreeDMItem. 1998-11-11 19:58:36 +00:00
waterson%netscape.com 4d0bda72b2 Added toolbar stub implementations. 1998-11-11 19:57:16 +00:00
waterson%netscape.com a73ca73732 Added column data structures. 1998-11-11 19:45:05 +00:00
waterson%netscape.com 3d702fec3a Added methods for visibility. 1998-11-11 19:44:28 +00:00
waterson%netscape.com 0c4f720518 Renamed nsRDFTreeItem to nsRDFTreeDataModelItem to keep up with interfaces. 1998-11-11 19:44:04 +00:00
waterson%netscape.com a54017b6db Renamed for consistency with interfaces. 1998-11-11 19:42:07 +00:00
waterson%netscape.com f2000a4e82 Minor cleanup work to get compiling on Unix. Made sure that destructors were virtual, fixed usage of NS_IMPLEMENT_ISUPPORTS(), etc. 1998-11-11 19:00:01 +00:00
waterson%netscape.com 9ec608c00f Alphabetized CPPSRCS. 1998-11-11 18:59:13 +00:00
waterson%netscape.com 96f4a68a45 Fixed to get Unix building. 1998-11-11 18:58:51 +00:00
waterson%netscape.com c2dd4984cc Cleaned up some cruft in the NS_IRDFDATABASE_IID. 1998-11-11 18:58:23 +00:00
waterson%netscape.com 08b7861c6f Added C++ interface to HT. 1998-11-11 03:50:38 +00:00
waterson%netscape.com 08b5dad4a8 Initial revision. 1998-11-11 03:45:12 +00:00
guha%netscape.com 22869e41fa More RDF fixing. Now ready for Raptor. 1998-11-09 01:28:58 +00:00
guha%netscape.com cc0efd9e79 *** empty log message *** 1998-11-08 04:29:07 +00:00
jgellman%netscape.com 93a3940010 test program and necessary build and bug fixes 1998-10-27 00:11:43 +00:00
jgellman%netscape.com 5db5e6ef03 test program and necessary build and bug fixes 1998-10-26 22:22:30 +00:00
jgellman%netscape.com 1a1635697d added start of test harness 1998-10-26 21:26:20 +00:00
jgellman%netscape.com 6d10934c9c break the last of our dependencies on mozilla/include 1998-10-23 06:02:42 +00:00
jgellman%netscape.com e00d67c45f add temporary fn NS_GetRDFService 1998-10-22 22:36:25 +00:00
jgellman%netscape.com 955544cd65 export rdf C api headers 1998-10-22 22:23:57 +00:00
jgellman%netscape.com 323f661cd9 added rdf C api calls 1998-10-22 22:23:10 +00:00
jgellman%netscape.com f1d99fa5c3 UNIX build rules, from my windows box so untested 1998-10-22 22:19:42 +00:00
jgellman%netscape.com 7a770237c1 added GetResource & related functionality 1998-10-22 21:10:21 +00:00
jgellman%netscape.com 372ef22374 make rdf build as a DLL on windows 1998-10-22 20:45:43 +00:00
guha%netscape.com 60ef28347e Adding rdf files into raptor 1998-10-22 18:41:55 +00:00