gecko-dev/java/webclient/src_share
edburns%acm.org 19dc7352a7 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
..
.cvsignore
bal_util.cpp
bal_util.h
jni_util_export.cpp This checkin enables the KeyListener feature. 2004-12-01 03:21:23 +00:00
jni_util_export.h This checkin enables the KeyListener feature. 2004-12-01 03:21:23 +00:00
jni_util.cpp This change-bundle solves the dom problem in a different way: by 2005-08-19 05:26:07 +00:00
jni_util.h This change-bundle solves the dom problem in a different way: by 2005-08-19 05:26:07 +00:00
Makefile.in Webclient compiles with 1.3A but does not yet link. 2003-01-13 07:41:00 +00:00
runem_commercial.pl
runem_solaris
runem.pl Changes to produce proper XPI on GNU/Linux 2003-01-02 20:37:53 +00:00