gecko-dev/java/dom/jni
edburns%acm.org 3357bfe516 a=drapeau
author=edburns
bug=41492

This change adds the following methods:

public static native void org.mozilla.dom.DOMAccessor.initialize();

The implementation of this method is:

JNIEXPORT void JNICALL Java_org_mozilla_dom_DOMAccessor_initialize
(JNIEnv *env, jclass)
{
  if (!JavaDOMGlobals::log) {
    JavaDOMGlobals::Initialize(env);
  }

}

This method is necessary for external clients that want to use JavaDOM,
but don't want to use the nsIDocumentLoaderObserver instance provided by
JavaDOM.

Please see http://bugzilla.mozilla.org/show_bug.cgi?id=41497 for an
additional bug for which there is a workaround.

Ed
2000-06-04 20:25:20 +00:00
..
javaDOMEventsGlobals.cpp Removed support for KeyEvents because they are not 2000-01-28 14:30:12 +00:00
javaDOMEventsGlobals.h Removed support for KeyEvents because they are not 2000-01-28 14:30:12 +00:00
javaDOMGlobals.cpp 19578 r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su> 1999-11-22 22:01:23 +00:00
javaDOMGlobals.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
Makefile A major update: 2000-03-30 23:52:19 +00:00
Makefile.in A major update: 2000-03-30 23:52:19 +00:00
makefile.win A major update: 2000-03-30 23:52:19 +00:00
nativeDOMProxyListener.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
nativeDOMProxyListener.h 15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su> 1999-10-25 22:42:40 +00:00
org_mozilla_dom_AttrImpl.cpp changed fix to bug 13338. 2000-02-11 07:58:12 +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 changed fix to bug 13338. 2000-02-11 07:58:12 +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 - added method to enable access to pluglets and 2000-02-15 03:50:35 +00:00
org_mozilla_dom_DocumentImpl.h - added method to enable access to pluglets and 2000-02-15 03:50:35 +00:00
org_mozilla_dom_DocumentTypeImpl.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +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_DOMAccessor.cpp a=drapeau 2000-06-04 20:25:20 +00:00
org_mozilla_dom_DOMAccessor.h a=drapeau 2000-06-04 20:25:20 +00:00
org_mozilla_dom_DOMImplementationImpl.cpp addon fix to bug 13338 2000-02-16 00:45:37 +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 addon fix to bug 13338. 2000-02-12 01:11:48 +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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +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_events_EventImpl.cpp implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_events_EventImpl.h implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_events_MouseEventImpl.cpp implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_events_MouseEventImpl.h implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_events_UIEventImpl.cpp implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_events_UIEventImpl.h implemented some w3c event interfaces methods 2000-04-04 17:55:34 +00:00
org_mozilla_dom_NamedNodeMapImpl.cpp addon fix to bug 13338 (return null according to the 2000-02-15 23:57:27 +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 addon fix to bug 13338 (return null according to the 2000-02-15 23:57:27 +00:00
org_mozilla_dom_NodeImpl.h 15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su> 1999-10-25 22:42:40 +00:00
org_mozilla_dom_NodeListImpl.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +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 changed fix to bug 13338. 2000-02-11 07:58:12 +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 fix for bug 24723 2000-02-10 01:13:57 +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