Re: RFR: JDK-8277420: Provide a way to copy the hyperlink to a doc element to the clipboard [v2]

2022-05-26 Thread Pavel Rappo
On Mon, 23 May 2022 19:09:41 GMT, Hannes Wallnöfer wrote: >> This is a CSS/JavaScript only change to implement copy-to-clipboard >> functionality for all headers (`h1` - `h6`) that have an `id` attribute >> associated with them. The following element-attribute patterns are supported >> (using

Re: RFR: JDK-8277420: Provide a way to copy the hyperlink to a doc element to the clipboard [v2]

2022-05-26 Thread Pavel Rappo
On Mon, 23 May 2022 19:09:41 GMT, Hannes Wallnöfer wrote: >> This is a CSS/JavaScript only change to implement copy-to-clipboard >> functionality for all headers (`h1` - `h6`) that have an `id` attribute >> associated with them. The following element-attribute patterns are supported >> (using

Re: RFR: JDK-8268422: Find a better way to select releases in "New API" page

2022-05-26 Thread Jonathan Gibbons
On Tue, 17 May 2022 08:57:54 GMT, Hannes Wallnöfer wrote: >> test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java line 1089: >> >>> 1087: content = null; >>> 1088: } else { >>> 1089: name = outputDir + "/" + file; >> >> I'm trying to under

Re: RFR: JDK-8268422: Find a better way to select releases in "New API" page

2022-05-26 Thread Jonathan Gibbons
On Thu, 26 May 2022 23:36:29 GMT, Jonathan Gibbons wrote: >> For test classes containing multiple test methods the output directory is >> actually the best way to identify which run of javadoc generated the output. >> If a test were to do multiple runs of javadoc with the same output directory

Re: RFR: JDK-8268422: Find a better way to select releases in "New API" page

2022-05-26 Thread Jonathan Gibbons
On Wed, 11 May 2022 16:42:14 GMT, Hannes Wallnöfer wrote: > This is a conceptually simple change, but it has a few ramifications that > make it at least look a bit bigger than it is. > > At the core, this adds a new method to the `Table` class that allows to > generate tables with multiple cat