Re: CFV: New OpenJFX Committer: Petr Pchelko

2013-07-19 Thread Anton V. Tarasov
Vote: yes On 09.07.2013 14:22, Artem Ananiev wrote: I hereby nominate Petr Pchelko to OpenJFX Committer. Petr is a member of AWT group and an active contributor to JDK8 and OpenJFX projects. His primary areas of responsibility are AWT, Glass, and Mac OS X. Here is a list of his recent

Re: Multiple JFXPanel?

2013-08-07 Thread Anton V. Tarasov
multiple JFXPanels without any significant performance penalty, anyway it would be interesting hearing the opinion from you, JavaFX dev team guys. Thanks once again for your replies, best regards, On Fri, Aug 2, 2013 at 8:55 AM, Anton V. Tarasov anton.tara...@oracle.com mailto:anton.tara

Review request: RT-34380 [SWT] FXCanvas: black backwards L rectangle on the right when resized

2013-11-22 Thread Anton V. Tarasov
Hi Felipe, Please review the updated version: jira: https://javafx-jira.kenai.com/browse/RT-34380 webrev: http://cr.openjdk.java.net/~ant/RT-34380/webrev.0 Thanks, Anton.

Re: Fwd: CFV: New OpenJFX Committer: Vadim Pakhnushev

2013-12-12 Thread Anton V. Tarasov
Vote: YES Thanks, Anton. On 12.12.2013 1:17, David Hill wrote: I hereby nominate Vadim Pakhnushev to OpenJFX Committer. Vadim is a member of JavaFX Embedded team at Oracle. Vadim's changes are in Glass Windows/D3d: hg log -M -u vadim An incomplete list of Vadim's commits and reviews is

Re: [8u] Review request: RT-38290: [WebView] HTML canvas clip() functionality broken

2014-08-26 Thread Anton V. Tarasov
Hi Anton, Does it make sense to add a boolean param to renderLayer() which would tell it if it should dispose the layer after rendering? In order to avoid the splitting. Also, could you please clarify the following. From your comments: 72 // WCBufferedContext might be referenced

Re: [8u] Review request: RT-38290: [WebView] HTML canvas clip() functionality broken

2014-08-27 Thread Anton V. Tarasov
-08-26, 3:30 PM, Anton V. Tarasov wrote: Hi Anton, Does it make sense to add a boolean param to renderLayer() which would tell it if it should dispose the layer after rendering? In order to avoid the splitting. Also, could you please clarify the following. From your comments: 72

[8u40] Review request: RT-36449 [WebView] URLLoader throws an exception on 401 HTTP error with no body

2014-09-17 Thread Anton V. Tarasov
Hi Leonid, Kevin, Please review a fix: https://javafx-jira.kenai.com/browse/RT-36449 http://cr.openjdk.java.net/~ant/RT-36449/webrev.0 Thanks, Anton.

[8u40] Review request for RT-38915: [Mac,JFXPanel] WebView draws duplicate image on Retina display

2014-10-10 Thread Anton V. Tarasov
Hi Steve, Please, review the fix: https://javafx-jira.kenai.com/browse/RT-38915 http://cr.openjdk.java.net/~ant/RT-38915/webrev.0 Where some additional cleanup (field reset) is made on JFXPanel disposal. Thanks, Anton.

Re: [8u40] Review request for RT-38915: [Mac, JFXPanel] WebView draws duplicate image on Retina display

2014-10-13 Thread Anton V. Tarasov
Sorry, I didn't add the webrev. Done. Thanks, Anton. On 10.10.2014 21:02, Stephen F Northover wrote: Looks good Anton. Please make sure the link to the webrev is in the JIRA and I will +1 it there. Steve On 2014-10-10, 12:40 PM, Anton V. Tarasov wrote: Hi Steve, Please, review the fix

[8u40] Review request: RT-39332 A typo in ViewPainter.getPixelScaleFactor

2014-11-10 Thread Anton V. Tarasov
Hello, A typo is fixed: https://javafx-jira.kenai.com/browse/RT-39332 Thanks, Anton.

