gecko-dev/java/dom/jni
akhil.arora%sun.com edaf13bc23 16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Found some more instances where the DOM spec says that it is not an error
  to return a NULL. Do not throw exceptions in these cases.
1999-10-18 21:53:20 +00:00
..
AttrImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
CDATASectionImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
CharacterDataImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
CommentImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DocumentFragmentImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DocumentImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
DocumentLoadListener.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DocumentTypeImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
DOMAccessor.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DOMAccessorImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DOMExceptionImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DOMFactory.java 1. Keep up with interface change in nsIDocumentLoaderObserver. 1999-08-23 19:27:48 +00:00
DOMGarbageCollector.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
DOMImplementationImpl.java Implemented equals and hashCode for NodeList and DOMImplementation 1999-08-25 01:28:48 +00:00
ElementImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
EntityImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
EntityReferenceImpl.java initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
javaDOMGlobals.cpp 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
javaDOMGlobals.h 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
Makefile fix solaris makefiles 1999-09-25 01:45:46 +00:00
Makefile.in enable Notations 1999-09-02 01:41:22 +00:00
makefile.win 16424 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 01:38:42 +00:00
NamedNodeMapImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
NodeImpl.java Timothy Tully implemented equals and hashCode methods for Node. 1999-08-24 23:54:26 +00:00
NodeListImpl.java Implemented equals and hashCode for NodeList and DOMImplementation 1999-08-25 01:28:48 +00:00
NotationImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_AttrImpl.cpp use unicode for dom strings 1999-09-14 21:25:47 +00:00
org_mozilla_dom_AttrImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_CharacterDataImpl.cpp 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
org_mozilla_dom_CharacterDataImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_DocumentImpl.cpp 16488 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-18 21:44:57 +00:00
org_mozilla_dom_DocumentImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_DocumentTypeImpl.cpp use unicode for dom strings 1999-09-14 21:25:47 +00:00
org_mozilla_dom_DocumentTypeImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_DOMAccessorImpl.cpp initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
org_mozilla_dom_DOMAccessorImpl.h initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
org_mozilla_dom_DOMGarbageCollector.cpp initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
org_mozilla_dom_DOMGarbageCollector.h initial check-in of the java dom api (not part of regular build) 1999-08-06 00:28:53 +00:00
org_mozilla_dom_DOMImplementationImpl.cpp Implemented equals and hashCode for NodeList and DOMImplementation 1999-08-25 01:28:48 +00:00
org_mozilla_dom_DOMImplementationImpl.h Implemented equals and hashCode for NodeList and DOMImplementation 1999-08-25 01:28:48 +00:00
org_mozilla_dom_ElementImpl.cpp 16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-18 21:53:20 +00:00
org_mozilla_dom_ElementImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_EntityImpl.cpp use unicode for dom strings 1999-09-14 21:25:47 +00:00
org_mozilla_dom_EntityImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_NamedNodeMapImpl.cpp 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
org_mozilla_dom_NamedNodeMapImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_NodeImpl.cpp 16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-18 21:53:20 +00:00
org_mozilla_dom_NodeImpl.h Timothy Tully implemented equals and hashCode methods for Node. 1999-08-24 23:54:26 +00:00
org_mozilla_dom_NodeListImpl.cpp 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
org_mozilla_dom_NodeListImpl.h Implemented equals and hashCode for NodeList and DOMImplementation 1999-08-25 01:28:48 +00:00
org_mozilla_dom_NotationImpl.cpp use unicode for dom strings 1999-09-14 21:25:47 +00:00
org_mozilla_dom_NotationImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_ProcessingInstructionImpl.cpp Denis Sharypov <sdv@sparc.spb.su> implemented DOMExceptions 1999-09-25 02:35:56 +00:00
org_mozilla_dom_ProcessingInstructionImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
org_mozilla_dom_TextImpl.cpp 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su> 1999-10-15 21:25:56 +00:00
org_mozilla_dom_TextImpl.h Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
ProcessingInstructionImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00
TextImpl.java Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods 1999-09-10 20:11:45 +00:00