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

2014-05-05 Thread hang . vo
Changeset: a1f6444766df
Author:Martin Sladecek 
Date:  2014-05-06 07:58 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a1f6444766df

RT-36944 [Android] Need a way to switch off JRockit support
Reviewed by: kcr

! build.gradle
! gradle.properties.template

Changeset: bcc6a53b42d0
Author:Martin Sladecek 
Date:  2014-05-06 08:00 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bcc6a53b42d0

RT-26840 PieChart data default colors are randomly choose.
Reviewed by: jgiles

! modules/controls/src/main/java/javafx/scene/chart/PieChart.java

Changeset: f531ce5da171
Author:Martin Sladecek 
Date:  2014-05-06 08:01 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f531ce5da171

RT-36091 [StackedBarChart] auto-range of category axis not working
Reviewed by: jgiles

! modules/controls/src/main/java/javafx/scene/chart/CategoryAxis.java
! modules/controls/src/main/java/javafx/scene/chart/StackedBarChart.java



hg: openjfx/8u-dev/rt: Fix to RT-36644: [Glass, Mac] Native code needs to handle JNI exceptions reported by Parfait

2014-05-05 Thread hang . vo
Changeset: bdb4082bc3e9
Author:Chien Yang 
Date:  2014-05-05 18:16 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bdb4082bc3e9

Fix to RT-36644:  [Glass, Mac] Native code needs to handle JNI exceptions 
reported by Parfait
Reviewed by Anthony Petrov and Kevin Rusthforth

! modules/graphics/src/main/native-glass/mac/GlassApplication.m
! modules/graphics/src/main/native-glass/mac/GlassDialogs.m
! modules/graphics/src/main/native-glass/mac/GlassHelper.m
! modules/graphics/src/main/native-glass/mac/GlassKey.m
! modules/graphics/src/main/native-glass/mac/GlassMenu.m
! modules/graphics/src/main/native-glass/mac/GlassPasteboard.m
! modules/graphics/src/main/native-glass/mac/GlassScreen.m
! modules/graphics/src/main/native-glass/mac/GlassStatics.m
! modules/graphics/src/main/native-glass/mac/GlassView.m
! modules/graphics/src/main/native-glass/mac/GlassView3D.m
! modules/graphics/src/main/native-glass/mac/GlassViewDelegate.m
! modules/graphics/src/main/native-glass/mac/GlassWindow.m



[8u] Review request: RT-36838 - Strange behavior of TreeItem's disclosure arrow // expanded/collapsed state not reflected correctly

2014-05-05 Thread David Grieve

Jonathan,

The issue with this one is that a call to reapply CSS is happening in 
the middle of the node being CSS updated.
I've attached a patch to https://javafx-jira.kenai.com/browse/RT-36838 
that defers the CSS reapply if the node's cssFlag is either update or 
reapply.


hg: openjfx/8u-dev/rt: RT-36964 [Lens] x86egl build fails

2014-05-05 Thread hang . vo
Changeset: 9db01136330d
Author:Daniel Blaukopf 
Date:  2014-05-06 00:52 +0300
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9db01136330d

RT-36964 [Lens] x86egl build fails

! buildSrc/x86egl.gradle



Testing, Testing, 123 - Accessibility for JavaFX

2014-05-05 Thread Stephen F Northover

Hi all,

We have made good progress recently on Accessibility for JavaFX and have 
working implementation for Windows 8 (UIA) and OS X 10.9.  All of the 
built-in controls have been enabled.  You can find information about the 
work and how to enable the support here:


https://wiki.openjdk.java.net/display/OpenJFX/Accessibility+Exploration 
(this link is background information on the work)
https://wiki.openjdk.java.net/display/OpenJFX/Getting+Started+A11y (this 
link is for developers but describes some flags)


