Re: RFR: 8313697: [XWayland][Screencast] consequent getPixelColor calls are slow

2023-08-11 Thread Phil Race
On Fri, 11 Aug 2023 17:19:40 GMT, Alexander Zvegintsev wrote: > Right now, each call to getPixelColor/createScreenCapture opens and closes a > ScreenCast session. > When there are many such calls in a row, it becomes a rather time-consuming > operation. > > For example, > > > for (int i =

Re: RFR: 8139208: [macosx] Issue with setExtendedState of JFrame [v2]

2023-08-11 Thread Alisen Chung
On Fri, 11 Aug 2023 13:48:37 GMT, Damon Nguyen wrote: >> Alisen Chung has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removed debug statements > > src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line > 674: > >> 6

Re: RFR: 8313697: [XWayland][Screencast] consequent getPixelColor calls are slow

2023-08-11 Thread Alexander Zvegintsev
On Fri, 11 Aug 2023 17:19:40 GMT, Alexander Zvegintsev wrote: > Right now, each call to getPixelColor/createScreenCapture opens and closes a > ScreenCast session. > When there are many such calls in a row, it becomes a rather time-consuming > operation. > > For example, > > > for (int i =

RFR: 8313697: [XWayland][Screencast] consequent getPixelColor calls are slow

2023-08-11 Thread Alexander Zvegintsev
Right now, each call to getPixelColor/createScreenCapture opens and closes a ScreenCast session. When there are many such calls in a row, it becomes a rather time-consuming operation. For example, for (int i = 0; i < 50; i++) { for (int j = 0; j < 50; j++) { robot.getPixelColor(i,

Re: client-libs-dev Digest, Vol 26, Issue 20

2023-08-11 Thread George Wangari
Hello On 8/2/23, client-libs-dev-requ...@openjdk.org wrote: > Send client-libs-dev mailing list submissions to > client-libs-dev@openjdk.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.openjdk.org/mailman/listinfo/client-libs-dev > or, via email, send

Re: RFR: 8294535 : Add screen capture functionality to PassFailJFrame [v4]

2023-08-11 Thread Harshitha Onkar
On Fri, 11 Aug 2023 05:03:28 GMT, lawrence.andrews wrote: >> 1) Used builder pattern >> 2) Tested AWT tests and it passed > > lawrence.andrews has updated the pull request incrementally with one > additional commit since the last revision: > > Changed enableScreenCapture to screenCapture LG

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v14]

2023-08-11 Thread ScientificWare
> This is referenced in Java Bug Database as > - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded > Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) > > This is tracked in JBS as > - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded > Color](https://bugs.openjdk.java.net/brow

Re: RFR: 8302687 Implement interfaces and shared code for announcement feature [v5]

2023-08-11 Thread Artem Semenov
On Tue, 16 May 2023 17:56:04 GMT, Artem Semenov wrote: >> This enhancement covers basic API and shared code that should be implemented >> for the Accessibility Announcement feature. >> >> CSR [JDK-8304499](https://bugs.openjdk.org/browse/JDK-8304499 >> "bugs.openjdk.org") >> >> @mrserb @prrac

Re: RFR: 8139208: [macosx] Issue with setExtendedState of JFrame [v2]

2023-08-11 Thread Damon Nguyen
On Thu, 10 Aug 2023 23:51:29 GMT, Alisen Chung wrote: >> Swapped order of showing frame and managing extended frame state. > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > removed debug statements I didn't see in the file h

Re: RFR: 8294535 : Add screen capture functionality to PassFailJFrame [v4]

2023-08-11 Thread Alexey Ivanov
On Fri, 11 Aug 2023 05:03:28 GMT, lawrence.andrews wrote: >> 1) Used builder pattern >> 2) Tested AWT tests and it passed > > lawrence.andrews has updated the pull request incrementally with one > additional commit since the last revision: > > Changed enableScreenCapture to screenCapture Lo

Re: RFR: 8307160: [REDO] Enable the permissive- flag on the Microsoft Visual C compiler [v2]

2023-08-11 Thread Julian Waters
On Wed, 9 Aug 2023 06:30:08 GMT, Thomas Stuefe wrote: >> This is a weird one, but in awt we #define malloc Do_Not_Use_Malloc... And >> so on. Without this reordering awt_ole.h (which includes comdef.h) also uses >> the redefined malloc somewhere (I could not find where in comip.h that it's >>