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

408 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com fd58106130 Initial revision. 1999-02-10 19:15:46 +00:00
waterson%netscape.com 9d029af7e8 Added XP_UNIX filename for bookmarks. 1999-02-10 19:13:12 +00:00
mjudge%netscape.com 3b7278f7cf removing nsICollection 1999-02-10 18:57:54 +00:00
hyatt%netscape.com bab3bd7741 Fixing the auto-generated JS file since the IDL changed. 1999-02-10 10:16:34 +00:00
hyatt%netscape.com e360f09d78 Fixing the auto-generated file since the IDL changed. 1999-02-10 10:15:47 +00:00
hyatt%netscape.com c1fffab737 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 69a8141709 The auto-generated file for the XUL broadcast listener. 1999-02-10 09:53:39 +00:00
hyatt%netscape.com bbdbed94b0 The auto-generated JS file for the XUL broadcaster. 1999-02-10 09:53:19 +00:00
hyatt%netscape.com 400e2ca005 The auto-generated JS file for the XUL command. 1999-02-10 09:52:48 +00:00
hyatt%netscape.com d9014d615d The auto-generated header file for the XULCommand idl. 1999-02-10 09:50:59 +00:00
hyatt%netscape.com 3596c27b6e The auto-generated header file for the XULBroadcastListener idl. 1999-02-10 09:50:28 +00:00
hyatt%netscape.com 0ddafcb933 The auto-generated file for the XULBroadcaster IDL. 1999-02-10 09:49:50 +00:00
hyatt%netscape.com 8e4b9ff5b2 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 1310389704 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
waterson%netscape.com 568bd6a656 Added bookmarks.html to the install. 1999-02-10 00:09:29 +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 a56f90e335 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 c37bbf9498 Whacked to get RDF/XUL working right, with local content mderged in. 1999-02-09 03:15:41 +00:00
mcafee%netscape.com 387e0d9df5 Ignore generated files 1999-02-08 08:46:17 +00:00
warren%netscape.com fa4dc71bd1 Added nsRDFResource -- basic resource implementation to subclass. 1999-02-05 01:29:27 +00:00
warren%netscape.com 0485f738af Fixed return type. 1999-02-05 01:27:59 +00:00
waterson%netscape.com 3bc072f9df Never used. 1999-02-05 00:30:09 +00:00
waterson%netscape.com 4f9a406db7 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 6217a1532d Fixed missing NS_INIT_REFCNT() bug. 1999-02-04 10:54:18 +00:00
waterson%netscape.com dd9dc18bd2 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 7328bd9c3c Made shared static services where possible. 1999-02-04 10:52:35 +00:00
waterson%netscape.com 3bdd0a0568 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 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 20038e80e3 Adding the XUL content sink and XUL data source files to the project. 1999-02-03 02:59:47 +00:00
hyatt%netscape.com 3d3d6ae3c2 Implementation of the XUL content sink. 1999-02-03 02:49:30 +00:00
hyatt%netscape.com 536c0ed72c 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 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 df72435a92 Fixed bug with refcounting of XUL atoms. 1999-02-02 07:38:03 +00:00
waterson%netscape.com 44474c735a Forgot to NS_INIT_REFCNT(). 1999-02-02 07:09:48 +00:00
waterson%netscape.com fd645722da Fixed some refcounting bugs. 1999-02-02 07:07:32 +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
mcafee%netscape.com 8a42e69529 Ignore generated localfile executable 1999-02-02 06:18:53 +00:00
waterson%netscape.com 375bca5683 Initial revision. 1999-02-02 00:43:56 +00:00
waterson%netscape.com 7cd7ddd71f Modified style sheet to have appropriate XUL tree styles. 1999-02-01 23:11:31 +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
guha%netscape.com 9624c0b309 open directory related stuff 1999-02-01 16:32:37 +00:00
guha%netscape.com 2c667de360 hacking namespace related things 1999-01-29 01:33:38 +00:00
guha%netscape.com a129b45fb6 more fixes 1999-01-29 00:49:35 +00:00
waterson%netscape.com 3b99d91686 Added nsRDFXULBuilder.cpp; this is not currently in the build. 1999-01-29 00:41:42 +00:00
guha%netscape.com 041beb1bcd prototype serialized hash table 1999-01-28 23:39:16 +00:00
rjc%netscape.com 124c75db09 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 25703e808b First cut at a file system data source. 1999-01-27 01:26:07 +00:00
waterson%netscape.com 8aeccdd602 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 727ff299f7 Ignore generated files. 1999-01-26 04:46:37 +00:00
mcafee%netscape.com 88bc810717 Making this test build on Solaris 1999-01-26 03:19:50 +00:00
mcafee%netscape.com 338d600211 Making tests build on Solaris 1999-01-26 02:51:10 +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 6ca4d57ec0 Changes for new service manager stuff. 1999-01-26 01:21:25 +00:00
guha%netscape.com 05bc93c9af fix template 1999-01-25 23:57:52 +00:00
guha%netscape.com 8b0445be70 fix template 1999-01-25 23:55:05 +00:00
guha%netscape.com 6c0d9026ee slightly faster parser 1999-01-25 23:16:04 +00:00
ftang%netscape.com 8ca2c39a5b change nsCharSetID into nsString type 1999-01-25 16:05:04 +00:00
sudu%netscape.com 6624efe2b9 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
peterl%netscape.com 9586d972e2 sync to nsIDocument API changes 1999-01-23 06:59:35 +00:00
waterson%netscape.com b313165e74 Added a missing header file. 1999-01-22 22:04:27 +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
mcafee%netscape.com 1c78bfdb6d Breathing Unix life into the rdf tests 1999-01-22 11:47:39 +00:00
mcafee%netscape.com bf17f2a355 Add tests if ENABLE_TESTS=1 1999-01-22 11:46:20 +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 3b3b0c3c59 Updated for new header files (not in the build). 1999-01-21 22:29:11 +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
kostello%netscape.com 45d73ac696 Updated RDF document to match changed XIF signature 1999-01-21 21:46:27 +00:00
waterson%netscape.com be75aaf95e Modified to just descend into the subdirs; got rid of rdftest.cpp. 1999-01-21 01:26:51 +00:00
waterson%netscape.com bc1397fdb2 Obsolete. 1999-01-21 01:26:07 +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
vidur%netscape.com 7818412fda 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 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
guha%netscape.com ba3c229353 started implementing history (not yet in build system) 1999-01-15 23:44:37 +00:00
pierre%netscape.com 4ffff2a0d2 fixed the bookmarks file path for the Mac 1999-01-15 22:34:15 +00:00
guha%netscape.com 5f545adf1e bookmarks stuff 1999-01-15 18:56:28 +00:00
peterl%netscape.com baec5f2b55 added GetBaseURL
Checkin during red tree approved by sar
1999-01-15 01:53:50 +00:00
waterson%netscape.com ffac2241ce Turn off arithmetic conversion warnings in build. 1999-01-14 23:05:28 +00:00
waterson%netscape.com 2381d27817 Fix compiler warning. 1999-01-14 23:04:59 +00:00
waterson%netscape.com 2bef1d0629 Oops. Had an = when I meant ==. 1999-01-14 23:04:16 +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 7773967f5f Obsoleted. 1999-01-12 19:42:36 +00:00
waterson%netscape.com bc76909845 Added resources to build. 1999-01-12 19:41:44 +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
vidur%netscape.com 96eac03f6f Added new namespace/attribute parsing methods to nsIContent 1999-01-12 16:38:28 +00:00
waterson%netscape.com 8ecf8282fc Initial revision (not yet in build.) 1999-01-12 05:33:32 +00:00
waterson%netscape.com f7e3c75573 Initial revision. (Not yet in the build.) 1999-01-12 05:32:30 +00:00
warren%netscape.com dc75cb53af Added headings 1999-01-12 01:19:11 +00:00
waterson%netscape.com cbbad77d8b Fixed namespace stuff, added column info, added bookmarks data store. 1999-01-07 18:43:39 +00:00
waterson%netscape.com 4105248fce 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 4a63c7032d 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 d3df2a0245 Added some comments to call out potential funkiness. 1999-01-07 05:29:31 +00:00
leaf%mozilla.org 5d8e0f46c3 adding files in new directory 1999-01-07 01:07:03 +00:00
guha%netscape.com 22f2f13b41 add nsIRDFHistory.h. Not yet in the make system 1999-01-07 00:01:44 +00:00
guha%netscape.com 68da0fdaba try adding the resources again 1999-01-06 20:33:42 +00:00
guha%netscape.com 125ebfc442 add some resources 1999-01-06 20:26:54 +00:00
guha%netscape.com 169bdc133e More on the alloy prototype 1999-01-06 17:38:37 +00:00
warren%netscape.com a798463a92 Added error checking. 1999-01-06 00:05:29 +00:00
waterson%netscape.com 0992c9d132 Fixed LXR comments. 1999-01-05 23:29:50 +00:00
waterson%netscape.com 6be69c4908 Added some comments. 1999-01-05 22:58:13 +00:00
waterson%netscape.com 3cfe033cc1 Fixed some indentation. 1999-01-05 22:54:37 +00:00
waterson%netscape.com 9bb4b2a81c 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 0f3f342163 Added LXR comments. Got rid of unnecessary #ifdefs and obsolete factory methods. 1999-01-05 22:02:56 +00:00
waterson%netscape.com 86345bc146 Added LXR comments. 1999-01-05 21:57:59 +00:00
waterson%netscape.com cabb6b2ba0 Added LXR comments. 1999-01-05 21:36:05 +00:00
waterson%netscape.com 547f3b8953 Added LXR comments. 1999-01-05 21:22:20 +00:00
waterson%netscape.com 2fb32ba211 Updated to use the new event queue service that Rick landed last night. 1999-01-05 21:07:41 +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 b4b39d7846 Added docs on what this file is for. 1999-01-05 05:38:45 +00:00
waterson%netscape.com 67111c06a2 Merge from RDF_122898_BRANCH. (This is not in the main build.) 1999-01-05 05:36: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
ramiro%netscape.com 619cb34844 Ignore generated files. 1998-12-30 00:38:23 +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
cls%seawood.org 2de80f48a0 Attempting to fix the change from using nsMemoryDataSource.cpp to using nsInMemoryDataSource.cpp. 1998-12-28 04:12:55 +00:00
guha%netscape.com 489589a12b adding a method to nsIRDFCursor.cpp 1998-12-27 20:35:46 +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
guha%netscape.com c71009daaa move mail data source 1998-12-24 21:47:24 +00:00
waterson%netscape.com cca5fac0ba Initial revision. 1998-12-24 08:26:27 +00:00
waterson%netscape.com 6793286375 Obsolete. 1998-12-24 08:22:17 +00:00
waterson%netscape.com 603de0f691 Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
waterson%netscape.com 76b8c67d01 Updated test for recent changes. 1998-12-24 08:13:29 +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 0553b692ac Fixed implementation include paths. 1998-12-24 07:27:25 +00:00
waterson%netscape.com 8c7b70d433 Added NS_RDFSIMPLECONTENTSINK_CID. 1998-12-24 06:58:05 +00:00
waterson%netscape.com a2b51a7f91 Fixed #ifdefs. 1998-12-24 06:57:46 +00:00
waterson%netscape.com 903c8cc177 Made Init() an official member of the nsIRDFContentSink interface. 1998-12-24 06:57:19 +00:00
waterson%netscape.com 2f843fda8e Added nsStreamDataSource. 1998-12-24 06:56:49 +00:00
waterson%netscape.com e69a62b537 Fixed up include paths to get implementation headers. 1998-12-24 06:39:28 +00:00
waterson%netscape.com 1b10eadf5d Fixed CID header file. 1998-12-24 06:33:16 +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