Blocks :
|
|
Relates :
|
|
Relates :
|
jdk/src/share/classes/com/sun/java/browser/dom/* and jdk/src/share/classes/com/sun/java/browser/net/* are only used by deploy and plugin. They are not used by JDK at all. The JDK javadocs build does generate the javadoc for com.sun.java.browser.dom.* in addition to org.w3c.dom.* APIs: http://docs.oracle.com/javase/8/docs/jre/api/plugin/dom/ For modularization, these classes should be part of the deploy module and the deploy repo seems an appropriate home for these classes.
|