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

2014-08-15 Thread kevin . rushforth
Changeset: 83ac99fd07f2 Author:hudson Date: 2014-08-13 07:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/83ac99fd07f2 Added tag 8u40-b01 for changeset c96c17dc9a3f ! .hgtags Changeset: c1f63a4b461e Author:kcr Date: 2014-08-15 16:42 -0700 URL: http://

hg: openjfx/8u-dev/rt: Backed out changeset a63ebe7c34f2 for RT-38300 since the test still fails

2014-08-15 Thread david . grieve
Changeset: bc95b0652aca Author:David Grieve Date: 2014-08-15 17:42 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bc95b0652aca Backed out changeset a63ebe7c34f2 for RT-38300 since the test still fails ! modules/graphics/src/test/java/com/sun/javafx/css/StylesheetTest.j

hg: openjfx/8u-dev/rt: RT-38330: Javadoc is missing for several methods of the Node class

2014-08-15 Thread kevin . rushforth
Changeset: d007aa936d38 Author:kcr Date: 2014-08-15 14:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d007aa936d38 RT-38330: Javadoc is missing for several methods of the Node class ! modules/graphics/src/main/java/javafx/scene/Node.java

hg: openjfx/8u-dev/rt: [Javadoc only] fix Node a11y doc

2014-08-15 Thread felipe . heidrich
Changeset: d6e7941a7a9f Author:Felipe Heidrich Date: 2014-08-15 12:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d6e7941a7a9f [Javadoc only] fix Node a11y doc ! modules/graphics/src/main/java/javafx/scene/Node.java

hg: openjfx/8u-dev/rt: [Javadoc only] Reword Node a11y doc

2014-08-15 Thread steve . x . northover
Changeset: 971ac7490e25 Author:snorthov Date: 2014-08-15 15:15 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/971ac7490e25 [Javadoc only] Reword Node a11y doc ! modules/graphics/src/main/java/javafx/scene/Node.java

hg: openjfx/8u-dev/rt: [Javadoc only] Fix type and replace "etc" with "and others"

2014-08-15 Thread steve . x . northover
Changeset: 971100792fac Author:snorthov Date: 2014-08-15 15:14 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/971100792fac [Javadoc only] Fix type and replace "etc" with "and others" ! modules/graphics/src/main/java/javafx/scene/AccessibleAttribute.java

hg: openjfx/8u-dev/rt: [Accessibility] Fix bad handling of SHOW_MENU in ContextMenuContent

2014-08-15 Thread felipe . heidrich
Changeset: 0702536fb5c7 Author:Felipe Heidrich Date: 2014-08-15 10:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0702536fb5c7 [Accessibility] Fix bad handling of SHOW_MENU in ContextMenuContent ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Co

hg: openjfx/8u-dev/rt: [Javadoc only] Reword a11y enum documentation

2014-08-15 Thread steve . x . northover
Changeset: 5e4e957c51a6 Author:snorthov Date: 2014-08-15 14:36 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e4e957c51a6 [Javadoc only] Reword a11y enum documentation ! modules/graphics/src/main/java/javafx/scene/AccessibleAction.java ! modules/graphics/src/main/java

hg: openjfx/8u-dev/rt: RT-37490: [Accessibility] SHOW_MENU action should be handled in Node

2014-08-15 Thread felipe . heidrich
Changeset: 124e9a2ae6d9 Author:Felipe Heidrich Date: 2014-08-15 09:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/124e9a2ae6d9 RT-37490: [Accessibility] SHOW_MENU action should be handled in Node ! modules/controls/src/main/java/javafx/scene/control/Control.java !

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

2014-08-15 Thread david . grieve
Changeset: a8e87f631464 Author:David Grieve Date: 2014-08-15 11:53 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a8e87f631464 RT-38201: [CSS] Enum values should not be treated as value references to be looked up ! modules/graphics/src/main/java/com/sun/javafx/css/par

Re: [Review request] RT-12643: JavaFX Dialogs API

2014-08-15 Thread Jonathan Giles
Yes, that has already been resolved in my local repo - I noticed it after the webrev was generated. Thanks, -- Jonathan Sent from a touch device. Please excuse my brevity. On 15 August 2014 19:05:07 GMT+12:00, Ali Ebrahimi wrote: >Hi, > >What do you think about this constants in javafx public

Re: [Review request] RT-12643: JavaFX Dialogs API

2014-08-15 Thread Ali Ebrahimi
Hi, What do you think about this constants in javafx public API: +// represented as a ButtonType +public static final String BUTTON_DATA_PROPERTY = "controlfx.button.type"; //$NON-NLS-1$ + +// allows to exclude button from uniform resizing +public static final String BUTTON_SIZE_