In(Sanity) Testing Mondays

2014-09-26 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. We will be light this week due to JavaOne, but if you are not attending the conference please do your sanity testing :) You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember

Re: CFV: New OpenJFX Committer: Morris Meyer

2014-09-24 Thread Lisa Selle
Vote: yes On 9/24/2014 9:17 AM, Kevin Rushforth wrote: I hereby nominate Morris Meyer to OpenJFX Committer. Morris was an initial member of JavaFX team at Oracle when the OpenJFX project was created, and was on the initial list of approved committers [1]. His status as OpenJFX committer was

Re: CFV: New OpenJFX Committer: Michael Fang

2014-09-24 Thread Lisa Selle
Vote: yes On 9/23/2014 8:41 PM, Kevin Rushforth wrote: I hereby nominate Michael Fang to OpenJFX Committer. Michael is a member of Java Localization team at Oracle. Michael's OpenJFX changes are in the localized property files. hg log -M -u mfang A list of Michael's commits is also

hg: openjfx/8u-dev/rt: Revert fix for RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException as it causes 32 bit touch screen systems to be completely broken (RT-38660)

2014-09-15 Thread lisa . selle
Changeset: 957060db6fa5 Author:lisa.se...@oracle.com Date: 2014-09-15 11:37 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/957060db6fa5 Revert fix for RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException as it causes 32 bit touch screen

In(Sanity) Testing Mondays

2014-09-12 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa

In(Sanity) Testing Mondays

2014-09-05 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa

In(Sanity) Testing... Tuesday!!!

2014-08-29 Thread Lisa Selle
Due to the US holiday on Monday, we'll do our sanity testing on Tuesday instead of Monday this week. The repo will be locked from 1am PDT on MONDAY (not Sunday) until 11am PDT on TUESDAY. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

In(Sanity) Testing Mondays

2014-08-08 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa

In(Sanity) Testing Mondays

2014-08-01 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa

Re: openjfx-8u20-b23: Stuck in monocle build for armv7hf

2014-07-30 Thread Lisa Selle
How did you install your arm toolchain? https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+Arm+Hard+Float If it's installed according to these instructions pkg-config should get picked up from the correct place and there should be no need to set any environment variables.

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-29 Thread Lisa Selle
for apps that we know handle multitouch correctly that Prasant could use to determine if his multitouch problem is in the platform or in his app? Thanks, Lisa On 7/25/2014 11:42 AM, Lisa Selle wrote: rt//apps/toys/Hello/ has HelloGestures which uses multitouch gestures. I'm not aware of any

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-25 Thread Lisa Selle
On 7/25/2014 10:06 AM, Prasant J wrote: On Wed, Jul 23, 2014 at 6:36 PM, Lisa Selle lisa.se...@oracle.com wrote: Hi Prasant, This looks suspiciously related to https://javafx-jira.kenai.com/browse/RT-34296. If so, this bug *should* be fixed in Monocle but it is not (and will not be) fixed

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-25 Thread Lisa Selle
a javafx application that can help me test my multi touch? I want to rule out my application out of my multi touch test, so a standard multi touch test will be of help to me. Regards, Prasant On Fri, Jul 25, 2014 at 7:47 PM, Lisa Selle lisa.se...@oracle.com wrote: On 7/25/2014 10:06 AM, Prasant J

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-25 Thread Lisa Selle
Daniel, Do you have any other suggestions for apps that we know handle multitouch correctly that Prasant could use to determine if his multitouch problem is in the platform or in his app? Thanks, Lisa On 7/25/2014 11:42 AM, Lisa Selle wrote: rt//apps/toys/Hello/ has HelloGestures which uses

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 !

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-23 Thread Lisa Selle
Hi Prasant, This looks suspiciously related to https://javafx-jira.kenai.com/browse/RT-34296. If so, this bug *should* be fixed in Monocle but it is not (and will not be) fixed in lens. I believe you are building openJFX, correct? If you can try a recent build with the latest Monocle code

hg: openjfx/8u-dev/rt: Fix for RT-37604 [Monocle] Make sure all methods in the X11 port have javadoc

2014-07-22 Thread lisa . selle
Changeset: 9d9b35b0e3f6 Author:lisa.se...@oracle.com Date: 2014-07-22 09:16 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9d9b35b0e3f6 Fix for RT-37604 [Monocle] Make sure all methods in the X11 port have javadoc Reviewed by dblaukopf Reviewed by dblaukopf Reviewed by

[8u26] Review Request RT-37583 [Monocle] Change X.java and EGL.java to use instance methods

2014-07-22 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37583. Details in the jira. Thanks, Lisa

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