[8u60] Review request: RT-37371 IllegalThreadStateException in WebView when loading flickr.com

2015-02-18 Thread Anton V. Tarasov
Hi Kevin, Vadim, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37371 http://cr.openjdk.java.net/~ant/RT-37371/webrev.0 Thanks, Anton.

Re: 8u40 is released

2015-03-04 Thread Anton V. Tarasov
Hi Emmanuel, jfx8u40/WebView (libjfxwebkit.so) doesn't link with icu lib, however it has that option and so it contains all the related headers which it nevertheless uses during the build process. UChar32 was defined as unsigned in older icu versions and it is still that in the

[9] Post commit notification: RT-40077: javafx.scene.web.IrresponsiveScriptTest hangs on Linux with new WebKit

2015-03-04 Thread Anton V. Tarasov
Hi Kevin, I've commited a simple fix for this issue: https://javafx-jira.kenai.com/browse/RT-40077 (The patch is in the comments.) Thanks, Anton.

Re: HEADS-UP: [9] New WebKit + compiler upgrade for FX 9

2015-02-24 Thread Anton V. Tarasov
Hi Mike, From the very beggining of the WebView project the idea behind it was to provide deep integration with JFX and the Java platform itself. That, btw, was one of the reason why the choice was made in favor of WebKit, which provided a good level of flexibility. As result, the WebView

Re: HEADS-UP: [9] New WebKit + compiler upgrade for FX 9

2015-02-24 Thread Anton V. Tarasov
On 24.02.2015 15:24, Mike Hearn wrote: I see, thanks for the background Anton. I haven't used WebView in my own app (partly because it's security sensitive) so didn't realise how integrated the control is! That's indeed a very impressive level of integration. You're welcome! It's possible

[8u-dev] post-commit notification: RT-40608, RT-40560, RT-40605, RT-40561

2015-04-22 Thread Anton V. Tarasov
Direct backports: https://javafx-jira.kenai.com/browse/RT-40608 changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a589b750789f https://javafx-jira.kenai.com/browse/RT-40560 changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4cf12ed74b40

[9] post-commit notification: RT-40605 [WebView] use OUT_PWD for a current build dir

2015-04-22 Thread Anton V. Tarasov
JIRA: https://javafx-jira.kenai.com/browse/RT-40605 Changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/ce91d2419086 Regards, Anton.

[9] post-commit notification: RT-40271 Use application locale setting in WebView language header

2015-04-09 Thread Anton V. Tarasov
JIRA: https://javafx-jira.kenai.com/browse/RT-40271 Changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/ecf20572029f Regards, Anton.

[9] request for review: RT-46191 [WebView] zooming google maps hangs

2015-06-09 Thread Anton V. Tarasov
Kevin, Jim, Please review the fix: JIRA: https://javafx-jira.kenai.com/browse/RT-46191 webrev: http://cr.openjdk.java.net/~ant/RT-46191/webrev.0 Thanks, Anton.

[9/8u60] Request for review: JDK-8087932 [Mac] intermittent crash on exit in WebView

2015-06-23 Thread Anton V. Tarasov
Hi Kevin, Please review the fix: JBS: https://bugs.openjdk.java.net/browse/JDK-8087932 webrev: http://cr.openjdk.java.net/~ant/JDK-8087932/webrev.0 Thanks, Anton.

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-06-23 Thread Anton V. Tarasov
On 23.06.2015 17:48, Kevin Rushforth wrote: Hi Steve, Thank you for taking the time to create this patch. I will add this information to the bug report. Since your OCA is in progress we will take a look at your patch, but will need indication from the OCA office that it the OCA has been

[9] request for review: JDK-8089990 [WebView] fix the race with generate/copy the InspectorJS* files

2015-06-18 Thread Anton V. Tarasov
Hi Kevin, Please, review the fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8089990 webrev: http://cr.openjdk.java.net/~ant/JDK-8089990/webrev.0 Thanks, Anton.

