Re: RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v8]

2020-11-05 Thread Jan Lahoda
> This is an update to javac and javadoc, to introduce support for Preview > APIs, and generally improve javac and javadoc behavior to more closely adhere > to JEP 12. > > The notable changes are: > > * adding support for Preview APIs (javac until now supported primarily only > preview langua

Re: RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v9]

2020-11-05 Thread Jan Lahoda
> This is an update to javac and javadoc, to introduce support for Preview > APIs, and generally improve javac and javadoc behavior to more closely adhere > to JEP 12. > > The notable changes are: > > * adding support for Preview APIs (javac until now supported primarily only > preview langua

Re: RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v10]

2020-11-05 Thread Jan Lahoda
> This is an update to javac and javadoc, to introduce support for Preview > APIs, and generally improve javac and javadoc behavior to more closely adhere > to JEP 12. > > The notable changes are: > > * adding support for Preview APIs (javac until now supported primarily only > preview langua

RFR: JDK-8248566: Make API docs more usable on mobile browsers

2020-11-05 Thread Hannes Wallnöfer
The purpose of this change is to make javadoc generated pages more usable on devices with smaller screens such as phones and tablets. Changes are mostly in `stylesheet.css` along with a few small changes in generated HTML pages. - A `viewport` meta tag is added to every page to tell browsers th

Re: RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v6]

2020-11-05 Thread Jan Lahoda
On Wed, 4 Nov 2020 19:40:33 GMT, Jan Lahoda wrote: >> I have read all the files. >> >> I have added a n umber of various minor non-blocking comments (no need for >> re-review( to fix these. But I have a couple of comments/questions before >> finally giving approval. >> There's a comment in `

Re: RFR: JDK-6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec) [v2]

2020-11-05 Thread Pavel Rappo
On Wed, 4 Nov 2020 20:57:06 GMT, Jonathan Gibbons wrote: >> This introduces support for a new `@spec` tag that can be used as either an >> inline tag or as a block tag. It is used to identify references to external >> specifications, in such a way that the references can be collected together

RFR: JDK-8254893: Fix display of search tag results without holder information

2020-11-05 Thread Hannes Wallnöfer
This is a trivial fix to only display holder information for index items in search results if it is available. - Commit messages: - JDK-8254893: Fix display of search tag results without holder information Changes: https://git.openjdk.java.net/jdk/pull/1077/files Webrev: https://w

Re: RFR: JDK-6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec) [v2]

2020-11-05 Thread Pavel Rappo
On Wed, 4 Nov 2020 20:57:06 GMT, Jonathan Gibbons wrote: >> This introduces support for a new `@spec` tag that can be used as either an >> inline tag or as a block tag. It is used to identify references to external >> specifications, in such a way that the references can be collected together