mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
19dc7352a7
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. |
||
---|---|---|
.. | ||
events | ||
util | ||
AttrImpl.java | ||
CDATASectionImpl.java | ||
CharacterDataImpl.java | ||
CommentImpl.java | ||
DocumentFragmentImpl.java | ||
DocumentImpl.java | ||
DocumentLoadListener.java | ||
DocumentTypeImpl.java | ||
DOMAccessor.java | ||
DOMExceptionImpl.java | ||
DOMImplementationImpl.java | ||
ElementImpl.java | ||
EntityImpl.java | ||
EntityReferenceImpl.java | ||
JavaDOMPermission.java | ||
NamedNodeMapImpl.java | ||
NodeImpl.java | ||
NodeListImpl.java | ||
NotationImpl.java | ||
package.html | ||
ProcessingInstructionImpl.java | ||
TextImpl.java |