-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Co-authored-by: Jay Bhaskar <jbhaskar@openjdk.org> Reviewed-by: kcr, sykora
👋 Welcome back kcr! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@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 |
As often happens with a very large patch like this one, Skara has not marked it clean even though it is. Here is the diff of the two patches:
There are no differences in the two patches, either in the diffs themselves or in the surrounding context. The line numbers are different because the mainline patch was done on top of the fix for JDK-8298167, which added (unconflicting) code to /clean |
@kevinrushforth This backport pull request is already marked as clean |
It turns out I just wasn't patient enough and didn't refresh the PR before posting my comment. Skara marked it clean after all. :) So you can ignore my previous comment (although it was a good double-check that the patch was in fact clean). |
/integrate |
Going to push as commit b0eed55.
Your commit was automatically rebased without conflicts. |
@kevinrushforth Pushed as commit b0eed55. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Clean backport. Tested in connection with 4 other WebKit fixes in the
test-kcr-11.0.19
branch, including a successful CI build. I also verfied that the native WebKit code is identical to mainline jfx after applying all patches (excluding a couple of copyright years).Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx11u pull/132/head:pull/132
$ git checkout pull/132
Update a local copy of the PR:
$ git checkout pull/132
$ git pull https://git.openjdk.org/jfx11u pull/132/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 132
View PR using the GUI difftool:
$ git pr show -t 132
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx11u/pull/132.diff