<AWT Dev> [11] Review Request: 8205324 Part of java.awt.Desktop.browse(URI) spec is outdated after support of applets was removed
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Tue Jun 19 17:42:29 UTC 2018
Hello.
Please review the fix for jdk11.
Bug: https://bugs.openjdk.java.net/browse/JDK-8205324
Webrev: http://cr.openjdk.java.net/~serb/8205324/webrev.00
CSR: https://bugs.openjdk.java.net/browse/JDK-8205355
This fix is a part of the effort to drop support of applets/webstart.
This change will delete part of the spec in java.awt.Desktop.browse(URI)
which currently is a no-op. This code used sun.awt.DesktopBrowse which
previously was initialized by the plugin/webstart or appletviewer.
--
Best regards, Sergey.
More information about the awt-dev
mailing list