hg: openjfx/8u-dev/rt: Fix for RT-37857 [Monocle] Implement native cursor for odroid

2014-07-17 Thread lisa . selle
Changeset: cb274afd0401 Author:lisa.se...@oracle.com Date: 2014-07-17 09:56 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cb274afd0401 Fix for RT-37857 [Monocle] Implement native cursor for odroid Reviewed by dblaukopf Tested with HelloSanity !

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-11 Thread Lisa Selle
Hi Jörg, The repos that the 8u6 release were built from are not currently public. I don't believe there is any plan to make them public, although I will follow up on this question. In the case where the repos remain private, then I'm sorry to say that while all JavaFX changesets for 8u6

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-11 Thread Lisa Selle
The internal repo that 8u6 was released from was cloned from 8u-dev on Feb 26. Here is the tag that was added to the repo just before the clone was produced: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/76d1ce5ed6f4 So, everything that went into 8u20 prior to that tag will definitely be

In(Sanity) Testing Mondays

2014-07-03 Thread Lisa Selle
Due to the US holiday tomorrow, I'm sending the reminder out today... You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/8u20 We'll be sanity testing 8u-dev. Happy holidays, and happy testing! Lisa

In(Sanity) Testing Mondays

2014-06-27 Thread Lisa Selle
The testing matrix has been updated, please check your assignment for next week. https://wiki.openjdk.java.net/display/OpenJFX/8u20 Additionally, since 8u20 is (nearly) frozen, we'll be using 8u-dev for insanity testing going forward. If you find any new bugs, please verify if the bug also

[8u26] Review Request: RT-36431 Add versioning to monocle NativePlatform/NativePlatformFactory

2014-06-26 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36431. Details in jira. Thanks, Lisa

hg: openjfx/8u-dev/rt: Fix for RT-36431 Add versioning to monocle NativePlatform/NativePlatformFactory

2014-06-26 Thread lisa . selle
Changeset: bb602a26ebfe Author:lisa.se...@oracle.com Date: 2014-06-26 15:54 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bb602a26ebfe Fix for RT-36431 Add versioning to monocle NativePlatform/NativePlatformFactory Reviewed by dblaukopf Tested with HelloSanity !

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

2014-06-24 Thread lisa . selle
Changeset: ec5229ab1cbe Author:lisa.se...@oracle.com Date: 2014-06-19 09:11 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ec5229ab1cbe imported patch minimize Changeset: bc24edfe5b27 Author:lisa.se...@oracle.com Date: 2014-06-19 09:59 -0400 URL:

hg: openjfx/8u-dev/rt: [TEST-ONLY] Add missing import statements to fix broken test.

2014-06-24 Thread lisa . selle
Changeset: 254ca5050243 Author:lisa.se...@oracle.com Date: 2014-06-24 13:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/254ca5050243 [TEST-ONLY] Add missing import statements to fix broken test. !

[8u26] Review Request RT-37562 [Monocle] Make monocle the default javafx.platform on all ARM/Linux devices

2014-06-18 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37562. Details in the jira. Note that this will not affect any bits shipping for 8u20; these are changes to property files for linux arm builds only. Thanks, Lisa

[8u26] Review Request RT-37513 [Monocle] Should not show an exception trace when falling back to software rendering

2014-06-12 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37513 Details in jira. Thanks, Lisa

[8u20] Review request RT-34962 Ensemble: Speed Gauge stops animation after going back to main screen

2014-06-11 Thread Lisa Selle
Jasper, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-34962 Details in jira. Thanks, Lisa

[8u26] Review request RT-36915 [Monocle] Add support for minimize to monocle

2014-06-10 Thread Lisa Selle
Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36915 Details in the jira. Thanks, Lisa

[8u26] Review Request: RT-37369 [Monocle] When a child window is dismissed, the main window does not repaint right away

2014-06-10 Thread Lisa Selle
Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37369 Details in the jira. Thanks, Lisa

(In)Sanity Monday...

2014-06-06 Thread Lisa Selle
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 been updated this week. Testing should take 1 hour or less. If your assignment takes longer, stop after an hour and continue where you

[8u26] Review Request: RT-36844 [Monocle] Implement modality support for monocle

2014-05-30 Thread Lisa Selle
Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-36844, details in the jira. Thanks, Lisa

[8u26] RT-37250 [Monocle] Improve error handling in EGL native code

2014-05-28 Thread Lisa Selle
Daniel, Please review proposed changes in: https://javafx-jira.kenai.com/browse/RT-37250 Thanks, Lisa

[8u26] Review request: RT-37085 [Monocle] FX crash on ODROID U3

