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

104 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com d8e044b8da remove extra comma to reduce compiler warnings on Macintosh 1999-02-25 15:39:50 +00:00
hyatt%netscape.com 15eef1e48f Fixes to getElementsByTagName to avoid returning nodes that aren't elements. 1999-02-25 02:58:11 +00:00
waterson%netscape.com bc0bd2e68a Fixed some refcounting bugs with atoms. 1999-02-24 04:46:47 +00:00
kipp%netscape.com 08258b786c Fixed crash bug where unitialized index would sometimes crash; also increment index in loop so that it terminates 1999-02-24 04:34:54 +00:00
hyatt%netscape.com 790a8f48ef Fixing the case of the ID atom (it should have been lower case). 1999-02-24 02:58:47 +00:00
hyatt%netscape.com 9f0be779bd Fixing the multiple observer crash. 1999-02-24 02:18:35 +00:00
waterson%netscape.com c60c67adc4 Made sure to add a named reference to the event handlers. a=sar%netscape.com for checkin during closed tree. 1999-02-24 00:01:26 +00:00
warren%netscape.com 01dd4f0ed6 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
ftang%netscape.com 02b8de88ba add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson 1999-02-23 03:31:26 +00:00
hyatt%netscape.com 3ec6d9980a Touched the files auto-generatedb y the IDL. Also implemented getElementByAttribute
for documents and for elements.
1999-02-23 02:40:51 +00:00
hyatt%netscape.com 44b38bcc70 Touched the headers that are auto-generated from the IDL. 1999-02-23 02:40:26 +00:00
hyatt%netscape.com 0ab7a2cf6a Adding a getElementsByAttribute method. 1999-02-23 02:40:06 +00:00
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
hyatt%netscape.com a1739b9b8a Implementing event handlers on XUL nodes. 1999-02-20 01:59:45 +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
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 56bf6d2a08 Needed to const strings. 1999-02-18 22:45:26 +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
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
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
hyatt%netscape.com b75b92a353 Implemented more DOM methods to get apprunner working with XUL files. 1999-02-17 22:32:40 +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 a42425658b Landed RDFDOM_19990215_BRANCH. Began implementing DOM-to-RDF functionality. 1999-02-16 19:30:04 +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 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 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