Commit Graph

59 Commits

Author SHA1 Message Date
rjc%netscape.com
49735684c7 Changes to autoregister the file system datasource (broken due to Warren's earlier changes.) 1999-03-05 03:22:51 +00:00
hyatt%netscape.com
dd7c2d27e3 Changes to the content sink to make sure attributes are not converted to lower case
and to make sure attributes are put into the correct namespace.
1999-03-05 00:02:33 +00:00
scc%netscape.com
2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
hyatt%netscape.com
1d7617de7f More fixes to make sure the right attribute namespace is being used. 1999-03-03 01:38:32 +00:00
hyatt%netscape.com
1fec664a60 Fixes so that attributes are set correctly. 1999-03-03 01:26:33 +00:00
hyatt%netscape.com
8e035eada0 Fixes to attributes so that they are properly added in with a namespace of
NONE.
1999-03-03 01:17:29 +00:00
waterson%netscape.com
cb6e99b330 General clean-up. Use RDF containers instead of multi-attributes. 1999-03-02 01:38:34 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
rjc%netscape.com
203f6c073a Add RDF file system datasource into builds. 1999-02-26 02:04:28 +00:00
waterson%netscape.com
b49aa431b2 Removed the use-tag-namespace-as-default-namespace hack (well, #ifdef'd it out, anyway). 1999-02-24 19:25:14 +00:00
warren%netscape.com
9a85735160 Removed demo mail datasource. 1999-02-24 08:02:28 +00:00
waterson%netscape.com
2058dae033 Made default namespaces work. 1999-02-24 04:47:19 +00:00
rjc%netscape.com
c559019606 *** empty log message *** 1999-02-20 03:52:26 +00:00
rjc%netscape.com
0fc1c99cd3 Export nsIRDFFileSystem.h 1999-02-20 02:04:24 +00:00
rjc%netscape.com
3941a3d2c5 FileSystem data source now uses nsFileSpec (in base) 1999-02-20 01:38:57 +00:00
mcafee%netscape.com
759d1a2b61 PRBool: use PR_FALSE, PR_TRUE instead of false, true. 1999-02-19 10:57:49 +00:00
waterson%netscape.com
58a218c757 Force all HTML tags to lower case. 1999-02-18 00:24:16 +00:00
waterson%netscape.com
c7aaa78312 Added a hack to use the tag's namespace as the default namespace in the lack of any other information. Not sure if this is correct. 1999-02-17 23:41:23 +00:00
hyatt%netscape.com
98b445d7cb Fixed bug with inline scripts: wasn't truncating the text buffer. 1999-02-17 22:33:09 +00:00
waterson%netscape.com
d69f284086 Landed RDF_19990217_BRANCH. This includes a bunch of changes to get XUL scriptability up and running; also, nsRDFResourceElement and nsRDFGenericElement have been collapsed into a single class, and most of the state has been turned into attributes on the class. 1999-02-17 11:09:57 +00:00
waterson%netscape.com
a42425658b Landed RDFDOM_19990215_BRANCH. Began implementing DOM-to-RDF functionality. 1999-02-16 19:30:04 +00:00
troy%netscape.com
c4d849a349 Added cast 1999-02-14 06:20:52 +00:00
peterl%netscape.com
7f04fb00e6 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
waterson%netscape.com
4e0b4e96bb Added XP_UNIX filename for bookmarks. 1999-02-10 19:13:12 +00:00
waterson%netscape.com
18f49c102e Whacked to get RDF/XUL working right, with local content mderged in. 1999-02-09 03:15:41 +00:00
warren%netscape.com
ac319994ec Fixed return type. 1999-02-05 01:27:59 +00:00
waterson%netscape.com
639a8ee4ef Fixed missing NS_INIT_REFCNT() bug. 1999-02-04 10:54:18 +00:00
hyatt%netscape.com
5361c5a133 Implementation of the XUL content sink. 1999-02-03 02:49:30 +00:00
waterson%netscape.com
a4062a7390 Fixed some refcounting bugs. 1999-02-02 07:07:32 +00:00
waterson%netscape.com
1261fed0ac Initial revision. 1999-02-02 00:43:56 +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
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
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
guha%netscape.com
77399b80d9 started implementing history (not yet in build system) 1999-01-15 23:44:37 +00:00
pierre%netscape.com
42ed95ef3d fixed the bookmarks file path for the Mac 1999-01-15 22:34:15 +00:00
guha%netscape.com
2fc3084b52 bookmarks stuff 1999-01-15 18:56:28 +00:00
waterson%netscape.com
4ab3ee924b Fix compiler warning. 1999-01-14 23:04:59 +00:00
waterson%netscape.com
d3b9f0cf03 Rearranged stream and content sink stuff to be a part of base: content sink will eventually be replaced by a lower-level parser implementation. Improved the named data source handling. 1999-01-14 10:55:08 +00:00
waterson%netscape.com
d1081a74f9 Factored content model builder code into its own interface. Hooked up RDF-to-content model notification. Minor bug fixes in data sources. 1999-01-12 19:41:06 +00:00
waterson%netscape.com
c5203f3f54 Un-hardcoded column info. This is now provided by a resource: RDF file (like LocalStore.rdf). 1999-01-07 18:42:14 +00:00
guha%netscape.com
c1060de9fe add nsIRDFHistory.h. Not yet in the make system 1999-01-07 00:01:44 +00:00
guha%netscape.com
23db7f64f8 add some resources 1999-01-06 20:26:54 +00:00
warren%netscape.com
74ccdfd598 Added error checking. 1999-01-06 00:05:29 +00:00
waterson%netscape.com
bf880269cd Added LXR comments. Got rid of unnecessary #ifdefs and obsolete factory methods. 1999-01-05 22:02:56 +00:00
waterson%netscape.com
379ac6d48b Added LXR comments. 1999-01-05 21:57:59 +00:00
waterson%netscape.com
78fa98a324 Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +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
guha%netscape.com
0a2e739ac3 move mail data source 1998-12-24 21:47:24 +00:00