Integrated: Merge jdk16

2021-01-13 Thread Jesper Wilhelmsson
On Thu, 14 Jan 2021 01:20:13 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 16 -> JDK 17 This pull request has now been integrated. Changeset: 51e14f2e Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/51e14f2e Stats: 991 lines in 48 files changed: 764 ins

RFR: Merge jdk16

2021-01-13 Thread Jesper Wilhelmsson
Forwardport JDK 16 -> JDK 17 - Commit messages: - Merge - 8259719: ProblemList runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java on Windows - 8259720: ProblemList java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java on Windows - 8259722: ProblemList two

RFR: JDK-8259727: Remove redundant "target" arguments to methods in Links

2021-01-13 Thread Jonathan Gibbons
Please remove a simple change to eliminate a now-unused parameter from various methods on `Links`, to set the `target` attribute of a link. In times past, when frames were used to display pages, the `target` attribute was used to specify the target frame to use when clicking the link. -

Re: RFR: JDK-8259723: Move Table class to formats.html package

2021-01-13 Thread Jonathan Gibbons
On Wed, 13 Jan 2021 18:44:41 GMT, Jonathan Gibbons wrote: > Please review this change to just move two classes from one package to > another. The move was done as a single simple IDE operation, which also had a > not-unwelcome side-effect of cleaning up some unrelated imports. > > The change i

RFR: JDK-8259723: Move Table class to formats.html package

2021-01-13 Thread Jonathan Gibbons
Please review this change to just move two classes from one package to another. The move was done as a single simple IDE operation, which also had a not-unwelcome side-effect of cleaning up some unrelated imports. The change is an indirect consequence of the recent change to use the new `HtmlId

Integrated: JDK-8259283: use new HtmlId and HtmlIds classes

2021-01-13 Thread Jonathan Gibbons
On Wed, 6 Jan 2021 00:12:04 GMT, Jonathan Gibbons wrote: > Please review this change to centralize the management of HTML ids used by > the standard doclet in a single new factory class, `HtmlIds`, which utilizes > a new type-safe wrapper class around `String` called `HtmlId`. > > The new clas

Re: RFR: JDK-8259283: use new HtmlId and HtmlIds classes [v4]

2021-01-13 Thread Jonathan Gibbons
> Please review this change to centralize the management of HTML ids used by > the standard doclet in a single new factory class, `HtmlIds`, which utilizes > a new type-safe wrapper class around `String` called `HtmlId`. > > The new classes are used both when declaring ids (e.g. `HtmlTree.setId`

Re: RFR: JDK-8259283: use new HtmlId and HtmlIds classes [v3]

2021-01-13 Thread Jonathan Gibbons
On Wed, 13 Jan 2021 15:03:17 GMT, Hannes Wallnöfer wrote: >> Jonathan Gibbons has updated the pull request incrementally with one >> additional commit since the last revision: >> >> tidy up merge > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlId.java >

Re: RFR: JDK-8259283: use new HtmlId and HtmlIds classes [v3]

2021-01-13 Thread Jonathan Gibbons
On Wed, 13 Jan 2021 10:53:30 GMT, Hannes Wallnöfer wrote: >> Jonathan Gibbons has updated the pull request incrementally with one >> additional commit since the last revision: >> >> tidy up merge > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Links.java >

Re: RFR: JDK-8259283: use new HtmlId and HtmlIds classes [v3]

2021-01-13 Thread Hannes Wallnöfer
On Mon, 11 Jan 2021 23:55:16 GMT, Jonathan Gibbons wrote: >> Please review this change to centralize the management of HTML ids used by >> the standard doclet in a single new factory class, `HtmlIds`, which utilizes >> a new type-safe wrapper class around `String` called `HtmlId`. >> >> The ne