[8u40] Review request: RT-36241: [Monocle] Scroll with the wheel test failed

2014-07-20 Thread Rafi Tayar
Daniel,

 

Please review the fix for https://javafx-jira.kenai.com/browse/RT-36241

 

Details are in the Jira, webrev :

 

http://cr.openjdk.java.net/~ratayar/RT-36241/webrev.00/

 

Thanks,

Rafi

 


In(Sanity) Testing Mondays

2014-07-20 Thread Lisa Selle

Reminder, tomorrow is our weekly sanity testing.

You can find your testing assignment at:

https://wiki.openjdk.java.net/display/OpenJFX/8u20

We'll be sanity testing 8u-dev.

Happy testing!

Lisa


Re: In(Sanity) Testing Mondays

2014-07-20 Thread Lisa Selle

Correction, assigments are here:

https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

Also please remember that the repo will be locked from 1am PDT until 1pm 
PDT.


On 7/20/2014 1:50 PM, Lisa Selle wrote:

Reminder, tomorrow is our weekly sanity testing.

You can find your testing assignment at:

https://wiki.openjdk.java.net/display/OpenJFX/8u20

We'll be sanity testing 8u-dev.

Happy testing!

Lisa




hg: openjfx/8u-dev/rt: 3 new changesets

2014-07-20 Thread jonathan . giles
Changeset: 6469dda063c4
Author:jgiles
Date:  2014-07-18 11:01 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6469dda063c4

RT-37967: [Spinner] Add LocalTime SpinnerValueFactory

! apps/toys/Hello/src/main/java/hello/HelloSpinner.java
! modules/controls/src/main/java/javafx/scene/control/Spinner.java
! modules/controls/src/main/java/javafx/scene/control/SpinnerValueFactory.java
! modules/controls/src/test/java/javafx/scene/control/SpinnerTest.java

Changeset: 04eb7a71ced7
Author:jgiles
Date:  2014-07-18 16:03 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/04eb7a71ced7

RT-35395: [ListView] redundant calls to ListCell.updateItem()
Partial work towards this issue - ListView is vastly improved, and tests have 
been created for ListView, TreeView, TableView and TreeTableView, but only the 
ListView tests are enabled at present.
I'm pushing this partial work to allow for a wider audience to test the change.

! modules/controls/src/main/java/javafx/scene/control/ListCell.java
! modules/controls/src/test/java/javafx/scene/control/ListViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewTest.java

Changeset: 4d57385f395e
Author:jgiles
Date:  2014-07-18 16:53 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4d57385f395e

Followup fixes to RT-37967 to ensure all unit tests pass.

! modules/controls/src/main/java/javafx/scene/control/SpinnerValueFactory.java
! modules/controls/src/test/java/javafx/scene/control/SpinnerTest.java