Re: 8u40 review (and test) request for RT-37945: NPEs for Canvas apps on SW pipeline

2014-07-24 Thread David Hill

On 7/23/14, 7:12 PM, Jim Graham wrote:

webrev: http://cr.openjdk.java.net/~flar/RT-37945/webrev.00/
Jira: https://javafx-jira.kenai.com/browse/RT-37945

I tested with toys/CanvasTest/run-bitmap and run-vector modifying the build.xml to run 
them with the SW pipeline.  I also ran gradle test and it completed, but it 
wouldn't have run any tests under the SW pipeline by default.  Is there an easy way to 
test the SW pipeline without having to universally modify run-* script variables?

...jim

Jim,
  there is also:

export EXTRA_JFX_OPTS='-Dprism.order=sw'

This env var is added to the command line in jfxrun.
I put this in a while back because I needed global command line additions too.

Dave

--
David Hilldavid.h...@oracle.com
Java Embedded Development

A man's feet should be planted in his country, but his eyes should survey the 
world.
-- George Santayana (1863 - 1952)



hg: openjfx/8u20/rt: Added tag 8u20-b24 for changeset fb2c6cb178c1

2014-07-24 Thread hang . vo
Changeset: d02f4bddeed4
Author:hudson
Date:  2014-07-24 07:54 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/d02f4bddeed4

Added tag 8u20-b24 for changeset fb2c6cb178c1

! .hgtags



hg: openjfx/8u-dev/rt: Fix for RT-37583 [Monocle] Change X.java and EGL.java to use instance methods

2014-07-24 Thread lisa . selle
Changeset: 843602254276
Author:lisa.se...@oracle.com
Date:  2014-07-24 11:09 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/843602254276

Fix for RT-37583 [Monocle] Change X.java and EGL.java to use instance methods

Reviewed by dblaukopf

Tested with HelloSanity

! modules/graphics/src/main/java/com/sun/glass/ui/monocle/AcceleratedScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/EGL.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/X.java
! 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11AcceleratedScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11Cursor.java
! 
modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11InputDeviceRegistry.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11Screen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11WarpingCursor.java



[8u40] Review request for RT-3791: [Linux] JavaFX Media does not run on Ubuntu 14.04

2014-07-24 Thread Kirill Kirichenko

https://javafx-jira.kenai.com/browse/RT-3791


Re: [8u40] Review request for RT-3791: [Linux] JavaFX Media does not run on Ubuntu 14.04

2014-07-24 Thread Kevin Rushforth

Hi Kirill,

Did you mean https://javafx-jira.kenai.com/browse/RT-37914 ?

-- Kevin


Kirill Kirichenko wrote:

https://javafx-jira.kenai.com/browse/RT-3791


hg: openjfx/8u-dev/rt: [TOYS] Add labels to HelloText

2014-07-24 Thread felipe . heidrich
Changeset: 31062bef761a
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-07-24 09:54 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/31062bef761a

[TOYS] Add labels to HelloText

! apps/toys/Hello/src/main/java/a11y/HelloText.java



Double.MAX_VALUE in CSS -fx-max-width?

2014-07-24 Thread Werner Lehmann

Hi,

since FX8 we have a styleable property -fx-max-width on Region. I'd like 
to use this to replace the FXML attribute


Node maxWidth=Infinity/

with CSS

-fx-max-width: Infinity;

This is actually a notation to achieve the equivalent of this code:

  node.setMaxWidth(Double.MAX_VALUE);

Unfortunately it does not work like this in css. Normal values are 
accepted and seem to work but not this one. Maybe there is some special 
handing in the FXMLLoader to treat Infinity like MAX_VALUE? In any case, 
can this be done in css - maybe with a different workaround?


Rgds
Werner


hg: openjfx/8u-dev/rt: [Accessible] differentiated between editable and read-only text on Mac.

2014-07-24 Thread felipe . heidrich
Changeset: 1b8a19fc48f1
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-07-24 10:21 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1b8a19fc48f1

[Accessible] differentiated between editable and read-only text on Mac.

! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java



hg: openjfx/8u-dev/rt: [Accessible] Fix labeled-by for textfield and textarea on Windows. Tested with Narrator on Win8 and Win7, and JAWS on win8. (note: previous comment in the code was not correct).

2014-07-24 Thread felipe . heidrich
Changeset: 4b8d06211312
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-07-24 10:59 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b8d06211312

[Accessible] Fix labeled-by for textfield and textarea on Windows. Tested with 
Narrator on Win8 and Win7, and JAWS on win8. (note: previous comment in the 
code was not correct).

! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java



8u40 review request: RT-38005 problems with blend effect clipping

2014-07-24 Thread Jim Graham

webrev: http://cr.openjdk.java.net/~flar/RT-38005/webrev.00/
Jira: https://javafx-jira.kenai.com/browse/RT-38005

...jim


hg: openjfx/8u20/rt: Added tag 8u20-b25 for changeset d02f4bddeed4

2014-07-24 Thread hang . vo
Changeset: e56a8bbcba20
Author:hudson
Date:  2014-07-24 21:23 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/e56a8bbcba20

Added tag 8u20-b25 for changeset d02f4bddeed4

! .hgtags