hyatt%netscape.com
|
c02d994cac
|
Committing the new attribute class for the handling of XUL attributes.
|
1999-03-05 00:00:40 +00:00 |
scc%netscape.com
|
31ff626ae9
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
waterson%netscape.com
|
958bbee1f4
|
Removed tree-specific open and close code. This is now in the nsRDFTreeBuilder, where it belongs.
|
1999-03-03 08:07:10 +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
|
5b4e352425
|
Added code to spy on the xul:open attribute; we now force content construction when a node is opened and release the children when it is closed.
|
1999-03-02 07:34:32 +00:00 |
rjc%netscape.com
|
8a3178b0de
|
ChildAt(0) can return NULL, so check for it!
|
1999-03-02 04:07:10 +00:00 |
peterl%netscape.com
|
6cc2958942
|
added content state changed
|
1999-02-27 07:15:09 +00:00 |
waterson%netscape.com
|
1a5afc6cd4
|
Bug 3302. Fixed DOM calls to effect (more or less) the right change on the content model, modulo Bug 3275. This was causing asserts to fire whenever you called SetAttribute().
|
1999-02-26 03:02:19 +00:00 |
waterson%netscape.com
|
d24631f345
|
Improved SplitAttribute() to return kNameSpaceID_None if it finds a tag but can't determine the namespace.
|
1999-02-26 02:09:48 +00:00 |
waterson%netscape.com
|
3e5a8fac67
|
Improved tag matching so that it doesn't assume XUL namespace. Added nsIXMLContent methods in anticipation of someday getting real namespace scoping right. See http://bugzilla.mozilla.org/show_bug.cgi?id=3275 for more info.
|
1999-02-25 17:15:57 +00:00 |
hyatt%netscape.com
|
caaaa239f1
|
Fixes to getElementsByTagName to avoid returning nodes that aren't elements.
|
1999-02-25 02:58:11 +00:00 |
waterson%netscape.com
|
4a450ed443
|
Fixed some refcounting bugs with atoms.
|
1999-02-24 04:46:47 +00:00 |
kipp%netscape.com
|
32f095692b
|
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
|
5e15e8bfed
|
Fixing the case of the ID atom (it should have been lower case).
|
1999-02-24 02:58:47 +00:00 |
hyatt%netscape.com
|
83073a77fe
|
Fixing the multiple observer crash.
|
1999-02-24 02:18:35 +00:00 |
waterson%netscape.com
|
f7372ad980
|
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
|
3642da81a5
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
ftang%netscape.com
|
fbebe3feca
|
add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson
|
1999-02-23 03:31:26 +00:00 |
hyatt%netscape.com
|
dbc9dd98bf
|
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
|
b38de83ff5
|
Implementing event handlers on XUL nodes.
|
1999-02-20 01:59:45 +00:00 |
scc%netscape.com
|
b69653a62b
|
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 |
hyatt%netscape.com
|
21fb604870
|
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
|
cdb147c010
|
Improvements to the document getElementByID method.
|
1999-02-18 05:03:20 +00:00 |
hyatt%netscape.com
|
b63fb09939
|
Implemented more DOM methods to get apprunner working with XUL files.
|
1999-02-17 22:32:40 +00:00 |
hyatt%netscape.com
|
61c0ffc303
|
Finishing the broadcaster work (at least for now).
|
1999-02-17 19:35:53 +00:00 |
hyatt%netscape.com
|
291d836dc5
|
More tweaks to the broadcasting stuff.
|
1999-02-17 18:58:05 +00:00 |
hyatt%netscape.com
|
f977644992
|
Implemented brain-dead tree walk in GetElementByID.
|
1999-02-17 18:46:23 +00:00 |
hyatt%netscape.com
|
6b3d1a7725
|
Checking in code that does the broadcaster hookup.
|
1999-02-17 18:33:33 +00:00 |
waterson%netscape.com
|
cd754c4b03
|
Implemented nsIDOMElement::GetAttribute().
|
1999-02-17 11:56:44 +00:00 |
waterson%netscape.com
|
d3faaebeef
|
Added nsIDOMElementObserver interface to QI.
|
1999-02-17 11:56:15 +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
|
7b2012fca2
|
Fixed some errors related to switch to using nsCOMPtr
|
1999-02-12 18:41:26 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
peterl%netscape.com
|
8d65d14ec2
|
changed all html atoms to lower case
|
1999-02-12 06:19:07 +00:00 |
akkana%netscape.com
|
bf0baf8027
|
Rename nsISelection to nsIFrameSelection
|
1999-02-11 23:12:28 +00:00 |
waterson%netscape.com
|
2447830175
|
Fixed nsISelection bustage.
|
1999-02-10 19:39:29 +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 |
waterson%netscape.com
|
7773967f5f
|
Obsoleted.
|
1999-01-12 19:42:36 +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
|
f7e3c75573
|
Initial revision. (Not yet in the build.)
|
1999-01-12 05:32:30 +00:00 |
waterson%netscape.com
|
86345bc146
|
Added LXR comments.
|
1999-01-05 21:57:59 +00:00 |
waterson%netscape.com
|
314b664b4c
|
Landed RDF_122898_BRANCH onto the trunk.
|
1999-01-05 03:53:15 +00:00 |
waterson%netscape.com
|
1b10eadf5d
|
Fixed CID header file.
|
1998-12-24 06:33:16 +00:00 |
waterson%netscape.com
|
6814c4901c
|
Initial revision. Separated from mozilla/rdf/include. Not yet in the build.
|
1998-12-24 05:07:14 +00:00 |