Commit Graph

380 Commits

Author SHA1 Message Date
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