-
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
8172095: Let Node.managed become CSS-styleable #602
Conversation
👋 Welcome back abhinayagarwal! A progress list of the required criteria for merging this PR into |
This will need at least a brief discussion on the openjfx-dev mailing list. /csr |
@kevinrushforth has indicated that a compatibility and specification (CSR) request is needed for this pull request. |
@kevinrushforth |
Past OpenJFX mailing list discussion: http://mail.openjdk.java.net/pipermail/openjfx-dev/2015-July/017597.html |
Webrevs
|
Please start a new thread and reference that one. That thread asks for a new property, but I think what you propose, which is to make the existing |
Thanks for the feedback. I will create a CSR and start a thread on the mailing list. |
I started a discussion on the mailing list. Is there anything else pending to move this PR forward? |
Nothing else needed for now. The review can proceed. |
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.
The new API looks fine. I left one comment on the cssref docs, and that's otherwise ready to go (so you can get the CSR ready).
I noticed that there are no existing tests in NodeTest
for the default value or for setting / getting the property, which there are for other properties. Can you add these missing tests, to verify that there are no problems?
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html
Outdated
Show resolved
Hide resolved
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.
Changes look good to me.
The tests, managedSetFromCSS() and Node_cssMethods_Test fail before and pass after. Other tests do pass both before and after, which is expected behaviour.
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.
This is ready to be integrated once the CSR is approved. |
@abhinayagarwal 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 19 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 (@kevinrushforth, @arapte) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@abhinayagarwal |
/sponsor |
Going to push as commit d356340.
Your commit was automatically rebased without conflicts. |
@kevinrushforth @abhinayagarwal Pushed as commit d356340. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/602/head:pull/602
$ git checkout pull/602
Update a local copy of the PR:
$ git checkout pull/602
$ git pull https://git.openjdk.java.net/jfx pull/602/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 602
View PR using the GUI difftool:
$ git pr show -t 602
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/602.diff