2014-05-23 Thread Lisa Selle
Daniel, David, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37085 at cr.openjdk.java.net/~kselle/webrev-20140523-1242-RT-37085/webrev/ Thanks, Lisa

Re: Planning for M5: June 23, 2014 [RDP2]

2014-05-23 Thread Lisa Selle
Steve can you clarify the process for various stages for retargeting bugs to a later release? On 5/23/2014 1:15 PM, Stephen F Northover wrote: Hi all, The next milestone M5, June 23, 2014 [RDP2], is an important one. Essentially, we are shipping FX for 8u20 after this. There is a week

(In)Sanity Monday...

2014-05-23 Thread Lisa Selle
Reminder to check out the matrix at https://wiki.openjdk.java.net/display/OpenJFX/8u20 for your insanity testing assignment 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,

Re: CFV: New OpenJFX Committer: Eric Le Ponner

2014-05-14 Thread Lisa Selle
Vote: YES Lisa On 5/14/2014 1:33 PM, Stephen F Northover wrote: I hereby nominate Eric Le Ponner to be an OpenJFX Committer. Eric Le Ponner is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the architect of the SB Kit API as well as the designated owner of the

Re: CFV: New OpenJFX Committer: Jerome Cambon

2014-05-14 Thread Lisa Selle
Vote: YES On 5/14/2014 1:39 PM, Stephen F Northover wrote: I hereby nominate Jerome Cambon to be an OpenJFX Committer. Jerome Cambon is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Inspector Panel as well as the CSS Panel. Jerome has

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/

(In)Sanity testing

2014-05-02 Thread Lisa Selle
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

[8u26] Review request for RT-36844 [Monocle] Implement modality support for monocle

2014-04-30 Thread Lisa Selle
Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-36844 Webrev at http://cr.openjdk.java.net/~kselle/webrev-20140430-0959-RT-36844/webrev/ Thanks, Lisa

(In)sanity Monday...

2014-04-18 Thread Lisa Selle
Reminder to check out the matrix at https://wiki.openjdk.java.net/display/OpenJFX/8u20 for your insanity testing assignment 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,

[8u26] Review Request: RT-36721 [Monocle] Implement fullscreen for monocle

2014-04-17 Thread Lisa Selle
Hi Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-36721 at http://cr.openjdk.java.net/~kselle/webrev-20140417-1238-RT-36721/webrev/ Thanks, Lisa

(In)sanity Monday...

2014-04-11 Thread Lisa Selle
Reminder to check out the matrix at https://wiki.openjdk.java.net/display/OpenJFX/8u20 for your insanity testing assignment 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,

Re: CFV: New OpenJFX Committer: Elina Kleyman

2014-04-10 Thread Lisa Selle
Vote: YES On 4/10/2014 8:31 AM, David Hill wrote: I hereby nominate Elina Kleyman to OpenJFX Committer. Elina is a member of JavaFX Embedded team at Oracle. Elina's changes are in Glass support code, as well as our test and sample applications. hg log -M -u Elina Kleyman A list of

[8u26] Review request: RT-36158 [Monocle] Cursor is always displayed, even if no mouse is plugged in

2014-04-09 Thread Lisa Selle
Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-36158 webrev: http://cr.openjdk.java.net/~kselle/webrev-20140409-1331-36158/webrev/ Thanks, Lisa

[8u26] Review request RT-36601 [Monocle] Framebuffer allocates incorrectly sized clear buffer

2014-04-09 Thread Lisa Selle
Daniel, Please review the simple fix for https://javafx-jira.kenai.com/browse/RT-36601 Fix is in the jira. Thanks, Lisa

(In)sanity Monday...

2014-04-04 Thread Lisa Selle
Reminder to check out the matrix at https://wiki.openjdk.java.net/display/OpenJFX/8u20 for your insanity testing assignment 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,

[8u6] Review request: RT-36387: [IMX, Lens] Black rectangle seen instead of cursor on first run after reboot

2014-03-26 Thread Lisa Selle
Daniel, Rafi, Please review the simple fix for https://javafx-jira.kenai.com/browse/RT-36387 - [IMX, Lens] Black rectangle seen instead of cursor on first run after reboot Diff is in the jira. Thanks, Lisa

[8u] Review request: RT-36360 [Monocle] Slight refactor; cache native display in java instead of native code

2014-03-24 Thread Lisa Selle
Hi Daniel, Please review the following minor refactoring to the IMX monocle implementation: https://javafx-jira.kenai.com/browse/RT-36360 http://cr.openjdk.java.net/~kselle/webrev-20140324-1306-RT-36360/webrev/ Thanks, Lisa

[8u] reveiw request: RT-36308 Mouse sometimes jumps to edge of screen on first mouse move

