On Mon, 11 Mar 2024 13:54:02 GMT, Alexander Scherbatiy
wrote:
> The fix provides ability to print Black & White pages on macOS.
>
> Cocoa API has
> [PMSetColorMode](https://developer.apple.com/documentation/applicationservices/core_printing/1805783-pmsetcolormode)
> function but it is marked
On Tue, 5 Mar 2024 17:40:01 GMT, Alexey Ivanov wrote:
>> The implementation of `Win32ShellFolder2.compareTo` is inconsistent: there
>> are cases where
>> `a < b & b < c but a == c`
>> which *violates its general contract*.
>>
>> In particular, it happens for the personal folder (*Documents*
On Tue, 5 Mar 2024 17:40:01 GMT, Alexey Ivanov wrote:
>> The implementation of `Win32ShellFolder2.compareTo` is inconsistent: there
>> are cases where
>> `a < b & b < c but a == c`
>> which *violates its general contract*.
>>
>> In particular, it happens for the personal folder (*Documents*
On Mon, 8 Apr 2024 04:50:44 GMT, Tejesh R wrote:
>> Convert and open source these manual applet test to main based:
>> java/awt/Frame/MegaIconTest/MegaIconTest.html
>> java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html
>> java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html
>> java/awt/
On Fri, 29 Mar 2024 15:32:12 GMT, Alexey Ivanov wrote:
> The value of the
> [`text-decoration`](https://www.w3.org/TR/REC-CSS1/#text-decoration) CSS
> property is not inherited correctly in Swing. If the `` element is
> mixed with `` or ``, only the value from the `style` attribute of
> `` is
On Tue, 2 Apr 2024 10:29:45 GMT, Alexey Ivanov wrote:
> Update the problem-list entry for `
> javax/swing/JFileChooser/8194044/FileSystemRootTest.java` to refer to
> [JDK-8327236](https://bugs.openjdk.org/browse/JDK-8327236) under which the
> failure with `"root drive reported as false"` is tr
On Tue, 2 Apr 2024 10:29:45 GMT, Alexey Ivanov wrote:
> Update the problem-list entry for `
> javax/swing/JFileChooser/8194044/FileSystemRootTest.java` to refer to
> [JDK-8327236](https://bugs.openjdk.org/browse/JDK-8327236) under which the
> failure with `"root drive reported as false"` is tr
On Thu, 4 Apr 2024 10:35:22 GMT, Tejesh R wrote:
>> Fix suggested in bug
>> [8210807](https://github.com/openjdk/jdk/commit/38bbbe7588c94d3a0edd1c120ba49cbd0851a720)
>> had a regression in Nimbus L&F yet it resolved the issue in other L&F. The
>> better approach would be to handle `MultiResolu
> Hi Reviewers,
>
> I have updated the test with PassFailJFrame along with printer availability
> check. Please review and let me know your suggestions.
>
> Renjith.
Renjith Kannath Pariyangad has updated the pull request incrementally with two
additional commits since the last revision:
- U