Re: Differences between WebView and Webkit

2015-06-25 Thread Anton V. Tarasov
Hi Steve, You're correct, WebView doesn't include all the features that WebKit provides. This is configured at a compile time with a set of preprocessor definitions. The reason is that a feature may not work from scratch for WebView and may require additional code changes in WebView port.

Re: WebView doesn't render html input elements

2015-06-24 Thread Anton V. Tarasov
Hi Alexander, Yes, the issue exists indeed. I've filed it as: JDK-8129800 https://bugs.openjdk.java.net/browse/JDK-8129800 [WebView] controls not showing up initially on Linux. However, I don't reproduce it with your test but with a slightly different one. Anyway, thanks for reporting it.

Re: Building OpenJFX with WebKit

2015-06-19 Thread Anton V. Tarasov
Hi Ondra, Michael, On 16.06.2015 18:04, Michael Hoffer wrote: Hi Ondra, I was able to build WebKit after reverting the version number from 1.3 to 1.2. On Linux there should be a package called libicu48. I guess it is equivalent to webview-deps 1.3. If you install it WebKit should compile.

Re: Windows - Building OpenJFX with Webkit - Missing webview-deps:1.3

2015-06-19 Thread Anton V. Tarasov
Hi Hruda, On Windows you won't be able to build it with webview-deps 1.2 as you need ICU built for static linking. We're going to resume the activity of pushing the proper deps to Maven Central in the nearest time. Sorry for the incovinence. Anton. On 18.06.2015 22:05, Hruda, Steve wrote:

[9] request for review: RT-34644 Webview radio button and checkboxes missing

2015-06-10 Thread Anton V. Tarasov
Hi Kevin, Please review the fix: JIRA: https://javafx-jira.kenai.com/browse/RT-34644 webrev: http://cr.openjdk.java.net/~ant/RT-34644/webrev.0 Thanks, Anton.

Re: CFV: New OpenJFX Committer: Anton Nashatyrev

2015-05-29 Thread Anton V. Tarasov
Vote: YES On 29.05.2015 16:16, Kevin Rushforth wrote: I hereby nominate Anton Nashatyrev to OpenJFX Committer. Anton is a member of JavaFX team at Oracle working on WebKit and Media. A list of Anton's contributions is available via the following link:

[8u60, 9] post-commit notification: RT-40630 [WebView] outstanding resource locks detected when playing youtube

2015-06-02 Thread Anton V. Tarasov
JIRA: https://javafx-jira.kenai.com/browse/RT-40630 webrev: http://cr.openjdk.java.net/~ant/RT-40630/webrev.0 Thanks, Anton.

Re: Compiling OpenJFX + WebKit

2015-05-28 Thread Anton V. Tarasov
Hi Michael, [Sorry for the delay...] On 11.05.2015 19:12, Michael Hoffer wrote: Hi, I just tried to compile OpenJFX from the 8u-dev branch on OS X and Ubuntu. Unfortunately, I'm experiencing several problems. Without WebKit everything works fine. But with WebKit there are several problems:

Re: Compiling OpenJFX + WebKit

2015-05-28 Thread Anton V. Tarasov
On 11.05.2015 20:06, Kevin Rushforth wrote: Hi Michael, Thanks for pointing this out. I'm not sure what we did last time to get the webview-deps into maven, but Anton can probably check into it. It will not build successfully with the older version of webview-deps so I don't recommend wasting

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-02 Thread Anton V. Tarasov
*From:*Anton V. Tarasov [mailto:anton.tara...@oracle.com] *Sent:* Thursday, July 2, 2015 2:50 PM *To:* Hruda, Steve *Cc:* Kevin Rushforth; openjfx-dev@openjdk.java.net *Subject:* Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value Hi

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-02 Thread Anton V. Tarasov
of view are these fixes (which were provided by the patch file) not necessary to solve our datepicker problem. Thanks in advance, Steve *From:*Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] *Sent:* Tuesday, June 30, 2015 11:17 PM *To:* Hruda, Steve *Cc:* Anton V. Tarasov; openjfx-dev

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-02 Thread Anton V. Tarasov
The test passes with this only change. And the original bug is not reproducible. Ok, I'll need to test it with other date LayoutTests again. Will update in JIRA. Regards, Anton. On 02.07.2015 15:31, Hruda, Steve wrote: Yes! ;-) *From:*Anton V. Tarasov [mailto:anton.tara...@oracle.com] *Sent

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-06-30 Thread Anton V. Tarasov
of Intergraph. -Original Message- From: Anton V. Tarasov [mailto:anton.tara...@oracle.com] Sent: Tuesday, June 30, 2015 8:01 PM To: Hruda, Steve; Kevin Rushforth Cc: openjfx-dev@openjdk.java.net Subject: Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns

