Commit Graph

353 Commits

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