Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-15 Thread Sergey Bylokhov
On Sun, 16 May 2021 01:29:59 GMT, Sergey Bylokhov wrote: >> Our implementation of realSync on Unix is not straightforward, we try to >> move the awt root window and catch the ConfigureNotify. The problem is that >> the request to move the awt root window can be ignored, and it is possible >>

Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-15 Thread Sergey Bylokhov
> Our implementation of realSync on Unix is not straightforward, we try to move > the awt root window and catch the ConfigureNotify. The problem is that the > request to move the awt root window can be ignored, and it is possible that > the notification will not come. In this case, we throw

RFR: 8264304: Create implementation for NSAccessibilityToolbar protocol peer

2021-05-15 Thread Pankaj Bansal
Create implementation for accessibility native peer for Toolbar component. There is no direct protocol for this role and there is no protocol in list of role based protocols defined by Apple Accessibility API, which can be used for this role directly.

Withdrawn: 8080185: [TESTBUG] Test instructions need to be updated for test java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor

2021-05-15 Thread Prasanta Sadhukhan
On Fri, 9 Apr 2021 04:55:18 GMT, Prasanta Sadhukhan wrote: > This testcase was a regression testcase for a windows bug JDK-6242241 whereby > dragging an attachment from a Microsoft Outlook message to the application > results in blank or semicolons. > The testcase was later made applicable to