-
Notifications
You must be signed in to change notification settings - Fork 473
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
8253356: JavaFX Terminology Refresh #368
Conversation
1. Rename whitelist/blacklist to allowlist/rejectlist
2. Rename MasterTimer to PrimaryTimer in animation and toolkit implementation 3. Rename local variable master in a couple places 4. Remove master from comments in a few other places
👋 Welcome back kcr! A progress list of the required criteria for merging this PR into |
@kevinrushforth |
Webrevs
|
|
Yes, I agree that these should be changed as well. Given the following in
changing |
@johanvos since this now touches iOS files, can you take a look at them (just a sanity check unless you also want to review the rest)? |
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.
Looks good to me.
I will look into the iOS changes. |
I confirm that the iOS changes do not cause regression. |
@kevinrushforth This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
/integrate |
@kevinrushforth Pushed as commit fb8e0cd. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Replace archaic/non-inclusive words in JavaFX with more neutral terms. See JDK-8253315 for background information.
The following changes are made:
MasterTimer
toPrimaryTimer
in animation and toolkit implementationThis PR doesn't remove uses of the word master where there is no connotation of slavery.
Note that it is out of scope of this PR to address similar issues in 3rd-party code, such as WebKit or GStreamer. We will pick up any relevant changes after they are available in the upstream sources.
/reviewers 2
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/368/head:pull/368
$ git checkout pull/368