[jdk11u-dev] RFR: 8267066: New NSAccessibility peers should return they roles and subroles directly [v5]
Christoph Langer
clanger at openjdk.org
Fri Mar 17 19:56:09 UTC 2023
On Fri, 17 Mar 2023 19:11:28 GMT, Autumn Capasso <duke at openjdk.org> wrote:
>> This backport is part of the 28 backport Accessibility series JDK-8152350. Tested by building GUI and using the Accessibility components.
>
> Autumn Capasso has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
>
> Backport JDK-8267066
OK, this looks better now.
However, I'm missing the hunks in the following files, compared to the original change:
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.h
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.m
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/SliderAccessibility.h
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/SliderAccessibility.m
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/StaticTextAccessibility.h
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/StaticTextAccessibility.m
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ToolbarAccessibility.h
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ToolbarAccessibility.m
Regarding SliderAccessibility, I guess we need to backport the native parts of JDK-8262981 first. For that, would you mind reviewing my PR https://github.com/openjdk/jdk11u-dev/pull/1811?
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1807
More information about the jdk-updates-dev
mailing list