gecko-dev/java/dom/jni
edburns%acm.org 0e44edc9ef // replace nsString::Recycle with nsMemory::Free
java/dom/jni/org_mozilla_dom_events_MouseEventImpl.cpp
java/dom/jni/org_mozilla_dom_events_UIEventImpl.cpp
java/dom/jni/org_mozilla_dom_events_EventImpl.cpp
java/dom/jni/org_mozilla_dom_ProcessingInstructionImpl.cpp
java/dom/jni/org_mozilla_dom_NodeImpl.cpp
java/dom/jni/org_mozilla_dom_NamedNodeMapImpl.cpp
java/dom/jni/org_mozilla_dom_ElementImpl.cpp
java/dom/jni/org_mozilla_dom_DOMImplementationImpl.cpp
java/dom/jni/org_mozilla_dom_DocumentImpl.cpp
java/dom/jni/org_mozilla_dom_CharacterDataImpl.cpp
java/dom/jni/org_mozilla_dom_AttrImpl.cpp
java/dom/jni/javaDOMEventsGlobals.cpp

// On*DocumentLoad() now takes an nsIRequest instead of an nsIChannel.
// nsIChannel extends nsIRequest.
java/dom/src/nsJavaDOMImpl.cpp
java/dom/src/nsJavaDOMImpl.h
java/dom/src/nsIJavaDOM.h

// nsIChannel instances replaced with nsIRequest. Removed ShowModal(),
// ExitModalLoop(), FindNamedBrowserItem().  Parameter changes for
// {Set,Get}Persistence().  Add DestroyBrowserWindow(), IsWindowModal().
// supports weak references
java/webclient/src_moz/CBrowserContainer.h
java/webclient/src_moz/CBrowserContainer.cpp

// GetProfileList now returns an array of profile names.  Need to use
// nsIProfileInternal instead of nsIProfile for StartupWithArgs.
java/webclient/src_moz/NativeEventThread.cpp

// Remove -lxpfelocation_s
java/webclient/src_moz/Makefile.in

// Don't include appfilelocprovider_s
java/webclient/src_moz/Makefile.win

// Don't assert thread safe, cause we are thread safe
java/webclient/src_moz/InputStreamShim.cpp
2001-04-02 22:48:33 +00:00
..
Makefile Merging JAVADEV_RTM_20001102 into Trunk 2001-04-02 21:18:06 +00:00
Makefile.in Merging JAVADEV_RTM_20001102 into Trunk 2001-04-02 21:18:06 +00:00
javaDOMEventsGlobals.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
javaDOMEventsGlobals.h Removed support for KeyEvents because they are not 2000-01-28 14:30:12 +00:00
javaDOMGlobals.cpp bug=47878 2000-09-22 00:06:21 +00:00
javaDOMGlobals.h bug=47878 2000-09-22 00:06:21 +00:00
makefile.win Merging JAVADEV_RTM_20001102 into Trunk 2001-04-02 21:18:06 +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 // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_CharacterDataImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_DOMAccessor.cpp a=drapeau 2000-06-04 20:25:20 +00:00
org_mozilla_dom_DOMImplementationImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_DocumentImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_DocumentTypeImpl.cpp bug=47878 2000-09-22 00:06:21 +00:00
org_mozilla_dom_ElementImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +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_NamedNodeMapImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_NodeImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +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_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_ProcessingInstructionImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_TextImpl.cpp fix for bug 24723 2000-02-10 01:13:57 +00:00
org_mozilla_dom_events_EventImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_events_MouseEventImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00
org_mozilla_dom_events_UIEventImpl.cpp // replace nsString::Recycle with nsMemory::Free 2001-04-02 22:48:33 +00:00