> ImageLayoutException is used to report any issues with image layout
> calculation. But since we cannot throw the unspecified exception to the
> application, all usages of ImageLayoutException are wrapped by the
> CMMException. And now if such CMMException occurs we have lost at what point
> t
On Thu, 29 Dec 2022 20:41:04 GMT, Artem Semenov wrote:
>> [CommonComponentAccessibility getActionsWithEnv:] defines the
>> getAccessibleActionCount method on the AccessibleAction class, however the
>> call should go through CAccessibility so that it is executed on the Event
>> Dispatch thread.
On Tue, 20 Dec 2022 18:59:18 GMT, Daniel Jeliński wrote:
> Please review this patch that removes unnecessary exports from libawt and
> libfreetype.
>
> Verified that:
> - mach5 client libs tests pass
> - both release and debug builds finish successfully
This pull request has now been integrate
This is the next iteration of fixing the issue of rendering "broken" image. The
fix for [JDK-7183828](https://bugs.openjdk.org/browse/JDK-7183828) changed the
possible IllegalArgumentException during rendering to the InvalidPipeException
in assumtion that the new exception will be catched by the
On Sat, 24 Dec 2022 03:49:38 GMT, Sergey Bylokhov wrote:
> I have found that we store the native pointer in the
> "java.awt.image.ColorModel#pData" field and never update/clean it. We can
> check how and when the native data is deallocated and reset the pointer, but
> it will be easy just to d
> On Dec 28, 2022, at 9:51 PM, Michael Hall wrote:
>
> Mail.app not receiving for some reason. So from gmail in Safari.
>
> >The Apple system properties are going to remain as they are, unless e.g.
> >there's some good reason to change the key of a property.
>
> OK, good to know. I'm pretty
On Thu, 29 Dec 2022 14:23:40 GMT, Artem Semenov wrote:
>> [OutlineRowAccessibility currentAccessibleWithENV:] defines the
>> getCurrentComponent method on the AccessibleContext instance of
>> AccessibleJTreeNode class, however the call should go through CAccessibility
>> so that it is executed
On Thu, 29 Dec 2022 20:41:04 GMT, Artem Semenov wrote:
>> [CommonComponentAccessibility getActionsWithEnv:] defines the
>> getAccessibleActionCount method on the AccessibleAction class, however the
>> call should go through CAccessibility so that it is executed on the Event
>> Dispatch thread.
On Thu, 29 Dec 2022 19:40:17 GMT, SWinxy wrote:
>> Artem Semenov has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> There's a more compact way of doing this:
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 530:
> [CommonComponentAccessibility getActionsWithEnv:] defines the
> getAccessibleActionCount method on the AccessibleAction class, however the
> call should go through CAccessibility so that it is executed on the Event
> Dispatch thread.
>
> @azuev-java @mrserb @prrace please review
Artem Semeno
On Thu, 29 Dec 2022 15:54:43 GMT, Artem Semenov wrote:
> [CommonComponentAccessibility getActionsWithEnv:] defines the
> getAccessibleActionCount method on the AccessibleAction class, however the
> call should go through CAccessibility so that it is executed on the Event
> Dispatch thread.
>
[CommonComponentAccessibility getActionsWithEnv:] defines the
getAccessibleActionCount method on the AccessibleAction class, however the call
should go through CAccessibility so that it is executed on the Event Dispatch
thread.
@azuev-java @mrserb @prrace please review
-
Commit me
On Thu, 29 Dec 2022 14:23:40 GMT, Artem Semenov wrote:
>> [OutlineRowAccessibility currentAccessibleWithENV:] defines the
>> getCurrentComponent method on the AccessibleContext instance of
>> AccessibleJTreeNode class, however the call should go through CAccessibility
>> so that it is executed
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the
> getCurrentComponent method on the AccessibleContext instance of
> AccessibleJTreeNode class, however the call should go through CAccessibility
> so that it is executed on the Event Dispatch thread.
Artem Semenov has updated the
On Sat, 24 Dec 2022 00:35:07 GMT, Sergey Bylokhov wrote:
>> Thank you.
>> I removed adding accesses for TableCell and ListChildren. If that's what you
>> meant.
>> I would like to keep the implementation of the Accesser itself, if possible.
>> Because in the future it may come in handy in this
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the
> getCurrentComponent method on the AccessibleContext instance of
> AccessibleJTreeNode class, however the call should go through CAccessibility
> so that it is executed on the Event Dispatch thread.
Artem Semenov has updated the
16 matches
Mail list logo