2014-03-20 Thread Lisa Selle
Rafi and Daniel, Please review the fix for: https://javafx-jira.kenai.com/browse/RT-36308 diff is in jira. Thanks, Lisa

[8u6] review request: RT-34982 IMX6 - cursor image is seen even though a mouse is not plugged in

2014-03-19 Thread Lisa Selle
Rafi and Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-34982. Patch included in jira. Thanks, Lisa

[8u26] Review request: RT-35245 [Monocle] EGL setup for Freescale i.MX6

2014-03-17 Thread Lisa Selle
Daniel, Please review the fix for jira: https://javafx-jira.kenai.com/browse/RT-35245 webrev posted: http://cr.openjdk.java.net/~kselle/webrev-20140317-1433-RT-35245/webrev/ Thanks, Lisa

Re: [8u6] Review request : RT-35619 IMX6-SDP / Yocto hard float : crash while running hello.HelloComboBox

2014-03-05 Thread Lisa Selle
Can you check the bug number? This doesn't look right... I guess it should be https://javafx-jira.kenai.com/browse/RT-35619 On 3/5/2014 10:19 AM, Rafi Tayar wrote: Hi Daniel, Lisa, Please review the patch in the Jira : https://javafx-jira.kenai.com/browse/RT-35616 Thanks, Rafi

review request for RT-35353

2014-02-26 Thread Lisa Selle
Hi Daniel and David, Please review the following fix for https://javafx-jira.kenai.com/browse/RT-35353 - Add a dispman back end to Monocle glass: http://cr.openjdk.java.net/~kselle/webrev-20140226-1458-RT-35246/webrev/ Thanks, Lisa

code review - RT-35246

2014-02-20 Thread Lisa Selle
Daniel, Please review initial cut for the raspberry-pi implementation of monocle. Jira: https://javafx-jira.kenai.com/browse/RT-35246 Webrev: http://cr.openjdk.java.net/~kselle/webrev-20140220-2102-RT-35246/webrev/ Note that currently, you need to run as root b/c of file permissions on the

In(Sanity) Testing Mondays

2014-01-30 Thread Lisa Selle
The test matrix has been updated. Please check it for your new assignments and prepare accordingly (if you need to get a platform set up, etc.) https://wiki.openjdk.java.net/display/OpenJFX/8u20 A couple items of note: if for some reason (illness, meeting, etc.) you miss the regular Monday

request for review: RT-35243 [Monocle]

2014-01-21 Thread Lisa Selle
Please review the following interim fix for RT-35243 [Monocle] Prism should use Monocle's platform detection code. Webrev here: http://cr.openjdk.java.net/~kselle/webrev-20140121-1206-RT-35243/webrev/ In a nutshell, this adds a new (monocle) port to prism-es2. It is not selected by default.

Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle
Daniel can you please review the fix for https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira). Thanks, Lisa

Re: Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle
Sorry the proper jira is: https://javafx-jira.kenai.com/browse/RT-35371 On 1/15/2014 12:43 PM, Lisa Selle wrote: Daniel can you please review the fix for https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira). Thanks, Lisa

review request RT-33706 DFB: clear screen when application exits

2013-11-26 Thread Lisa Selle
Hi David, Please review my proposed fix for: https://javafx-jira.kenai.com/browse/RT-33706 Thanks, Lisa

Re: CFV: New OpenJFX Committer: Mark Howe

2013-11-15 Thread Lisa Selle
Vote: yes On 11/14/2013 7:08 PM, Kevin Rushforth wrote: I hereby nominate Mark Howe (OpenJDK user name: mhowe) to OpenJFX Committer. Mark is a member of JavaFX deployment team at Oracle. Most of Mark's changes are in the JavaFX pacakager: hg log -u mhowe A partial list of Mark's commits

Re: Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Lisa Selle
Vote: YES On 11/5/2013 10:59 AM, David Hill wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in Glass/Lens support code: hg

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Lisa Selle
Vote: YES On 10/24/2013 8:58 AM, Artem Ananiev wrote: I hereby nominate Oleg Barbashov (OpenJDK user name: ogb) to OpenJFX Committer. Oleg is a member of JavaFX SQE team at Oracle. He is currently an Author in OpenJFX and is an active contributor to this project, about 30 changesets in

Re: CFV: New OpenJFX Committer: Victor Shubov

2013-10-24 Thread Lisa Selle
Vote: YES On 10/24/2013 9:05 AM, Artem Ananiev wrote: I hereby nominate Victor Shubov to OpenJFX Committer. Victor is a member of JavaFX SQE team at Oracle. He has already contributed enough changesets into the tests repository: $ hg log -M -u Victor Shubov --template '{author}\n' |wc -l