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

49 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 3ffb99d18b Add container classes. 1999-04-27 05:54:22 +00:00
waterson%netscape.com 6bc6ec7c6a Backed up a change I thought was on a branch. 1999-04-26 23:18:51 +00:00
waterson%netscape.com c3024254d2 Add container classes. 1999-04-26 22:39:31 +00:00
sfraser%netscape.com b64854ce5d Fix library creator code 1999-04-24 03:20:44 +00:00
waterson%netscape.com e545139879 The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:02 +00:00
rjc%netscape.com 1bc93b6384 Adding support for "Related Links". 1999-04-22 10:46:28 +00:00
waterson%netscape.com 84c6340175 Added nsLocalStore.cpp. 1999-04-06 20:55:38 +00:00
waterson%netscape.com 285c412d4b Added nsJSXULTreeElement to the build. 1999-03-30 00:05:13 +00:00
waterson%netscape.com 66a55f3f2c Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
rjc%netscape.com a84bec059e Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
rjc%netscape.com c9dc7bb1a2 Add RDF find datasource into build system. 1999-03-19 00:01:49 +00:00
hyatt%netscape.com 11c4d50cbf Added nsXULDocumentInfo.cpp 1999-03-11 20:10:31 +00:00
waterson%netscape.com d9e0cf7761 Added nsXULTreeElement to build. 1999-03-10 08:49:12 +00:00
waterson%netscape.com b0d32f4ae3 Land Guha's history stuff, including some fixes for references in the file system data source, and modifications for literals: there's now nsIntLiteral and nsDateLiteral. 1999-03-09 04:01:56 +00:00
hyatt%netscape.com 5013fdcd04 added files: mozilla/rdf/content/src/nsRDFToolbarBuilder.cpp 1999-03-07 23:24:51 +00:00
hyatt%netscape.com 03ff6b50fb added files: mozilla/rdf/content/src/nsRDFGenericBuilder.cpp, mozilla/rdf/content/src/nsRDFMenuBuilder.cpp 1999-03-07 10:35:17 +00:00
rjc%netscape.com d7f0411223 nsXULSortService implementation: XUL sort functionality. 1999-03-05 23:51:13 +00:00
hyatt%netscape.com bb17ff1924 Adding XUL attributes to the project. 1999-03-05 00:32:18 +00:00
rjc%netscape.com 0949de4ea9 Add RDF file system datasource into builds. 1999-02-26 02:04:28 +00:00
sfraser%netscape.com 91a5b15f6c 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
pinkerton%netscape.com c0641b6995 remove absolute path in opt target to warren's machine. 1999-02-24 17:36:17 +00:00
warren%netscape.com e9d48a1790 Added util directory stuff. 1999-02-24 08:25:00 +00:00
warren%netscape.com 9363dcaa4c Removed demo mail code. 1999-02-24 08:03:20 +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
waterson%netscape.com db9159dc9d Added nsRDFResource. 1999-02-18 00:11:53 +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 5e23b20cfb Removed rdfDebug and domDebug from opt build. These were included by mistake. 1999-02-16 19:56:18 +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 0835d43b43 Add parser utils. 1999-02-11 06:06:57 +00:00
beard%netscape.com d21d3dcf1c 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 c37bbf9498 Whacked to get RDF/XUL working right, with local content mderged in. 1999-02-09 03:15:41 +00:00
hyatt%netscape.com 20038e80e3 Adding the XUL content sink and XUL data source files to the project. 1999-02-03 02:59:47 +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 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 ffac2241ce Turn off arithmetic conversion warnings in build. 1999-01-14 23:05:28 +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
waterson%netscape.com 314b664b4c Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +00:00
beard%netscape.com 9671eefc42 Cleaned up non-debug access paths, made them consistent with debug access paths. 1998-12-25 00:31:17 +00:00
waterson%netscape.com 15ca3690ef Change to new RDF build structure. 1998-12-24 08:11:35 +00:00
waterson%netscape.com 55b04ea2e6 Changed to new RDF tree structure. 1998-12-24 08:09:59 +00:00
waterson%netscape.com 302b9e4323 Removed nsRDFRegistryImpl. It was never used. 1998-12-22 22:26:15 +00:00
gordon%netscape.com 24c3c4ad3b Update table of contents for files added to layout and rdf. This is only used by Patrick's build system changes. 1998-12-16 01:22:53 +00:00
waterson%netscape.com 65c7666667 Added nsStreamDataSource.cpp and nsContainerCursor.cpp to the build. 1998-12-15 04:14:12 +00:00
beard%netscape.com 48c16d8ad3 First Checked In. 1998-12-13 05:01:04 +00:00
waterson%netscape.com b9c751fadf Added utility files. Split nsRDFDocument into two subclasses. 1998-12-04 10:02:17 +00:00
waterson%netscape.com 3cfe49b9f1 First Checked In. 1998-12-03 20:28:15 +00:00
waterson%netscape.com f9dfe3dd59 File Removed. 1998-12-03 20:26:33 +00:00
rjc%netscape.com 0611dac036 First Checked In. 1998-11-13 08:56:09 +00:00