...
OpenJFX was missing a few high value controls. These are Spinner, FormattedText and Alert Dialogs. Spinner is a control that is found in most modern UI toolkits. FormattedText (or adding the ability to filter and format a regular text control) is important for business applications. Standard Alert dialogs are common in most UI toolkits and also essential for business applications.
Development repo: http://hg.openjdk.java.net/openjfx/8u-dev/rt
Sanity Testing / Weekly Code Freeze
Weekly sanity testing is performed to catch errors early. See During this time, the repo is "frozen" See Sanity Testing for details.
...