-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler #18584
Conversation
👋 Welcome back ihse! A progress list of the required criteria for merging this PR into |
@magicus 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 |
5826919
to
8a88806
Compare
/author set @TheShermanTanker |
@magicus |
@magicus |
…soft Visual C compiler
8a88806
to
e9780f0
Compare
Webrevs
|
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. Thanks for taking this up for me! In the future I hope @prrace will change his mind and allow the use of C++ Libraries in awt (awt already depends on the C++ Standard Library on Windows, verifiable if you run dumpbin -DEPENDENTS on it), because I have a change in mind relying on RAII that would look much cleaner and neater
/integrate |
Going to push as commit 8bc1867.
Your commit was automatically rebased without conflicts. |
This is a retake on #15096.
I tried to fix the remaining issues in that PR, but could not push them. In the end, it seemed easier to create a new branch in my own personal fork.
The majority of the work in this PR has been done by @TheShermanTanker. I have stepped in and fixed the remaining comments, reverted some additional unneeded changed code, and also tried to minimize code duplication in
awt_PrintJob.cpp
.Progress
Issue
Reviewers
Contributors
<ihse@openjdk.org>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18584/head:pull/18584
$ git checkout pull/18584
Update a local copy of the PR:
$ git checkout pull/18584
$ git pull https://git.openjdk.org/jdk.git pull/18584/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18584
View PR using the GUI difftool:
$ git pr show -t 18584
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18584.diff
Webrev
Link to Webrev Comment