Commit Graph

3800 Commits

Author SHA1 Message Date
waterson%netscape.com
87ee534d91 Fixed an IID mis-definition. 1998-11-14 08:54:16 +00:00
waterson%netscape.com
260377a305 Got GetNthItem() working. 1998-11-14 08:13:25 +00:00
waterson%netscape.com
4002bfdb00 Hooked up InitFromResource() in a sort of half-assed way I'm not sure I understand. 1998-11-14 02:56:01 +00:00
waterson%netscape.com
0d270cd1d9 Misc. cleanup. 1998-11-14 02:55:48 +00:00
waterson%netscape.com
dc75a25607 Added nsIRDFResource interface to clean up some internal downcasting kludges and stop their evil propagation. 1998-11-14 00:19:00 +00:00
waterson%netscape.com
d2956d2559 Initial revision. 1998-11-14 00:17:58 +00:00
rjc%netscape.com
2c5acb97a6 First Checked In. 1998-11-13 20:47:53 +00:00
rjc%netscape.com
b88fe76446 First Checked In. 1998-11-13 08:56:09 +00:00
rjc%netscape.com
8768489011 Include a few more essential header files. 1998-11-13 08:53:29 +00:00
waterson%netscape.com
d001b6dabb Added some good COM citizenry to the node factory methods. 1998-11-13 02:59:56 +00:00
waterson%netscape.com
9eb39f6e78 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
9dff4cb177 Got rid of Initialize(). 1998-11-13 02:57:58 +00:00
waterson%netscape.com
3427031157 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
a77fb85e65 A complete hack to get the bookmark file. 1998-11-13 02:54:39 +00:00
waterson%netscape.com
4615e34fa9 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
7b9e4fc0c3 Added code to expand children. 1998-11-13 00:54:53 +00:00
waterson%netscape.com
53f94e5955 Added one-time initialization for RDF. 1998-11-12 23:39:25 +00:00
waterson%netscape.com
fe02aa4754 Minor tweaks to get factory working. 1998-11-12 22:46:41 +00:00
waterson%netscape.com
6524847ab5 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
50a61ca302 One more time. Deal with interface inheiritance by delegation. Sucks, but...oh well. 1998-11-12 22:13:31 +00:00
waterson%netscape.com
e254df3794 Slugfest to get HT wired up thru C++ interfaces. 1998-11-12 08:56:20 +00:00
waterson%netscape.com
d8ddfb0631 Added nsRDFCIDs.h, which contains class IDs for RDF objects. 1998-11-12 02:09:56 +00:00
waterson%netscape.com
9d5df52118 Tracked some int to PRUint32 changes in the interface, replaced nsITreeItem with nsITreeDMItem. 1998-11-11 20:06:58 +00:00
waterson%netscape.com
789b1062c7 Added toolbars, renamed nsRDFTreeItem to nsRDFTreeDataModelItem to
keep up with interfaces.
1998-11-11 20:01:10 +00:00
waterson%netscape.com
55e525154e Changed nsRDFTreeModel -> nsRDFTreeDataModel. 1998-11-11 19:59:50 +00:00
waterson%netscape.com
662cf58abd Changed nsITreeItem -> nsITreeDMItem. 1998-11-11 19:58:36 +00:00
waterson%netscape.com
db52b43b8c Added toolbar stub implementations. 1998-11-11 19:57:16 +00:00
waterson%netscape.com
5c6d3841a4 Added column data structures. 1998-11-11 19:45:05 +00:00
waterson%netscape.com
a023d14a30 Added methods for visibility. 1998-11-11 19:44:28 +00:00
waterson%netscape.com
65caa57627 Renamed nsRDFTreeItem to nsRDFTreeDataModelItem to keep up with interfaces. 1998-11-11 19:44:04 +00:00
waterson%netscape.com
6281170e01 Renamed for consistency with interfaces. 1998-11-11 19:42:07 +00:00
waterson%netscape.com
141e3aa245 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
8d5f9c4b4d Alphabetized CPPSRCS. 1998-11-11 18:59:13 +00:00
waterson%netscape.com
f168531ad1 Fixed to get Unix building. 1998-11-11 18:58:51 +00:00
waterson%netscape.com
2b7d21e87f Cleaned up some cruft in the NS_IRDFDATABASE_IID. 1998-11-11 18:58:23 +00:00
waterson%netscape.com
3188fb8b59 Added C++ interface to HT. 1998-11-11 03:50:38 +00:00
waterson%netscape.com
61673c01ef Initial revision. 1998-11-11 03:45:12 +00:00
guha%netscape.com
386d199a60 More RDF fixing. Now ready for Raptor. 1998-11-09 01:28:58 +00:00
guha%netscape.com
884c0a8e70 *** empty log message *** 1998-11-08 04:29:07 +00:00
jgellman%netscape.com
740111caea test program and necessary build and bug fixes 1998-10-27 00:11:43 +00:00
jgellman%netscape.com
c77fb98f24 test program and necessary build and bug fixes 1998-10-26 22:22:30 +00:00
jgellman%netscape.com
3f5986f818 added start of test harness 1998-10-26 21:26:20 +00:00
jgellman%netscape.com
77b479e346 break the last of our dependencies on mozilla/include 1998-10-23 06:02:42 +00:00
jgellman%netscape.com
c515657541 add temporary fn NS_GetRDFService 1998-10-22 22:36:25 +00:00
jgellman%netscape.com
cf5024ea20 export rdf C api headers 1998-10-22 22:23:57 +00:00
jgellman%netscape.com
71efc5bae4 added rdf C api calls 1998-10-22 22:23:10 +00:00
jgellman%netscape.com
b643c9302f UNIX build rules, from my windows box so untested 1998-10-22 22:19:42 +00:00
jgellman%netscape.com
0fa14b5d25 added GetResource & related functionality 1998-10-22 21:10:21 +00:00
jgellman%netscape.com
b8e8afe664 make rdf build as a DLL on windows 1998-10-22 20:45:43 +00:00
guha%netscape.com
e4a425e9b0 Adding rdf files into raptor 1998-10-22 18:41:55 +00:00