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

622 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 2d5ac26d3f Fixed leak when Init fails. 1999-02-26 11:42:05 +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
waterson%netscape.com ebaca81625 Modified DEFINE_RDF_VOCAB macro so that it doesn't create static constructors on Unix. 1999-02-26 03:07:59 +00:00
waterson%netscape.com c1fa9721d0 Bug 3302. Fixed DOM calls to effect (more or less) the right change on the content model, modulo Bug 3275. This was causing asserts to fire whenever you called SetAttribute(). 1999-02-26 03:02:19 +00:00
rjc%netscape.com d89d9cc85e Small case changes. 1999-02-26 02:45:25 +00:00
rjc%netscape.com e2b02674e1 Modified sidebar.xul regarding sorting. 1999-02-26 02:16:56 +00:00
waterson%netscape.com 7dc1429c56 Improved SplitAttribute() to return kNameSpaceID_None if it finds a tag but can't determine the namespace. 1999-02-26 02:09:48 +00:00
rjc%netscape.com 203f6c073a Add RDF file system datasource into builds. 1999-02-26 02:04:28 +00:00
sfraser%netscape.com 5c04dca8e5 Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. Also clean up the prefix file mess. 1999-02-26 00:54:45 +00:00
dougt%netscape.com 423a68450d Changed nsNativeFileSpec to nsFileSpec. 1999-02-25 20:58:10 +00:00
waterson%netscape.com d5ca0e3c3b Added support for <xul:treebody xul:id=...> 1999-02-25 18:37:27 +00:00
waterson%netscape.com ab8c628386 Improved tag matching so that it doesn't assume XUL namespace. Added nsIXMLContent methods in anticipation of someday getting real namespace scoping right. See http://bugzilla.mozilla.org/show_bug.cgi?id=3275 for more info. 1999-02-25 17:15:57 +00:00
brade%netscape.com d8e044b8da remove extra comma to reduce compiler warnings on Macintosh 1999-02-25 15:39:50 +00:00
hyatt%netscape.com 15eef1e48f Fixes to getElementsByTagName to avoid returning nodes that aren't elements. 1999-02-25 02:58:11 +00:00
waterson%netscape.com 2913e9af8b Added librdfutil_s.a to link. 1999-02-25 01:35:53 +00:00
waterson%netscape.com e3f1c6ff8d Added nsRDFResource constructor to dlldeps.cpp to avoid runtime link problems on Linux. 1999-02-25 01:35:34 +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
pinkerton%netscape.com 34c3e4d9b4 remove absolute path in opt target to warren's machine. 1999-02-24 17:36:17 +00:00
warren%netscape.com 55f16a9dd4 Removed assertion (hit by mail code (bad xul?)). 1999-02-24 10:23:27 +00:00
warren%netscape.com bd09892b89 Accidental commit (reverted) 1999-02-24 09:28:36 +00:00
warren%netscape.com eeb0ad2864 Accidental commit (reverted) 1999-02-24 09:28:09 +00:00
warren%netscape.com f09e5da64c reverted (accidently committed) 1999-02-24 09:03:54 +00:00
warren%netscape.com 4abf2f7a9e reverted (accidently committed) 1999-02-24 09:03:04 +00:00
warren%netscape.com 50ab28440d Removed link with rdfutil_s until I can get linux help. 1999-02-24 09:01:44 +00:00
warren%netscape.com c0b4c81d7c Added util lib 1999-02-24 08:27:52 +00:00
warren%netscape.com 493391ebef Moved nsRDFResource to util. 1999-02-24 08:26:30 +00:00
warren%netscape.com 0ff2cb255d Added util directory stuff. 1999-02-24 08:25:00 +00:00
warren%netscape.com 3d725afdbd Removed demo mail code. 1999-02-24 08:03:20 +00:00
warren%netscape.com 9a85735160 Removed demo mail datasource. 1999-02-24 08:02:28 +00:00
warren%netscape.com bc95d31a79 Got this stuff functioning. 1999-02-24 07:56:00 +00:00
waterson%netscape.com 2058dae033 Made default namespaces work. 1999-02-24 04:47:19 +00:00
waterson%netscape.com bc0bd2e68a Fixed some refcounting bugs with atoms. 1999-02-24 04:46:47 +00:00
kipp%netscape.com 53a6b8c11d Build library properly 1999-02-24 04:44:41 +00:00
kipp%netscape.com 08258b786c Fixed crash bug where unitialized index would sometimes crash; also increment index in loop so that it terminates 1999-02-24 04:34:54 +00:00
hyatt%netscape.com 790a8f48ef Fixing the case of the ID atom (it should have been lower case). 1999-02-24 02:58:47 +00:00
hyatt%netscape.com 9f0be779bd Fixing the multiple observer crash. 1999-02-24 02:18:35 +00:00
waterson%netscape.com c60c67adc4 Made sure to add a named reference to the event handlers. a=sar%netscape.com for checkin during closed tree. 1999-02-24 00:01:26 +00:00
warren%netscape.com 01dd4f0ed6 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
ftang%netscape.com 02b8de88ba add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson 1999-02-23 03:31:26 +00:00
hyatt%netscape.com 3ec6d9980a Touched the files auto-generatedb y the IDL. Also implemented getElementByAttribute
for documents and for elements.
1999-02-23 02:40:51 +00:00
hyatt%netscape.com 44b38bcc70 Touched the headers that are auto-generated from the IDL. 1999-02-23 02:40:26 +00:00
hyatt%netscape.com 0ab7a2cf6a Adding a getElementsByAttribute method. 1999-02-23 02:40:06 +00:00
hyatt%netscape.com cce636c002 Re-enabling event handlers. 1999-02-22 19:05:30 +00:00
beard%netscape.com 0109305bc4 backed out build bustage change 1999-02-20 04:43:53 +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
hyatt%netscape.com a1739b9b8a Implementing event handlers on XUL nodes. 1999-02-20 01:59:45 +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
warren%netscape.com 54a4687221 Used new NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED macros. 1999-02-19 06:34:23 +00:00
warren%netscape.com f5fcd41a95 A bunch of fixes for cursor stuff. 1999-02-19 05:27:22 +00:00
mcafee%netscape.com 0bc7b91473 Solaris: Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool. 1999-02-19 03:46:06 +00:00
scc%netscape.com b8df1ed8b0 updated 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:56:00 +00:00
scc%netscape.com 1fc03069a9 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 d8662169f4 Remove nsComPtr usage (due to Unix). 1999-02-19 00:19:42 +00:00
rjc%netscape.com efce1fd313 Now call rdf_qsort on all platforms. 1999-02-18 22:55:02 +00:00
rjc%netscape.com 1946508edb Add rdf_qsort.c to Unix/Win makefiles. 1999-02-18 22:54:16 +00:00
waterson%netscape.com 16abbd0ff1 Removed RDF DLLs from SetupRegistry() b/c RDF self-registers. 1999-02-18 22:53:51 +00:00
waterson%netscape.com bf37eede6e Fixed to get building on Linux. 1999-02-18 22:53:19 +00:00
rjc%netscape.com 56bf6d2a08 Needed to const strings. 1999-02-18 22:45:26 +00:00
waterson%netscape.com f0789232a2 rdfutil.cpp 1999-02-18 22:36:41 +00:00
rjc%netscape.com 5111af2d2a Comment out error while I investigate. 1999-02-18 22:34:25 +00:00
rjc%netscape.com e5ce27d6da 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 0c7b14aa8c First Checked In. 1999-02-18 22:28:10 +00:00
hyatt%netscape.com d724898a78 Improvements to the broadcasting mechanism so that HTML nodes can properly
observe XUL broadcasters.
1999-02-18 21:45:06 +00:00
hyatt%netscape.com 4ee9124f11 Improvements to the document getElementByID method. 1999-02-18 05:03:20 +00:00
alecf%netscape.com 97115a0312 fix initialization ordering to match declaration 1999-02-18 03:56:24 +00:00
alecf%netscape.com 2f0ca98b89 ignore generated files 1999-02-18 03:46:47 +00:00
alecf%netscape.com ee12252276 fix for egcs/gcc compiler bug 1999-02-18 03:46:32 +00:00
waterson%netscape.com 41ae4390f6 Implemented most of the rest of the DOM observer methods. 1999-02-18 02:02:48 +00:00
waterson%netscape.com edc0ab7eab Fixed bug where we were generating HTML kids for each attribute that we iterated over. 1999-02-18 00:25:06 +00:00
waterson%netscape.com 58a218c757 Force all HTML tags to lower case. 1999-02-18 00:24:16 +00:00
waterson%netscape.com b1552893c9 Added nsRDFResource. 1999-02-18 00:11:53 +00:00
warren%netscape.com 55c88a9491 Moved utilities to util directory. 1999-02-17 23:42:09 +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
warren%netscape.com 7d559f60cc Added nsRDFResource.h for the mac 1999-02-17 23:02:00 +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
hyatt%netscape.com b75b92a353 Implemented more DOM methods to get apprunner working with XUL files. 1999-02-17 22:32:40 +00:00
warren%netscape.com da560b4f89 Consolidated DefaultResourceImpl with nsRDFResource. 1999-02-17 22:28:15 +00:00
hyatt%netscape.com e104f8301f Finishing the broadcaster work (at least for now). 1999-02-17 19:35:53 +00:00
hyatt%netscape.com d7af57a96b More tweaks to the broadcasting stuff. 1999-02-17 18:58:05 +00:00
hyatt%netscape.com f98e5b9fdd Implemented brain-dead tree walk in GetElementByID. 1999-02-17 18:46:23 +00:00
hyatt%netscape.com 042038acc1 Checking in code that does the broadcaster hookup. 1999-02-17 18:33:33 +00:00
waterson%netscape.com d05a1b9db3 Added nsIDOMElementObserver interface, implemented OnSetAttribute(). Fixed so that a shared namespace manager is held. 1999-02-17 11:57:57 +00:00
waterson%netscape.com 1f97c263f8 Implemented nsIDOMElement::GetAttribute(). 1999-02-17 11:56:44 +00:00
waterson%netscape.com 24b3945071 Added nsIDOMElementObserver interface to QI. 1999-02-17 11:56:15 +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 ca621b1215 Create RDF_19990217_BRANCH from RDF_DOM_19990216_BRANCH to pick up nsCOMPtr changes before doing major whackage. 1999-02-17 08:17:50 +00:00
scc%netscape.com 31db609cb4 changes for nsCOMPtr 1999-02-17 05:45:31 +00:00
mcafee%netscape.com 221280d06c Adding do_QueryInterface() wrapper for nsCOMPtr carpool 1999-02-17 02:31:01 +00:00
waterson%netscape.com 3be12f53e8 Removed rdfDebug and domDebug from opt build. These were included by mistake. 1999-02-16 19:56:18 +00:00
waterson%netscape.com a42425658b Landed RDFDOM_19990215_BRANCH. Began implementing DOM-to-RDF functionality. 1999-02-16 19:30:04 +00:00
guha%netscape.com 567e411c37 Some opendir related fixes 1999-02-16 18:54:18 +00:00
hyatt%netscape.com c3913b0ae7 Added the sync-up when the broadcast listener first gets added. 1999-02-16 07:57:55 +00:00
troy%netscape.com c4d849a349 Added cast 1999-02-14 06:20:52 +00:00
troy%netscape.com 0debd6f0d1 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp%netscape.com 36c243cdc0 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
peterl%netscape.com 3fa4aedea7 xml cleanup 1999-02-12 08:13:45 +00:00
peterl%netscape.com 7f04fb00e6 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
sfraser%netscape.com 147deab593 Fixing build bustage 1999-02-12 00:11:25 +00:00
akkana%netscape.com 7982a421d6 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
hyatt%netscape.com 8d5d1fad54 Changes to RDF elements to support the XUL node API. 1999-02-11 23:11:36 +00:00
hyatt%netscape.com 3bbc26d74d Adding the XUL Node auto-generated file (from the IDL). 1999-02-11 23:10:33 +00:00
hyatt%netscape.com 8bccf2bb63 COmmitting the idl for the XUlNode. 1999-02-11 23:10:09 +00:00
hyatt%netscape.com 48eae02221 Removing some interfaces. 1999-02-11 23:09:41 +00:00
hyatt%netscape.com 972c65648f SHuffling around of interfaces. 1999-02-11 23:08:52 +00:00
waterson%netscape.com 64476652c1 Add parser utils. 1999-02-11 06:06:57 +00:00
waterson%netscape.com ac52b15528 Added nsRDFParserUtils.cpp to Unix build. 1999-02-11 04:20:44 +00:00
waterson%netscape.com ef1ee577ca Doh! Forgot to make two of the methods static. 1999-02-11 04:10:36 +00:00
waterson%netscape.com 2fab378292 Added nsRDFParserUtils.cpp. 1999-02-11 04:06:02 +00:00
waterson%netscape.com d45123d0a0 Added some routines for use with parsing RDF/XML and XUL. 1999-02-11 04:05:41 +00:00
waterson%netscape.com 8e47728941 Fixed nsISelection bustage. 1999-02-10 19:39:29 +00:00
waterson%netscape.com 86b5898cc1 Changed LocalStore.rdf to sidebar.xul & sidebar.css. 1999-02-10 19:17:02 +00:00
waterson%netscape.com f54898cc7a Initial revision. 1999-02-10 19:15:46 +00:00
waterson%netscape.com 4e0b4e96bb Added XP_UNIX filename for bookmarks. 1999-02-10 19:13:12 +00:00
mjudge%netscape.com e8c36139dc removing nsICollection 1999-02-10 18:57:54 +00:00
hyatt%netscape.com 69f90dcb24 Fixing the auto-generated JS file since the IDL changed. 1999-02-10 10:16:34 +00:00
hyatt%netscape.com 256764354c Fixing the auto-generated file since the IDL changed. 1999-02-10 10:15:47 +00:00
hyatt%netscape.com e8c3cbb4b5 Added a SetBroadcaster method so that I have a convenient way to set the broadcaster
for a given broadcast listener.
1999-02-10 10:15:22 +00:00
hyatt%netscape.com 497fca1d75 The auto-generated file for the XUL broadcast listener. 1999-02-10 09:53:39 +00:00
hyatt%netscape.com 9ceff9e92e The auto-generated JS file for the XUL broadcaster. 1999-02-10 09:53:19 +00:00
hyatt%netscape.com 509d2e3e65 The auto-generated JS file for the XUL command. 1999-02-10 09:52:48 +00:00
hyatt%netscape.com b5126507cc The auto-generated header file for the XULCommand idl. 1999-02-10 09:50:59 +00:00
hyatt%netscape.com 42b3a72baa The auto-generated header file for the XULBroadcastListener idl. 1999-02-10 09:50:28 +00:00
hyatt%netscape.com ad0a772d59 The auto-generated file for the XULBroadcaster IDL. 1999-02-10 09:49:50 +00:00
hyatt%netscape.com 1cd092b40c IDL for enhancements to XUL content nodes, namely the ability to invoke
the commands associated with command nodes and the ability to provide
automatic attribute-chaining between a set of broadcasters and broadcast
listeners.
1999-02-10 09:48:00 +00:00
dp%netscape.com 81c281f428 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
waterson%netscape.com ae7b9094af Added bookmarks.html to the install. 1999-02-10 00:09:29 +00:00
beard%netscape.com afb2a82530 Removed an absolute path from optimized build's access paths. This could break the build. 1999-02-09 20:40:10 +00:00
waterson%netscape.com e1c4d5464e Made nsRDFContentUtils routines static members of a class. Made the tree builder more polite about creating cells. Made the tree builder look at the <xul:tree>'s <xul:treecol> elements for column info. 1999-02-09 04:59:11 +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
mcafee%netscape.com 44b569b4f9 Ignore generated files 1999-02-08 08:46:17 +00:00
warren%netscape.com 63e20e34d2 Added nsRDFResource -- basic resource implementation to subclass. 1999-02-05 01:29:27 +00:00
warren%netscape.com ac319994ec Fixed return type. 1999-02-05 01:27:59 +00:00
waterson%netscape.com 0cc3de8d28 Never used. 1999-02-05 00:30:09 +00:00
waterson%netscape.com 70c45a9ccc Added an #ifdef-ed out hard dependency on layout. So I can remember how to do HTML-in-XUL. 1999-02-04 10:55:09 +00:00
waterson%netscape.com 639a8ee4ef Fixed missing NS_INIT_REFCNT() bug. 1999-02-04 10:54:18 +00:00
waterson%netscape.com 52529dfcb5 First cut at a real implementation. HTML-in-XUL is #ifdef-ed out pending some workable interface for constructing HTML tags. 1999-02-04 10:53:22 +00:00
waterson%netscape.com a26c3464a7 Made shared static services where possible. 1999-02-04 10:52:35 +00:00
waterson%netscape.com 2c2bd55799 Added nsIHTMLContentContainer interface, made SplitProperty() more clever. Fits and starts toward getting HTML-in-XUL-in-RDF working. 1999-02-04 10:50:50 +00:00
waterson%netscape.com df4b6c06f4 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 a2285d5ca6 First stab at making this threadsafe. Still need to refcount the Assertion struct. 1999-02-04 10:42:21 +00:00
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
waterson%netscape.com fe9d6d047b Replacement for nsIRDFXMLDocument.h. Not yet in the build. 1999-01-19 02:43:03 +00:00
waterson%netscape.com 7c14d36861 Replacement for nsStreamDataSource.cpp. Not yet in the build. 1999-01-19 02:42:30 +00:00
waterson%netscape.com 1f06f7d982 Added documentation comments. 1999-01-18 22:31:05 +00:00
waterson%netscape.com 5f8d808014 Added an assertion after OpenContainer() to help catch parse errors. 1999-01-18 22:14:59 +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
peterl%netscape.com 609b48d91d added GetBaseURL
Checkin during red tree approved by sar
1999-01-15 01:53:50 +00:00
waterson%netscape.com 85953825e2 Turn off arithmetic conversion warnings in build. 1999-01-14 23:05:28 +00:00
waterson%netscape.com 4ab3ee924b Fix compiler warning. 1999-01-14 23:04:59 +00:00
waterson%netscape.com 1322a50ebc Oops. Had an = when I meant ==. 1999-01-14 23:04:16 +00:00
waterson%netscape.com c07e15fb58 Fixed compiler warning. 1999-01-14 23:03:07 +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 6644cf58c5 Obsoleted. 1999-01-12 19:42:36 +00:00
waterson%netscape.com 5586c28756 Added resources to build. 1999-01-12 19:41:44 +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
guha%netscape.com e5b20e0c8e adding a tree interface to datasources. Not yet in build system 1999-01-12 17:35:25 +00:00
vidur%netscape.com d63e315360 Added new namespace/attribute parsing methods to nsIContent 1999-01-12 16:38:28 +00:00
waterson%netscape.com 896443d929 Initial revision (not yet in build.) 1999-01-12 05:33:32 +00:00
waterson%netscape.com 086f25dbe1 Initial revision. (Not yet in the build.) 1999-01-12 05:32:30 +00:00
warren%netscape.com 8a5983c1cf Added headings 1999-01-12 01:19:11 +00:00
waterson%netscape.com 07f3adb0f9 Fixed namespace stuff, added column info, added bookmarks data store. 1999-01-07 18:43:39 +00:00
waterson%netscape.com 0af190993d Put namespaces back (bug was in LocalStore.rdf). Fixed some bugs with RDF containers. 1999-01-07 18:43:03 +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
waterson%netscape.com 2f9e197491 Added some comments to call out potential funkiness. 1999-01-07 05:29:31 +00:00
leaf%mozilla.org bd5dd94c46 adding files in new directory 1999-01-07 01:07:03 +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 74d0bf17fd try adding the resources again 1999-01-06 20:33:42 +00:00
guha%netscape.com 23db7f64f8 add some resources 1999-01-06 20:26:54 +00:00
guha%netscape.com ce5f96afb9 More on the alloy prototype 1999-01-06 17:38:37 +00:00
warren%netscape.com 74ccdfd598 Added error checking. 1999-01-06 00:05:29 +00:00
waterson%netscape.com 2f3937c26f Fixed LXR comments. 1999-01-05 23:29:50 +00:00
waterson%netscape.com 1d5fb989ba Added some comments. 1999-01-05 22:58:13 +00:00
waterson%netscape.com dafa77fc6e Fixed some indentation. 1999-01-05 22:54:37 +00:00
waterson%netscape.com 90008fb7ec Got rid of ConsoleOutputStream: musta been some cruft from the example code I copied... 1999-01-05 22:53:59 +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 8d13344f04 Added LXR comments. 1999-01-05 21:36:05 +00:00
waterson%netscape.com 9fd3cd02fd Added LXR comments. 1999-01-05 21:22:20 +00:00
waterson%netscape.com d081ee028c Updated to use the new event queue service that Rick landed last night. 1999-01-05 21:07:41 +00:00
waterson%netscape.com 73f5ef14b2 Added comments for LXR. 1999-01-05 21:07:09 +00:00
waterson%netscape.com d3edcef901 Fixed the last bug with my namespace hack. Added a bunch of comments. 1999-01-05 21:06:54 +00:00
waterson%netscape.com 990c0bfb05 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 bc038776f5 Added docs on what this file is for. 1999-01-05 05:38:45 +00:00
waterson%netscape.com 7f08d375d9 Merge from RDF_122898_BRANCH. (This is not in the main build.) 1999-01-05 05:36:40 +00:00
waterson%netscape.com 78fa98a324 Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +00:00
waterson%netscape.com 9b2f69e89a Okay, try #2. Fix Win95/98 build bustage. 1998-12-30 21:25:47 +00:00
leaf%mozilla.org 7099c09cc1 backing out removal of nsInMemoryDataSource.obj 1998-12-30 20:00:59 +00:00
waterson%netscape.com dd28fe9eaa Fix Win95 build bustage. 1998-12-30 17:52:01 +00:00
ramiro%netscape.com 70651786fb Ignore generated files. 1998-12-30 00:38:23 +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
cls%seawood.org 1f3759281f Attempting to fix the change from using nsMemoryDataSource.cpp to using nsInMemoryDataSource.cpp. 1998-12-28 04:12:55 +00:00
guha%netscape.com 1ca9deb869 adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +00:00
beard%netscape.com 562a2c26e8 Cleaned up non-debug access paths, made them consistent with debug access paths. 1998-12-25 00:31:17 +00:00
guha%netscape.com 0a2e739ac3 move mail data source 1998-12-24 21:47:24 +00:00
waterson%netscape.com d4fea026bb Initial revision. 1998-12-24 08:26:27 +00:00
waterson%netscape.com 867306367d Obsolete. 1998-12-24 08:22:17 +00:00