pjs/java/webclient/src_moz
edburns%acm.org 29300f8bf0 This change-bundle solves the dom problem in a different way: by
allowing the standard java key and mouse event listeners to get access
to the dom Node that corresponds to that event.  I have the Node
propagated out to the webclient level, but I need to push it all the way
out so the client can access it.

Next step is to expose the dom Node to the standard java key and mouse
listeners, using test driven development techniques of course.

SECTION: Changes

M dom/classes/org/mozilla/dom/DOMAccessor.java

- make getNodeByHandle(long p) public so I can get the dom node for a
  key or mouse event.

M dom/classes/org/mozilla/dom/NodeImpl.java

- added commented out methods for the Node in Java SE 5.0

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- Extract the dom Node that corresponds to a key or mouse event.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/RDFTreeNode.java

- Don't use keyword enum, for Java SE 5.0

M webclient/src_moz/EmbedEventListener.cpp

- store the long into the properties.

M webclient/src_share/jni_util.cpp
M webclient/src_share/jni_util.h

- new constant, NodeLong.
2005-08-19 05:26:07 +00:00
..
cocoa generic_native_drawing_works_but_not_for_mozilla 2005-05-23 01:10:22 +00:00
gtk
motif
win32
.cvsignore
BookmarksImpl.cpp
CBrowserContainer.cpp
CBrowserContainer.h
CurrentPageActionEvents.cpp
CurrentPageActionEvents.h
CurrentPageImpl.cpp This checkin enables CurrentPage.getSource() to return the actual source 2005-04-17 20:19:46 +00:00
EmbedEventListener.cpp This change-bundle solves the dom problem in a different way: by 2005-08-19 05:26:07 +00:00
EmbedEventListener.h This checkin has the basic functionality of NewWindowListener 2005-01-18 15:20:52 +00:00
EmbedProgress.cpp This checkin enables obtaining an InputStream to read the POST body from 2005-03-13 17:56:16 +00:00
EmbedProgress.h
EmbedWindow.cpp Checkpoint for mac os x reactivation. 2005-05-13 06:40:12 +00:00
EmbedWindow.h CheckPoint. Exact bytes of viewSource doesn't work yet. I think the 2005-03-29 05:03:12 +00:00
EventRegistrationImpl.cpp This checkin has the basic functionality of NewWindowListener 2005-01-18 15:20:52 +00:00
HistoryActionEvents.cpp
HistoryActionEvents.h
HistoryImpl.cpp
HttpHeaderVisitorImpl.cpp
HttpHeaderVisitorImpl.h
ISupportsPeer.cpp
InputStreamShim.cpp
InputStreamShim.h
LoadCompleteProgressListener.cpp This checkin enables CurrentPage.getSource() to return the actual source 2005-04-17 20:19:46 +00:00
LoadCompleteProgressListener.h This checkin enables CurrentPage.getSource() to return the actual source 2005-04-17 20:19:46 +00:00
Makefile.in generic_native_drawing_works_but_not_for_mozilla 2005-05-23 01:10:22 +00:00
NativeBrowserControl.cpp Remove debugging printfs. 2005-05-17 13:12:45 +00:00
NativeBrowserControl.h Checkpoint for mac os x reactivation. 2005-05-13 06:40:12 +00:00
NativeEventThread.cpp Checkpoint for mac os x reactivation. 2005-05-13 06:40:12 +00:00
NativeEventThreadActionEvents.cpp
NativeEventThreadActionEvents.h
NativeInputStreamImpl.cpp This checkin enables finding out the request method and response status 2005-02-28 17:15:45 +00:00
NativeWrapperFactory.cpp Checkpoint for mac os x reactivation. 2005-05-13 06:40:12 +00:00
NativeWrapperFactory.h
NavigationActionEvents.cpp More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick 2005-07-15 21:41:47 +00:00
NavigationActionEvents.h
NavigationImpl.cpp
PreferencesImpl.cpp
ProfileManagerImpl.cpp
PromptActionEvents.cpp
PromptActionEvents.h
RDFEnumeration.cpp
RDFTreeNode.cpp
WindowControlActionEvents.cpp
WindowControlActionEvents.h
WindowControlImpl.cpp
WindowCreator.cpp This checkin has the basic functionality of NewWindowListener 2005-01-18 15:20:52 +00:00
WindowCreator.h
WrapperFactoryImpl.cpp
dom_util.cpp
dom_util.h
install_win32.js
nsActions.cpp
nsActions.h
ns_globals.h
ns_util.cpp
ns_util.h Checkpoint for mac os x reactivation. 2005-05-13 06:40:12 +00:00
ns_util_export.cpp
rdf_progids.h
rdf_util.cpp
rdf_util.h
wcIBrowserContainer.h
wsRDFObserver.cpp
wsRDFObserver.h