New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8267066: New NSAccessibility peers should return they roles and subroles directly #1807
Conversation
👋 Welcome back Autumn808! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with the original issue, but not the original commit. If you have the original commit hash, please update the pull request title with |
19a9eaf
to
691fc4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because 8262981 hasn't yet been backported, this PR adds an updated-to-8267066 version of SliderAccessibilty.h and leaves out the change to a not-yet-existent SliderAccessibility.m. This is imo fine, but note that the eventual 8262981 backport will have to take into account this PR's creation of SliderAccessibility.h.
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout JDK-8267066
git fetch https://git.openjdk.org/jdk11u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@Autumn808 this pull request can not be integrated into git checkout JDK-8267066
git fetch https://git.openjdk.org/jdk11u-dev master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
@Autumn808 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@Autumn808 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 14 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@phohensee) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@Autumn808, could you rebase it to current master? Meanwhile 8264290 was integrated and changes to e.g. src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.m would look different then, I guess. |
Will do, Thank you |
@Autumn808 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
It should be rebased now. |
Hm, it isn't. Your branch https://github.com/Autumn808/jdk11u-dev/commits/JDK-8267066 is lacking the latest 8 or so commits. Especially dd64212 and 8264304: Create implementation for NSAccessibilityToolbar protocol peer are missing. You should fetch 1ab8693 and rebase to that commit. Anyway, I'm wondering why GitHub does not show a merge conflict here. |
@Autumn808 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
OK, this looks better now. src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.h src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/SliderAccessibility.h src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/StaticTextAccessibility.h src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ToolbarAccessibility.h Regarding SliderAccessibility, I guess we need to backport the native parts of JDK-8262981 first. For that, would you mind reviewing my PR #1811? |
Will take a look, Thank you |
You could make this a dependent PR of #1811 (until that one is in) |
I updated the PR to use 1811. Thank you for working on this and for your help. |
5f5342b
to
f72d269
Compare
|
The parent pull request that this pull request depends on has been closed without being integrated and the target branch of this pull request has been updated as the previous branch was deleted. This means that changes from the parent pull request will start to show up in this pull request. If closing the parent pull request was done in error, it will need to be re-opened and this pull request will need to manually be retargeted again. |
@Autumn808 This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@Autumn808 This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
This backport is part of the 28 backport Accessibility series JDK-8152350. Tested by building GUI and using the Accessibility components.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/1807/head:pull/1807
$ git checkout pull/1807
Update a local copy of the PR:
$ git checkout pull/1807
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/1807/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1807
View PR using the GUI difftool:
$ git pr show -t 1807
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1807.diff
Webrev
Link to Webrev Comment