diff --git a/mozilla/java/dom/TODO b/mozilla/java/dom/TODO index 9784d75781d..bba408f7ab5 100644 --- a/mozilla/java/dom/TODO +++ b/mozilla/java/dom/TODO @@ -4,20 +4,12 @@ o Convert to using IDL and GenericFactories. Once support for [5d] -o Implement DOM exceptions. - - [5d. In Progress. Denis Sharypov ] - o Use OJI to obtain the JVM. [5d. Awaiting OJI availability] o i18n the API -o Implement DOMEvents from the DOM Level 2 current working draft. - - [4w. Assigned. Contact: Sergey Lunegov ] - o Use nsISupportsProxies to work around thread limitations. This will mean writing an IDL for nsIJavaDOM.h, but that sould be trivial. Dcumentation for nsISupportsProxies is @@ -26,20 +18,6 @@ o Use nsISupportsProxies to work around thread [2w. Assigned. Contact: Sergey Lunegov ] -o Eliminate finalize methds from classes that extend Node, - DOMImplementation and NodeList. finalize need only be defined for - these three base classes. Having it defined in the derived classes - is redundant, but not an error. - - [1d] - -o Go through the spec and for all methods that return null, fix the - api so that no error message is logged. The api works fine, it - just logs some bogus errors. For an example, see - Node.getAttributes. - - [2d. Assigned. Contact: Sergey Lunegov ] - 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).