We have tested informally under VoiceOver and Narrator but nothing else 
(ie. for example, we have no run proprietary AT's such as JAWS).


We're looking for folks to help test the code and enter bug reports.  
The work is not targeted for 8u20 and will be removed before we ship 
because it is not ready for that release.  However, it is ready to be 
tested right now and will be spending the next couple of weeks seeing 
where we are.


https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report

Remember to set -Djavafx.accessible=true when testing.  Currently only 
Windows 8 and Mac OSX 10.9 are allowed to enable accessibility.  We hope 
to support Windows 7 and Mac OSX 10.8 as well, however these are 
disabled.  Using -Djavafx.accessible.force=true will force accessibility 
on these systems.


You can help!  Especially valuable is input from folks who use screen 
readers as part of their normal day.  Try one of the standard examples 
such as Modena or Ensemble and see how far you get.  There are problems 
for sure, but many things work.


Thanks,
Steve


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

2014-05-05 Thread hang . vo
Changeset: 91d8c9b81d27
Author:Felipe Heidrich 
Date:  2014-05-02 11:04 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/91d8c9b81d27

RT-36130: [Text] NPE at javafx.scene.text.Text.getSpanBounds(Text.java:292)

! modules/graphics/src/main/java/javafx/scene/text/Text.java

Changeset: 874f14e816a6
Author:flar 
Date:  2014-05-02 14:16 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/874f14e816a6

Fix RT-36340 - Garbled paths due to MT issues in GraphicsContext (only for 
Canvas not attached to scene)
Reviewed by: kcr

! modules/graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java

Changeset: a5a076452f83
Author:David Grieve
Date:  2014-05-02 17:19 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a5a076452f83

RT-35594: add @Ignore until this bug is fixed

! modules/graphics/src/test/java/javafx/scene/Node_cssMethods_Test.java

Changeset: 14a7fde042ef
Author:David Grieve
Date:  2014-05-02 17:19 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/14a7fde042ef

RT-35989: add some styles for the volume and time popup

! 
apps/samples/Ensemble8/src/samples/java/ensemble/samples/media/overlaymediaplayer/PlayerPane.java
! 
apps/samples/Ensemble8/src/samples/resources/ensemble/samples/media/overlaymediaplayer/OverlayMediaPlayer.css

Changeset: e4d920161c61
Author:David Grieve
Date:  2014-05-02 17:33 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e4d920161c61

RT-35260: add unit tests, update cssref, fixes for unit test failures

! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/graphics/src/main/java/javafx/scene/SubScene.java
! modules/graphics/src/test/java/com/sun/javafx/css/StyleManagerTest.java
+ modules/graphics/src/test/resources/com/sun/javafx/css/ua0.css
+ modules/graphics/src/test/resources/com/sun/javafx/css/ua1.css
+ modules/graphics/src/test/resources/com/sun/javafx/css/ua2.css

Changeset: abc855ae09c0
Author:jgiles
Date:  2014-05-05 10:06 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/abc855ae09c0

RT-36334: Clean up warnings in control component
Contributed-by: Tom Schindl 
Reviewed-by: jgiles

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/AccordionSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/BehaviorSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/CellSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ChoiceBoxSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ColorPickerSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxBaseSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DatePickerContent.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DoubleFieldSkin.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/FXVKSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/InputFieldSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/IntegerFieldSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabelSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledText.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ListViewSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuBarSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuButtonSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuButtonSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/PaginationSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressBarSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/RadioButtonSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollBarSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/SeparatorSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/SliderSkin.jav

Re: [8u26] Review request for RT-35406 [Monocle] Implement mouse/touch grab

2014-05-05 Thread Lisa Selle

+1
On 5/5/2014 2:23 PM, Daniel Blaukopf wrote:

Hi Lisa,

Would you review the fix for 
https://javafx-jira.kenai.com/browse/RT-35406 ?
http://cr.openjdk.java.net/~dblaukop/webrev-20140505-2010-RT-35406/webrev/ 
<http://cr.openjdk.java.net/%7Edblaukop/webrev-20140505-2010-RT-35406/webrev/>


Thanks,
Daniel






[8u26] Review request for RT-35406 [Monocle] Implement mouse/touch grab

2014-05-05 Thread Daniel Blaukopf
Hi Lisa,

Would you review the fix for https://javafx-jira.kenai.com/browse/RT-35406 ?
http://cr.openjdk.java.net/~dblaukop/webrev-20140505-2010-RT-35406/webrev/

Thanks,
Daniel




Re: (In)Sanity testing

2014-05-05 Thread Stephen F Northover

Hi all,

Note also that this is M4 Milestone week which means no post-commit 
reviews and extra +1 controls required to release code.  The main point 
is that one of Kevin, Daniel, Jasper, Lisa or David H must be aware what 
code is going in and why.


Steve

On 2014-05-02 8:45 PM, Lisa Selle wrote:

Reminder to check out the matrix at

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

 for your insanity testing assignment for this week (assignments have 
changed for this week).  Testing should take 1 hour or less. If your 
assignment takes longer, stop after an hour and continue where you 
left off the following week.


Also, please review the weekly code freeze and push rules

Happy testing!

Lisa




hg: openjfx/2u/dev/rt: RT-35272: JAVAFX TABLEVIEW VALUES STOP UPDATING WHEN VALUES ARE INVALIDATED

2014-05-05 Thread hang . vo
Changeset: 53fbd2add357
Author:bae
Date:  2014-05-05 11:04 +0100
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/53fbd2add357

RT-35272: JAVAFX TABLEVIEW VALUES STOP UPDATING WHEN VALUES ARE INVALIDATED
Reviewed-by: jgiles

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java
+ javafx-ui-controls/test/javafx/scene/control/TableViewBindingTest.java