On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Thu, 23 May 2024 12:45:31 GMT, Artem Semenov wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Replaced NULL with nil in OutlineAccessibility - functionally it has no
>> effect but it is more uiform and accordi
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Thu, 23 May 2024 08:08:17 GMT, Alexander Zuev wrote:
>> Ok.
>> Is it possible to add a test to verify this behavior?
>
> The test would be manual and it is hard to even describe what is the result
> of the test should look or sound like since we do not provide any string
> messages, VoiceOve
On Wed, 22 May 2024 11:17:26 GMT, Abhishek Kumar wrote:
>> In multilevel trees when someone in the parent's path is collapsed the
>> treeCollapsed event will be delivered to that node. We can either invalidate
>> all leaf nodes caches (which is costly) or mark that exact node's cache as
>> inv
On Wed, 22 May 2024 06:40:02 GMT, Alexander Zuev wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/OutlineAccessibility.m
>> line 98:
>>
>>> 96: - (BOOL)isCacheValid
>>> 97: {
>>> 98: if (rowCacheValid && [[self parent]
>>> respondsToSelector:NSSelectorFromString(@"isCacheVali
On Tue, 21 May 2024 08:47:04 GMT, Abhishek Kumar wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> - Remove unused import;
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/OutlineAccessibility.m
> line 70:
> Caching children and selected children of the thee on the native level;
> Caching all children of a specific parent in CAccessibility to enhance
> recursive children selection algorithm;
> Removing fix for JDK-8317771 as no longer needed;
Alexander Zuev has updated the pull request incrementall
On Mon, 20 May 2024 08:20:11 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Mon, 20 May 2024 08:20:11 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Mon, 20 May 2024 07:16:49 GMT, Artem Semenov wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> - Removed the unused import in CAccessibility.java
>> - Rolled back changes to the CommonComponentAccessibility an
> Caching children and selected children of the thee on the native level;
> Caching all children of a specific parent in CAccessibility to enhance
> recursive children selection algorithm;
> Removing fix for JDK-8317771 as no longer needed;
Alexander Zuev has updated the pull request incrementall
On Fri, 17 May 2024 10:00:08 GMT, Abhishek Kumar wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> - Remove unused import;
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 39:
>
>> 37:
On Mon, 20 May 2024 05:17:23 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
On Mon, 20 May 2024 05:17:23 GMT, Alexander Zuev wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer nee
> Caching children and selected children of the thee on the native level;
> Caching all children of a specific parent in CAccessibility to enhance
> recursive children selection algorithm;
> Removing fix for JDK-8317771 as no longer needed;
Alexander Zuev has updated the pull request incrementall
On Sat, 18 May 2024 18:39:42 GMT, Artem Semenov wrote:
>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance
>> recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer need
On Thu, 16 May 2024 01:28:37 GMT, Alexander Zuev wrote:
> Caching children and selected children of the thee on the native level;
> Caching all children of a specific parent in CAccessibility to enhance
> recursive children selection algorithm;
> Removing fix for JDK-8317771 as no longer needed;
On Thu, 16 May 2024 01:28:37 GMT, Alexander Zuev wrote:
> Caching children and selected children of the thee on the native level;
> Caching all children of a specific parent in CAccessibility to enhance
> recursive children selection algorithm;
> Removing fix for JDK-8317771 as no longer needed;
Caching children and selected children of the thee on the native level;
Caching all children of a specific parent in CAccessibility to enhance
recursive children selection algorithm;
Removing fix for JDK-8317771 as no longer needed;
-
Commit messages:
- 8329667: [macos] Issue with J
23 matches
Mail list logo