akhil.arora%sun.com 212e5ff662 added a list of things to do
git-svn-id: svn://10.0.0.236/trunk@42502 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 19:18:58 +00:00

17 lines
531 B
Plaintext

o Implement DOM exceptions.
o Implement the equals() and hashCode() methods for all DOM
objects. The equals method is to be implemented by doing a
QueryInterface to nsISupports and them comparing pointers to the
native DOM objects.
o Use OJI to obtain the JVM.
o i18n the API
o Implement DOMEvents from the DOM Level 2 current working draft.
o Investigate the possibility of writing a tool that can generate the
JNI code from idl. This is the only practical way to implement the
HTML DOM (because it is too big to hand-code).