Re: JavaFx: webview print with scale 100%

2015-06-30 Thread Anton V. Tarasov
of div on paper. If you you print via application I did you will get quite different size. Пятница, 19 июня 2015, 17:03 +03:00 от Anton V. Tarasov anton.tara...@oracle.com: Hi Alexander, Could you please create and send a simple test case (fully functioning) with the exact URL

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-06-30 Thread Anton V. Tarasov
to the sender and delete this E-Mail and your reply from your system. All the views and opinions published here are solely based on the author's own opinion and should not be considered necessarily as reflecting the opinion of Intergraph. -Original Message- From: Anton V. Tarasov

[9, 8u-dev] Request for review: JDK-8090062 Update java-wrappers for WebKit generated classes following WebKit update

2015-07-29 Thread Anton V. Tarasov
Hi Kevin, Please, review the fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8090062 webrev: http://cr.openjdk.java.net/~ant/JDK-8090062/webrev.0 Thanks, Anton.

Re: JavaFx: webview print with scale 100%

2015-07-13 Thread Anton V. Tarasov
don't know why IE and Chrome produce different results on the same printer, but WebView behaves like Chrome in this case. So, I don't see a bug in WebView. Regards, Anton. Пятница, 19 июня 2015, 17:03 +03:00 от Anton V. Tarasov anton.tara...@oracle.com: Hi Alexander, Could you please

[9, 8u-dev] Request for review: JDK-8130740 WebView does not render woff fonts

2015-07-20 Thread Anton V. Tarasov
Hi Kevin, Please review the fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8130740 webrev: http://cr.openjdk.java.net/~ant/JDK-8130740/webrev.0 Thanks, Anton.

[9] Request for review: JDK-8090098 [WebView] getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-13 Thread Anton V. Tarasov
Hi Kevin, Please review the fix suggested by Steve Hruda: JIRA: https://bugs.openjdk.java.net/browse/JDK-8090098 webrev: http://cr.openjdk.java.net/~ant/JDK-8090098/webrev.1 Thanks, Anton.

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-10 Thread Anton V. Tarasov
are solely based on the author's own opinion and should not be considered necessarily as reflecting the opinion of Intergraph. -Original Message- From: Anton V. Tarasov [mailto:anton.tara...@oracle.com] Sent: Friday, July 10, 2015 6:19 PM To: Hruda, Steve Cc: openjfx-dev@openjdk.java.net

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-10 Thread Anton V. Tarasov
...@openjdk.java.net] On Behalf Of Hruda, Steve Sent: Thursday, July 2, 2015 4:46 PM To: Anton V. Tarasov Cc: openjfx-dev@openjdk.java.net Subject: RE: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value Very cool! Thanks for your efforts! From

webview-deps 1.3 released!

2015-07-10 Thread Anton V. Tarasov
Hi all, I'm pleased to announce that webview-deps 1.3 are eventually released to Maven Central! http://repo1.maven.org/maven2/com/sun/webkit/webview-deps/1.3/ Enjoy building WebView! =) http://hg.openjdk.java.net/openjfx/8u-dev/rt http://hg.openjdk.java.net/openjfx/9-dev/rt Regards, Anton.