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

429 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 12efabd1de Got rid of PrefixMap(), which was obsoleted by Warren's changes to use the repository. Added some assertions to ease debugging. Altered GetResource() and GetDataSource() to _not_ automatically register the resource/datasource; rather, the resource/datasource's Init() method should do that. ClGot rid of PR_smptrinf() calls in favor of nsAutoString stuff. 1999-03-02 01:00:45 +00:00
waterson%netscape.com 4d5425954d Updated documentation on ReigsterDataSource() && RegisterResource(). 1999-03-02 00:59:03 +00:00
pinkerton%netscape.com 0ef1121e84 make the hack for macos to not use libreg easier to turn on and off to make it easier to work on a fix. 1999-03-01 17:47:28 +00:00
waterson%netscape.com 16e3e60042 Don't automatically register every data source; instead, the data source can register itself during Init(). 1999-03-01 05:55:18 +00:00
putterman%netscape.com da662458b1 Parses datasource string correctly. 1999-02-27 02:42:57 +00:00
waterson%netscape.com 6b6ad0f87d Change '=' to '#' to circumvent registry bustage for now. 1999-02-27 02:19:47 +00:00
pinkerton%netscape.com bd7b3824fc warren's hack-o-rama to get rdf working w/out libreg on mac. permission to check into closed tree by sar. 1999-02-26 23:28:14 +00:00
warren%netscape.com 4c5d33109b Fixed leak when Init fails. 1999-02-26 11:42:05 +00:00
warren%netscape.com 97781f4c14 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
waterson%netscape.com c932e5ed4c Modified DEFINE_RDF_VOCAB macro so that it doesn't create static constructors on Unix. 1999-02-26 03:07:59 +00:00
rjc%netscape.com 0949de4ea9 Add RDF file system datasource into builds. 1999-02-26 02:04:28 +00:00
dougt%netscape.com e49426076f Changed nsNativeFileSpec to nsFileSpec. 1999-02-25 20:58:10 +00:00
warren%netscape.com c1983f0644 Removed assertion (hit by mail code (bad xul?)). 1999-02-24 10:23:27 +00:00
warren%netscape.com ecf3421e34 Accidental commit (reverted) 1999-02-24 09:28:36 +00:00
warren%netscape.com 46c6fab20d Accidental commit (reverted) 1999-02-24 09:28:09 +00:00
warren%netscape.com c2222be332 Moved nsRDFResource to util. 1999-02-24 08:26:30 +00:00
warren%netscape.com 3642da81a5 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
scc%netscape.com b5e4065bfb updating for nsCOMPtr; owners should check my changes to see if they agree with my choices for |do_QueryInterface| vs |dont_QueryInterface| 1999-02-19 02:53:45 +00:00
rjc%netscape.com fb1f8fcf5c Add rdf_qsort.c to Unix/Win makefiles. 1999-02-18 22:54:16 +00:00
waterson%netscape.com e762a78686 rdfutil.cpp 1999-02-18 22:36:41 +00:00
rjc%netscape.com 9f69ac9f4c Add simple, preliminary way of doing sorting. (Note: using our own local version of qsort due to API changes.) 1999-02-18 22:29:16 +00:00
rjc%netscape.com dc159963a9 First Checked In. 1999-02-18 22:28:10 +00:00
warren%netscape.com 10ee85c70f Added nsRDFResource.h for the mac 1999-02-17 23:02:00 +00:00
warren%netscape.com 51610f1248 Consolidated DefaultResourceImpl with nsRDFResource. 1999-02-17 22:28:15 +00:00
waterson%netscape.com 02f3d9b924 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 2372f7e7ec Landed RDFDOM_19990215_BRANCH. Began implementing DOM-to-RDF functionality. 1999-02-16 19:30:04 +00:00
waterson%netscape.com dcc81afe7c Added nsRDFParserUtils.cpp to Unix build. 1999-02-11 04:20:44 +00:00
waterson%netscape.com b1963636ca Doh! Forgot to make two of the methods static. 1999-02-11 04:10:36 +00:00
waterson%netscape.com aab370f32d Added nsRDFParserUtils.cpp. 1999-02-11 04:06:02 +00:00
waterson%netscape.com 9e5c2c748e Added some routines for use with parsing RDF/XML and XUL. 1999-02-11 04:05:41 +00:00
waterson%netscape.com c37bbf9498 Whacked to get RDF/XUL working right, with local content mderged in. 1999-02-09 03:15:41 +00:00
warren%netscape.com fa4dc71bd1 Added nsRDFResource -- basic resource implementation to subclass. 1999-02-05 01:29:27 +00:00
waterson%netscape.com 3bc072f9df Never used. 1999-02-05 00:30:09 +00:00
waterson%netscape.com 73e0e7dac3 Buncha stuff to clean up implementation and make sure that a good RDF graph was getting created from the XUL. 1999-02-04 10:44:53 +00:00
waterson%netscape.com cdbcd66802 First stab at making this threadsafe. Still need to refcount the Assertion struct. 1999-02-04 10:42:21 +00:00
hyatt%netscape.com 3d3d6ae3c2 Implementation of the XUL content sink. 1999-02-03 02:49:30 +00:00
hyatt%netscape.com 67f728a35c Implementation of the XUL content sink. Addition of new files. 1999-02-03 02:48:27 +00:00
waterson%netscape.com fdc356d6ad 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 dc47ab867a Fixed some refcounting and initialization bugs. 1999-02-02 07:06:56 +00:00
waterson%netscape.com 40c78e8a96 Fixed a pile of refcounting bugs. 1999-02-02 07:06:06 +00:00
waterson%netscape.com 5ffebb7295 Fixed an off-by-one error in the dtor. 1999-02-02 07:05:52 +00:00
waterson%netscape.com ab4b961ba4 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
waterson%netscape.com fe29d7a62d 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 611f40b423 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 0c34e98919 Fixed bug in arcs-out cursor. 1999-01-26 01:22:40 +00:00
waterson%netscape.com 8dd666c066 Fixed a reference counting bug and a problem with the NS_RELEASE() macro. 1999-01-22 22:04:04 +00:00
waterson%netscape.com d1f68358c9 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 df4a252cc6 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
waterson%netscape.com 935c9ca430 Backed out bogus checking. 1999-01-20 19:56:34 +00:00
waterson%netscape.com 3fe93974af Obsolete. 1999-01-20 19:53:07 +00:00
waterson%netscape.com 4902901aa4 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
waterson%netscape.com 8bed107f77 Replacement for nsIRDFXMLDocument.h. Not yet in the build. 1999-01-19 02:43:03 +00:00
waterson%netscape.com aaa16f1b62 Replacement for nsStreamDataSource.cpp. Not yet in the build. 1999-01-19 02:42:30 +00:00
waterson%netscape.com 27e27aa689 Added documentation comments. 1999-01-18 22:31:05 +00:00
waterson%netscape.com e8326bc55f Added an assertion after OpenContainer() to help catch parse errors. 1999-01-18 22:14:59 +00:00
waterson%netscape.com faf9dce220 Fixed compiler warning. 1999-01-14 23:03:07 +00:00
waterson%netscape.com 4eff893c29 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 ae2d963b77 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
guha%netscape.com c36fa1a019 adding a tree interface to datasources. Not yet in build system 1999-01-12 17:35:25 +00:00
waterson%netscape.com d3df2a0245 Added some comments to call out potential funkiness. 1999-01-07 05:29:31 +00:00
guha%netscape.com 169bdc133e More on the alloy prototype 1999-01-06 17:38:37 +00:00
waterson%netscape.com 86345bc146 Added LXR comments. 1999-01-05 21:57:59 +00:00
waterson%netscape.com 547f3b8953 Added LXR comments. 1999-01-05 21:22:20 +00:00
waterson%netscape.com 275755870e Added comments for LXR. 1999-01-05 21:07:09 +00:00
waterson%netscape.com 71f73518c0 Fixed the last bug with my namespace hack. Added a bunch of comments. 1999-01-05 21:06:54 +00:00
waterson%netscape.com 71d6d1db7f Bug fixes and enhancements to nsRDFStreamData source. Can almost round-trip RDF/XML now... 1999-01-05 08:44:40 +00:00
waterson%netscape.com 314b664b4c Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +00:00
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
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
guha%netscape.com 489589a12b adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +00:00
waterson%netscape.com cca5fac0ba Initial revision. 1998-12-24 08:26:27 +00:00
waterson%netscape.com a2b51a7f91 Fixed #ifdefs. 1998-12-24 06:57:46 +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 79f0e49b61 Changed to a static library for now. 1998-12-24 06:22:21 +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