9-dev unlocked following sanity testing

2015-10-05 Thread Kevin Rushforth

[9] Review request for 8088397: [Dialog] ButtonType text not updated when Locale changes

2015-10-05 Thread Leif Samuelsson
Hi Jonathan, https://bugs.openjdk.java.net/browse/JDK-8088397 http://cr.openjdk.java.net/~leifs/8088397/webrev.00/ Thanks, Leif

review: InvokeLaterDispatcher should set thread name

2015-10-05 Thread David Hill
Kevin, A good suggestion came in: InvokeLaterDispatcher should set thread name This will help debugging. JBS: https://bugs.openjdk.java.net/browse/JDK-8138853 a one line fix: ddhill@ddhlinux:~/sb/9/graphics/rt$ hg qdiff diff -r 1909f0a4308f

WebView and Javascript event listeners

2015-10-05 Thread John Maton
In a WebView application is there any reliable method to determe when a Flash video has attempted to run and failed? I want to be able to detect that condition, inform the user and optionally run alternative resources when that occurs. I have tried analysing the data provided by all WebEngine