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

80 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 508a20b7cc Make history datasource work on Mac and Unix, not just Windows. Now using nsFileSpec and removed all Std C FILE code in favor of streams. 1999-03-12 03:42:43 +00:00
danm%netscape.com c53e11b3a9 fix large leak loading XUL page. bug 3561 reported by bruce@cybersight.com. r:hyatt. 1999-03-11 19:54:17 +00:00
rjc%netscape.com 1a0a4f1e32 Only answer GetTarget() queries if its a file URL (ignore file root node) 1999-03-11 12:00:57 +00:00
warren%netscape.com fc2e4550dc First cut at new command architecture. 1999-03-11 10:01:25 +00:00
hyatt%netscape.com 347fb3aa94 Tweaks related to XUL fragments. 1999-03-10 23:31:26 +00:00
rjc%netscape.com c79c4cf792 const this, baby! 1999-03-10 22:54:49 +00:00
rjc%netscape.com 8162c0689c When asking for a bookmark's URL via GetTarget(), synthesize it. 1999-03-10 21:58:40 +00:00
waterson%netscape.com dbd530e6b4 Remove invalid reference to nsIRDFContent.h 1999-03-10 20:18:21 +00:00
hyatt%netscape.com e88c1129fb Working on XUL fragments. 1999-03-10 20:05:12 +00:00
waterson%netscape.com 217beee7f7 Bug 3510. Fixed to use nsFileSpec, so now bookmarks should load on Mac (even through an alias). 1999-03-10 08:15:17 +00:00
hyatt%netscape.com 7f7cbd5a7d Fixing a bug. 1999-03-10 01:47:35 +00:00
hyatt%netscape.com 27746339ad Adding support for XUL fragments to the content sink. (Work in
progress)
1999-03-10 01:45:53 +00:00
mcafee%netscape.com 93a500e430 PRBool means use PR_FALSE/PR_TRUE. This breaks Solaris. 1999-03-10 00:53:29 +00:00
rjc%netscape.com 0545fdee3d Comment out PR_ASSERT() due to assert/unassert now actually being called. 1999-03-09 22:06:29 +00:00
ramiro%netscape.com 7e12a4b568 Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
warren%netscape.com 6a3f2455fa Fixed nsRepository -> nsComponentManager 1999-03-09 12:43:27 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +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
ramiro%netscape.com 869b29d48d Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
nisheeth%netscape.com 61aa27804d Changed nsIContentSink->NotifyError() to accept an nsParserError argument. This change is needed for propagating errors from the new expat parser. 1999-03-06 02:01:11 +00:00
rjc%netscape.com b9a6b3bf4a Only have one arc (a child) going out, otherwise duplicates! Also commented out NS_INIT_REFCNT() due to weirdness. 1999-03-05 06:03:03 +00:00
rjc%netscape.com 1542fcadb8 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 2cfd455c97 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 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
hyatt%netscape.com a673d12e20 More fixes to make sure the right attribute namespace is being used. 1999-03-03 01:38:32 +00:00
hyatt%netscape.com 64a6753587 Fixes so that attributes are set correctly. 1999-03-03 01:26:33 +00:00
hyatt%netscape.com 6b640a1aee 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 22455ed201 General clean-up. Use RDF containers instead of multi-attributes. 1999-03-02 01:38:34 +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
rjc%netscape.com 0949de4ea9 Add RDF file system datasource into builds. 1999-02-26 02:04:28 +00:00
waterson%netscape.com 9c1e617fdd 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 3db84193a4 Removed demo mail datasource. 1999-02-24 08:02:28 +00:00
waterson%netscape.com fce118aa97 Made default namespaces work. 1999-02-24 04:47:19 +00:00
rjc%netscape.com e553afd940 *** empty log message *** 1999-02-20 03:52:26 +00:00
rjc%netscape.com dd55a86368 Export nsIRDFFileSystem.h 1999-02-20 02:04:24 +00:00
rjc%netscape.com f056a60172 FileSystem data source now uses nsFileSpec (in base) 1999-02-20 01:38:57 +00:00
mcafee%netscape.com fb15b5ba75 PRBool: use PR_FALSE, PR_TRUE instead of false, true. 1999-02-19 10:57:49 +00:00
waterson%netscape.com b3cad058c2 Force all HTML tags to lower case. 1999-02-18 00:24:16 +00:00
waterson%netscape.com af56c1af3d 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 1991d895af Fixed bug with inline scripts: wasn't truncating the text buffer. 1999-02-17 22:33:09 +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
troy%netscape.com b7d8b00802 Added cast 1999-02-14 06:20:52 +00:00
peterl%netscape.com 8d65d14ec2 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
waterson%netscape.com 9d029af7e8 Added XP_UNIX filename for bookmarks. 1999-02-10 19:13:12 +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 0485f738af Fixed return type. 1999-02-05 01:27:59 +00:00
waterson%netscape.com 6217a1532d Fixed missing NS_INIT_REFCNT() bug. 1999-02-04 10:54:18 +00:00
hyatt%netscape.com 3d3d6ae3c2 Implementation of the XUL content sink. 1999-02-03 02:49:30 +00:00
waterson%netscape.com fd645722da Fixed some refcounting bugs. 1999-02-02 07:07:32 +00:00