Commit Graph

280 Commits

Author SHA1 Message Date
hyatt%netscape.com
c4de9e2154 Adding the XUL content sink and XUL data source files to the project. 1999-02-03 02:59:47 +00:00
hyatt%netscape.com
5361c5a133 Implementation of the XUL content sink. 1999-02-03 02:49:30 +00:00
hyatt%netscape.com
b71f37ec42 Implementation of the XUL content sink. Modifications to the RDF document
to teach it about XUL.
1999-02-03 02:48:55 +00:00
hyatt%netscape.com
585724ef3a Implementation of the XUL content sink. Addition of new files. 1999-02-03 02:48:27 +00:00
waterson%netscape.com
00d54c69ae Added code to release individual assertion elements when the data source is destroyed: this should close some major leakage. 1999-02-02 08:06:38 +00:00
waterson%netscape.com
2ddd178413 Fixed bug with refcounting of XUL atoms. 1999-02-02 07:38:03 +00:00
waterson%netscape.com
6601a8f74e Forgot to NS_INIT_REFCNT(). 1999-02-02 07:09:48 +00:00
waterson%netscape.com
a4062a7390 Fixed some refcounting bugs. 1999-02-02 07:07:32 +00:00
waterson%netscape.com
4e621f5152 Fixed some refcounting and initialization bugs. 1999-02-02 07:06:56 +00:00
waterson%netscape.com
750c5c615d Fixed a pile of refcounting bugs. 1999-02-02 07:06:06 +00:00
waterson%netscape.com
9bf6fa8e74 Fixed an off-by-one error in the dtor. 1999-02-02 07:05:52 +00:00
mcafee%netscape.com
7c047961d5 Ignore generated localfile executable 1999-02-02 06:18:53 +00:00
waterson%netscape.com
1261fed0ac Initial revision. 1999-02-02 00:43:56 +00:00
waterson%netscape.com
b84c9790c5 Modified style sheet to have appropriate XUL tree styles. 1999-02-01 23:11:31 +00:00
waterson%netscape.com
ea5d84764c Content model builder is now specified by XML processing instruction. Modified code to handle new XUL tree widget content model (based on table code). Added CID fields to all the interfaces so that nsCOMPtr will work. Juggled some of the content model builder stuff around in an attempt to make things a bit saner. 1999-02-01 22:34:51 +00:00
guha%netscape.com
8aded4ceba open directory related stuff 1999-02-01 16:32:37 +00:00
guha%netscape.com
594303a422 hacking namespace related things 1999-01-29 01:33:38 +00:00
guha%netscape.com
71c7c60600 more fixes 1999-01-29 00:49:35 +00:00
waterson%netscape.com
3035e67868 Added nsRDFXULBuilder.cpp; this is not currently in the build. 1999-01-29 00:41:42 +00:00
guha%netscape.com
45dc5ce660 prototype serialized hash table 1999-01-28 23:39:16 +00:00
rjc%netscape.com
207d9a9932 Oops, didn't mean to check in changes for the file system into makefiles. 1999-01-27 01:26:08 +00:00
rjc%netscape.com
e461a26fdd First cut at a file system data source. 1999-01-27 01:26:07 +00:00
waterson%netscape.com
46b624eaf0 Fixed bug where random properties on the root content node were coming up as bogus columns. 1999-01-26 05:30:24 +00:00
ramiro%netscape.com
031d7de1ba Ignore generated files. 1999-01-26 04:46:37 +00:00
mcafee%netscape.com
3981197ed6 Making this test build on Solaris 1999-01-26 03:19:50 +00:00
mcafee%netscape.com
7b0cc6bb18 Making tests build on Solaris 1999-01-26 02:51:10 +00:00
waterson%netscape.com
eac20c0d92 Added code to spit out style sheet and named data source info. Fixed some bugs with references to internal anonymous resources. 1999-01-26 01:24:34 +00:00
waterson%netscape.com
8d4d9030f7 Altered anonymous resources to be produced with a hash mark, so they look more like anchors. 1999-01-26 01:23:55 +00:00
waterson%netscape.com
12e06cba89 Fixed bug in arcs-out cursor. 1999-01-26 01:22:40 +00:00
waterson%netscape.com
6299dd3a13 Changes for new service manager stuff. 1999-01-26 01:21:25 +00:00
guha%netscape.com
0e380306f1 fix template 1999-01-25 23:57:52 +00:00
guha%netscape.com
74298a85fa fix template 1999-01-25 23:55:05 +00:00
guha%netscape.com
f5c45bb0b7 slightly faster parser 1999-01-25 23:16:04 +00:00
ftang%netscape.com
3759b987f5 change nsCharSetID into nsString type 1999-01-25 16:05:04 +00:00
sudu%netscape.com
c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
peterl%netscape.com
c075c23f95 sync to nsIDocument API changes 1999-01-23 06:59:35 +00:00
waterson%netscape.com
a9d5a36aa7 Added a missing header file. 1999-01-22 22:04:27 +00:00
waterson%netscape.com
ea903107e6 Fixed a reference counting bug and a problem with the NS_RELEASE() macro. 1999-01-22 22:04:04 +00:00
mcafee%netscape.com
5d6f14092f Breathing Unix life into the rdf tests 1999-01-22 11:47:39 +00:00
mcafee%netscape.com
e9e8426486 Add tests if ENABLE_TESTS=1 1999-01-22 11:46:20 +00:00
waterson%netscape.com
b24ea8f193 Implemented RDF container support and improved support for 'anonymous' resources for output of RDF/XML. Cleaned up common RDF vocabularies, placing #defines into rdf.h. 1999-01-22 06:48:25 +00:00
waterson%netscape.com
4e1dbf213c Updated for new header files (not in the build). 1999-01-21 22:29:11 +00:00
waterson%netscape.com
aea6df3ac4 Improved namespace handling for output of RDF/XML streams. Modified basic data source interface to include GetAllResources(), which enumerates all of the resources in the datasource. Moved code for dumping an RDF/XML stream out of nsInMemoryDataSource into nsRDFXMLDataSource. 1999-01-21 22:24:32 +00:00
kostello%netscape.com
ef8c3084b3 Updated RDF document to match changed XIF signature 1999-01-21 21:46:27 +00:00
waterson%netscape.com
72f667cefc Modified to just descend into the subdirs; got rid of rdftest.cpp. 1999-01-21 01:26:51 +00:00
waterson%netscape.com
160255e4fe Obsolete. 1999-01-21 01:26:07 +00:00
waterson%netscape.com
2a59b0efd3 Backed out bogus checking. 1999-01-20 19:56:34 +00:00
waterson%netscape.com
bd92c90bfd Obsolete. 1999-01-20 19:53:07 +00:00
waterson%netscape.com
3e6fc2b0ad Changed 'data base' to 'composite data source'. Merged RDF/XML document and stream data source into one big happy interface. 1999-01-20 01:42:13 +00:00
vidur%netscape.com
8ff9eaa54b Completion of document as node - specifically, the childNodes array. Completion of nodeName, nodeValue and attributes properties for different types of nodes. 1999-01-19 23:07:33 +00:00