Vote: Yes
Thanks,
Guru
> On 14-May-2021, at 8:52 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate Arun Joseph [1] to OpenJFX Reviewer.
>
> Arun is a member of JavaFX team at Oracle, who has contributed 41 commits
> [2][3][4] to OpenJFX. Arun often participates in co
Vote: Yes
Thanks,
Guru
> On 14-May-2021, at 8:53 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate Jeanette Winzenburg [1] to OpenJFX Reviewer.
>
> Jeanette is an OpenJFX community member, who has contributed 33 commits
> [2][3] to OpenJFX. Jeanette consistently
On Mon, 12 Apr 2021 13:10:53 GMT, Arun Joseph wrote:
> Issue: Java application (with WebView) will completely freeze after using it
> for a while.
>
> Fix: Use native isMainThread functions instead of JNI call.
Looks good to me .
Tested on Windows with Modified WebView which loads multiple UR
Vote: yes
Thanks,
Guru
> On 10-Mar-2021, at 5:27 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate John Neffenger [1] to OpenJFX Committer.
>
> John is an OpenJFX community member, who has contributed 10 commits [2] to
> OpenJFX.
>
> Votes are due by March 24, 2
On Mon, 22 Feb 2021 11:55:00 GMT, Arun Joseph wrote:
> Issue: Initial layout delay was removed and layout() is called from
> layoutTimer instead of WebPage::prePaint().
>
> Fix: Re-introduce the initial layout delay.
Tested on Linux and Windows, Looks good to me.
-
Marked as revi
On Wed, 17 Feb 2021 14:14:35 GMT, Arun Joseph wrote:
> Timer in RunLoopGeneric has an open bug in WebKit
> (https://bugs.webkit.org/show_bug.cgi?id=189335) causing the timer to remain
> active even after firing.
>
> Reverting back to WebCore Timer for ScrollAnimation in Linux.
Looks good to m
On Thu, 18 Feb 2021 13:25:14 GMT, Arun Joseph wrote:
> The WebKit build fails with Visual Studio 2017.
>
> Issue: Visual Studio 2017 doesn't support if constexpr in lambda
>
> Test: Build webkit with the VS2017 compiler with and without this fix. It
> should fail without the fix and build with
On Thu, 21 Jan 2021 15:57:04 GMT, Arun Joseph wrote:
>> Update JavaFX WebKit to GTK WebKit 2.30 (610.2)
>
> Arun Joseph has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Fix color in DefaultPlugin
Changes looks good to me. Did a local build
On Tue, 1 Dec 2020 03:12:10 GMT, Arun Joseph wrote:
>> We should use the public_suffix_list.dat file in the JDK instead. Reading
>> the public_suffix_list.dat file is modified to be similar to
>> [DomainName.java](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/securi
Vote: YES
> On 23-Oct-2020, at 8:08 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate Pankaj Bansal [1] to OpenJFX Committer.
>
> Pankaj is a member of Java client team at Oracle, who has contributed 11
> commits [2] to OpenJFX.
>
> Votes are due by November 6, 2020.
>
> Only current OpenJ
On Wed, 1 Jul 2020 17:14:30 GMT, Arun Joseph wrote:
> We currently use SQLite version 3.31.1. We should update to the latest stable
> release version 3.32.3 released on
> 2020-06-18. https://www.sqlite.org/index.html
Looks good to me
-
Marked as reviewed by ghb (Reviewer).
PR: ht
On Wed, 20 May 2020 14:30:11 GMT, Arun Joseph wrote:
> Cause: The Window Class `RunLoopMessageWindow` is never registered (this
> happens because
> registerRunLoopMessageWindowClass() is moved to MainThreadWin.cpp while
> openjfx uses MainThreadJava.cpp) and this
> causes every SetTimer() call
On Wed, 22 Apr 2020 18:07:09 GMT, Kevin Rushforth wrote:
> This PR will allow javafx.web unit tests to run to completion and pass on
> Windows with Visual Studio 2019.
>
> Two of the WebKit tests load the native WebKit library without initializing
> the JavaFX runtime. This will lead to test
>
On Sun, 19 Apr 2020 08:12:07 GMT, Abhinay Agarwal
wrote:
> Update WebEngine's Javadoc to add information on how it switches to
> HttpClient instead of URLConnection in JavaFX 14
> when used with JDK 12 or later.
> Identification of the correct client is important as both these clients may
> of
On Wed, 15 Apr 2020 15:14:49 GMT, Arun Joseph wrote:
>> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the
>> native side which is propagated to the java
>> side as well. But, as transform initialization takes place after scaling,
>> the transform is reset to default val
On Wed, 8 Apr 2020 11:55:03 GMT, Arun Joseph wrote:
>> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the
>> native side which is propagated to the java
>> side as well. But, as transform initialization takes place after scaling,
>> the transform is reset to default valu
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote:
> CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time
> CLoop::execute() is called. For web native
> threads which has a default stack size of 320 KB, a Stack Overflow Error is
> raised just after two calls to execute(
On Thu, 9 Apr 2020 01:45:27 GMT, Alexander Matveev wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8240694
>>
>> - Original fix JDK-8236832 was reverted.
>> - Timestamp will be queried on event loop thread when spectrum event is
>> received by event loop.
>> - FIx only enabled for macOS when
Vote: YES
> On 26-Mar-2020, at 5:14 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate Arun Joseph [1] to OpenJFX Committer.
>
> Arun is a member of JavaFX team at Oracle, who has contributed 13 commits
> [2][3] to OpenJFX.
>
> Votes are due by April 9, 2020.
>
> Only current OpenJFX Commit
On Wed, 25 Mar 2020 18:12:41 GMT, Arun Joseph wrote:
>> This bug can be reproduced when the screen resolution is at 125%, 150% and
>> 175% for Windows, which correpsonds to
>> `pixelScale` values of 1.25, 1.5 and 1.75, respectively.
>> Issue: The rectangle inside canvas is rendered on `pixelScal
On Thu, 5 Mar 2020 14:51:03 GMT, Arun Joseph wrote:
> Issue: The stack pointer is checked close to the stack limit during the last
> iteration of calling frameLoaded() and then, grows beyond the thread's stack
> range causing a stack overflow and crashes. This occurs as the stack grows by
> an
On Wed, 26 Feb 2020 03:39:49 GMT, Alexander Matveev
wrote:
> https://bugs.openjdk.java.net/browse/JDK-8236832
>
> - This issue most likely caused by changes in AVFoundation APIs on macOS
> 10.15.
> - Getting currentTime from AVPlayer was blocked if it is done from
> ProcessAudioTap callback (
Changeset: 4eaff0de
Author:Guru Hb
Date: 2020-02-24 04:08:43 +
URL: https://git.openjdk.java.net/jfx/commit/4eaff0de
8239109: Update SQLite to version 3.31.1
Reviewed-by: ajoseph, kcr, jvos
! modules/javafx.web/src/main/native/Source/ThirdParty/sqlite/VERSION
! modules
Updating SQLite to version 3.31.1 (Currently used version is 3.30.1).
-
Commits:
- d4e17340: 8239109: Update SQLite to version 3.31.1
Changes: https://git.openjdk.java.net/jfx/pull/119/files
Webrev: https://webrevs.openjdk.java.net/jfx/119/webrev.00
Issue: https://bugs.openjdk.ja
Changeset: d8e7f850
Author:Arun Joseph
Committer: Guru Hb
Date: 2020-02-20 05:33:04 +
URL: https://git.openjdk.java.net/jfx/commit/d8e7f850
8239454: LLIntData : invalid opcode returned for 16 and 32 bit wide instructions
Reviewed-by: ghb, kcr
! modules/javafx.web/src/main
Updating SQlite to 3.31.1 (Currently used 3.30.1).
-
Commits:
- e8312460: 8239513: Update SQLite to version 3.31.1
Changes: https://git.openjdk.java.net/jfx/pull/118/files
Webrev: https://webrevs.openjdk.java.net/jfx/118/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JDK-8
On Wed, 19 Feb 2020 12:09:50 GMT, Arun Joseph wrote:
> With new bytecode format introduced in Webkit 608.1, the unlinked and linked
> bytecodes were replaced by narrow (1-byte operand) and wide (4-byte operand)
> bytecodes. These were extended to narrow, wide16 and wide32 bytecodes in
> WebKit
Hi Lior,
Could you share a simplified test application with the html content or web
content which leads to “webview frame comes up empty” so that I can test and
debug at my end.
Thanks,
Guru
> On 11-Feb-2020, at 8:51 PM, Lior Yaffe wrote:
>
> Test results:
> OpenJFX 11 never han
Changeset: e224e549
Author:Guru Hb
Date: 2020-02-07 02:13:15 +
URL: https://git.openjdk.java.net/jfx/commit/e224e549
8238526: Cherry pick GTK WebKit 2.26.3 changes
Reviewed-by: kcr, jvos
!
modules/javafx.web/src/main/native/Source/JavaScriptCore/dfg
Fix contains https://webkitgtk.org/2020/01/22/webkitgtk2.26.3-released.html
-
Commits:
- 025373db: 8238526: Cherry pick GTK WebKit 2.26.3 changes
Changes: https://git.openjdk.java.net/jfx/pull/107/files
Webrev: https://webrevs.openjdk.java.net/jfx/107/webrev.00
Issue: https://bug
Changeset: aa91ebbb
Author:Guru Hb
Date: 2020-02-03 08:51:25 +
URL: https://git.openjdk.java.net/jfx/commit/aa91ebbb
8237944: webview native cl "-m32" unknown option for windows 32-bit build
Reviewed-by: kcr
! modules/javafx.web/src/main/native/Tools/Scripts/webkitdirs.pm
Changeset: b96bc52b
Author:Guru Hb
Date: 2020-01-29 16:44:56 +
URL: https://git.openjdk.java.net/jfx/commit/b96bc52b
8237003: Remove hardcoded WebAnimationsCSSIntegrationEnabled flag in
DumpRenderTree
Reviewed-by: kcr
! modules/javafx.web/src/main/java/com/sun/javafx/webkit
On Wed, 29 Jan 2020 12:57:41 GMT, Kevin Rushforth wrote:
>> The pull request has been updated with 1 additional commit.
>
> Marked as reviewed by kcr (Lead).
> the -m32 option seems to be ignored by the compiler:
> cl : Command line warning D9002 : ignoring unknown option '-m32'
>
> However, I
AnimationBase and WebAnimation are two different abstract animation API
provider. By default KeyFrameAnimation (which is a sub class of AnimationBase)
is used for controlling and rendering the CSS animation.
Enabling "WebAnimationsCSSIntegrationEnabled" overrides the
CSSAnimationController to u
> cl : Command line warning D9002 : ignoring unknown option '-m32'
>
> post fix for "https://trac.webkit.org/changeset/242724/webkit"; makes use of
> cross compiling 32 bit JSC in a 64 bit and its holds good only for Linux.
> '-m32' flag is gcc specifc and on windows cl.exe (visual studio) doesn
On Tue, 28 Jan 2020 23:42:08 GMT, Kevin Rushforth wrote:
>> The pull request has been updated with 1 additional commit.
>
> modules/javafx.web/src/main/native/Tools/Scripts/webkitdirs.pm line 2300:
>
>> 2299:
>> 2300: if (architecture() eq "x86_64" && shouldBuild32Bit() && (isJava()
>> &&
cl : Command line warning D9002 : ignoring unknown option '-m32'
post fix for "https://trac.webkit.org/changeset/242724/webkit"; makes use of
cross compiling 32 bit JSC in a 64 bit and its holds good only for Linux.
'-m32' flag is gcc specifc and on windows cl.exe (visual studio) doesn't
recogn
On Fri, 24 Jan 2020 14:41:11 GMT, Robert Lichtenberger
wrote:
>> As documented in JDK-8236912, WebView did not check whether the idMap really
>> contained a mapping for the given button, making it prone to errors, when
>> things are extended (as has happened here).
>>
>> The fix consists of t
On Fri, 17 Jan 2020 23:18:28 GMT, Kevin Rushforth wrote:
>> Previous commits in this pull request have been removed, probably due to a
>> force push. The incremental views will show differences compared to the
>> previous content of the PR.
>
> Looks good to me.
>
> @guruhb can you re-review
Updated GTK Webkit 2.26 (609.1) into jfx.
-
Commits:
- 8b48b1e0: 8233942: Update to 609.1 version of WebKit
Changes: https://git.openjdk.java.net/jfx/pull/91/files
Webrev: https://webrevs.openjdk.java.net/jfx/91/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JDK-8233942
ged into jfx.
Tested : Basic sanity by loading many Top 20 webpages using HelloWebView on
three different platform (Mac OS X, Windows 10 and Linux).
Thanks,
Guru
On Tue, 14 Jan 2020 14:13:54 GMT, Robert Lichtenberger
wrote:
>> As documented in JDK-8236912, WebView did not check whether the idMap really
>> contained a mapping for the given button, making it prone to errors, when
>> things are extended (as has happened here).
>>
>> The fix consists of t
On Tue, 14 Jan 2020 12:01:11 GMT, Robert Lichtenberger
wrote:
> As documented in JDK-8236912, WebView did not check whether the idMap really
> contained a mapping for the given button, making it prone to errors, when
> things are extended (as has happened here).
>
> The fix consists of two te
On Mon, 9 Dec 2019 13:09:04 GMT, Arun Joseph wrote:
> This bug can be reproduced when the screen resolution is at 125%, 150% and
> 175% for Windows, which correpsonds to `pixelScale` values of 1.25, 1.5 and
> 1.75, respectively.
>
> Issue: The rectangle inside canvas is rendered on `pixelScale
On Mon, 6 Jan 2020 04:32:34 GMT, Arun Joseph wrote:
>> Issue: Native part of WebView throws a DOMException and then, continues
>> executing the rest of the function assuming that value is present. This
>> causes the JVM to crash when retrieving the value.
>>
>> Fix: Return from the function if
On Wed, 16 Oct 2019 17:57:58 GMT, Arunprasad Rajkumar
wrote:
> The pull request has been updated with additional changes.
>
>
>
> Added commits:
> - 1832c2db: Incorporate fixes provided by @kcr
>
> Changes:
> - all: https://git.openjdk.java.net/jfx/pull/14/files
> - new:
Changeset: b6e53f4f
Author:Arun Joseph
Committer: Guru Hb
Date: 2019-10-15 17:41:33 +
URL: https://git.openjdk.java.net/jfx/commit/b6e53f4f
8218640: Update ICU4C to version 64.2
Reviewed-by: kcr, ghb, jvos
! modules/javafx.web/src/main/legal/icu_web.md
! modules/javafx.web
On Wed, 9 Oct 2019 13:25:54 GMT, Arun Joseph
wrote:
> We currently use ICU4C version 62.1. We should update to the latest stable
> version 64.2.
> http://site.icu-project.org/home
>
>
>
> Commits:
> - b56b720e: 8218640: Update ICU4C to version 64.2
>
> Changes: https://git.
On Thu, 3 Oct 2019 23:15:56 GMT, Kevin Rushforth wrote:
> https://bugs.openjdk.java.net/browse/JDK-8231854
>
> Follow-on fix to
> [JDK-8231590](https://bugs.openjdk.java.net/browse/JDK-8231590) -- PR #3 --
> to change Mercurial or hg to git in a few README files where appropriate.
>
> ---
Hi,
Please review the fix for :
JBS : https://bugs.openjdk.java.net/browse/JDK-8230361
<https://bugs.openjdk.java.net/browse/JDK-8230361>
PR : https://github.com/javafxports/openjdk-jfx/pull/576
<https://github.com/javafxports/openjdk-jfx/pull/576>
Thanks,
Guru
dated in JBS.
Thanks,
Guru
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8227431
<https://bugs.openjdk.java.net/browse/JDK-8227431>
PR : https://github.com/javafxports/openjdk-jfx/pull/545
<https://github.com/javafxports/openjdk-jfx/pull/545>
Thanks,
Guru
Vote: YES
> On 29-Mar-2018, at 10:12 PM, Kevin Rushforth
> wrote:
>
> I hereby nominate Rajath Kamath [1] to OpenJFX Committer.
>
> Rajath is a member of JavaFX team at Oracle, who has contributed 17
> changesets [2][3] to OpenJFX.
>
> Votes are due by April 12, 2018.
>
> Only current OpenJ
Vote: Yes
-Original Message-
From: Kevin Rushforth
Sent: Tuesday, February 13, 2018 3:32 AM
To: Rajath Kamath ; openjfx-dev@openjdk.java.net
Subject: CFV: New OpenJFX Committer: Rajath Kamath
I hereby nominate Rajath Kamath [1] to OpenJFX Committer.
Rajath is a member of JavaFX team at
ution updated in JBS.
Thanks,
Guru
Hi,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8194294
webrev : http://cr.openjdk.java.net/~ghb/8194294/webrev.00
<http://cr.openjdk.java.net/~ghb/8194294/webrev.00>
Thanks,
Guru
Hi,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8194265
<https://bugs.openjdk.java.net/browse/JDK-8194265>
Web rev : http://cr.openjdk.java.net/~ghb/8194265/webrev.00/
<http://cr.openjdk.java.net/~ghb/8194265/webrev.00/>
Thanks,
Guru
Vote: Yes
> On 12-Dec-2017, at 5:50 AM, Kevin Rushforth
> wrote:
>
> I hereby nominate Laurent Bourgès [1] to OpenJFX Committer.
>
> Laurent is the author of the Marlin rasterizer, which is used as the default
> rasterizer for both Java2D and JavaFX. He has contributed 10 changesets [2]
> to
Hi Kevin, Arun,
Please review
JBS : https://bugs.openjdk.java.net/browse/JDK-8191035
<https://bugs.openjdk.java.net/browse/JDK-8191035>
Webrev : http://cr.openjdk.java.net/~ghb/8191035/webrev.00/
<http://cr.openjdk.java.net/~ghb/8191035/webrev.00/>
RC and solution update in JBS.
Thanks,
Guru
Vote: yes
> On 01-Nov-2017, at 1:48 AM, Kevin Rushforth
> wrote:
>
> I hereby nominate Ambarish Rapte [1] to OpenJFX Committer.
>
> Ambarish is a member of JavaFX team at Oracle, who has contributed 10
> changesets [2][3] to OpenJFX.
>
> Votes are due by November 14, 2017.
>
> Only current
Please review the fix for
https://bugs.openjdk.java.net/browse/JDK-8185654
<https://bugs.openjdk.java.net/browse/JDK-8185654>
http://cr.openjdk.java.net/~ghb/8185654/8185654_0.diff
<http://cr.openjdk.java.net/~ghb/8185654/8185654_0.diff>
Thanks,
Guru
Resending with correct Bug id in Subject line.
> On 11-Oct-2017, at 6:57 PM, Guru Hb wrote:
>
> Hi Arun, Murali & Kevin,
>
> Please review the fix for
> JBS : https://bugs.openjdk.java.net/browse/JDK-8187568
> <https://bugs.openjdk.java.net/browse
solution updated in JBS.
Thanks,
Guru
Vote: YES
> On 28-Sep-2017, at 6:40 AM, Kevin Rushforth
> wrote:
>
> I hereby nominate Prasanta Sadhukhan [1] to OpenJFX Committer.
>
> Prasanta is a member of JavaFX team at Oracle, who has contributed 12
> changesets [2] to OpenJFX.
>
> Votes are due by October 11, 2017.
>
> Only current
Hi Murali & Arun,
Please do the review for
JBS : https://bugs.openjdk.java.net/browse/JDK-8187361
<https://bugs.openjdk.java.net/browse/JDK-8187361>Webrev :
http://cr.openjdk.java.net/~ghb/8187361/webrev.00/
<http://cr.openjdk.java.net/~ghb/8187361/webrev.00/>
Thanks,
Guru
Hi Arun & Murali,
Please review the fix for :
JBS : https://bugs.openjdk.java.net/browse/JDK-8170955
<https://bugs.openjdk.java.net/browse/JDK-8170955>
webrev : http://cr.openjdk.java.net/~ghb/8170955/webrev.00/
<http://cr.openjdk.java.net/~ghb/8170955/webrev.00/>
Thanks,
Guru
Hi Arun, Murali,
Please review the fix for https://bugs.openjdk.java.net/browse/JDK-8186061
<https://bugs.openjdk.java.net/browse/JDK-8186061>
webrev : http://cr.openjdk.java.net/~ghb/8186061/webrev.00/
<http://cr.openjdk.java.net/~ghb/8186061/webrev.00/>
Thanks,
Guru
Hi Arun, Murali,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8185940
<https://bugs.openjdk.java.net/browse/JDK-8185940>
WebRev : http://cr.openjdk.java.net/~ghb/8185940/webrev.00
<http://cr.openjdk.java.net/~ghb/8185940/webrev.00>
Thanks,
Guru
Hi Arun & Murali,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8185315
<https://bugs.openjdk.java.net/browse/JDK-8185315>Webrev :
http://cr.openjdk.java.net/~ghb/8185315/webrev.00/
<http://cr.openjdk.java.net/~ghb/8185315/webrev.00/>
Thanks,
Guru
Hi Arun & Murali,
Please review the fix for:
JBS : https://bugs.openjdk.java.net/browse/JDK-8184797
<https://bugs.openjdk.java.net/browse/JDK-8184797>
Webrev : http://cr.openjdk.java.net/~ghb/8184797/webrev.00/
<http://cr.openjdk.java.net/~ghb/8184797/webrev.00/>
Thanks,
Guru
Hi Jelurida,
You are correct, We are not yet (in Java 9) supporting File Api in our
javafx.WebView.
Will update once we have this enhancement is implemented
https://bugs.openjdk.java.net/browse/JDK-8184785
<https://bugs.openjdk.java.net/browse/JDK-8184785> .
Thanks,
Guru
> On 17-Jul
ource)
patch : http://cr.openjdk.java.net/~ghb/8178360/rt.patch_07.tar.gz
<http://cr.openjdk.java.net/~ghb/8178360/rt.patch_07.tar.gz> (patch for local
build and testing)
Thanks,
Guru
Hi Arun, Murali & Kevin,
Please review the fix for : https://bugs.openjdk.java.net/browse/JDK-8179673
<https://bugs.openjdk.java.net/browse/JDK-8179673>
Webrev : http://cr.openjdk.java.net/~ghb/8179673/webrev.00/
<http://cr.openjdk.java.net/~ghb/8179673/webrev.00/>
Thanks,
Guru
ution updated in JBS.
Thanks,
Guru
Hi Kevin & Murali,
Please review the fix for JBS :
https://bugs.openjdk.java.net/browse/JDK-8174919
<https://bugs.openjdk.java.net/browse/JDK-8174919>
Webrev : http://cr.openjdk.java.net/~ghb/8174919/webrev.00/
<http://cr.openjdk.java.net/~ghb/8174919/webrev.00/>
Thanks,
Guru
Vote: YES
> On 26-Jan-2017, at 1:09 AM, David Hill wrote:
>
>
> I hereby nominate Semyon Sadetsky to OpenJFX Committer.
>
> Semyon Sadetsky is part of the JavaFX team focusing on glass.
>
> A list of Semyon's commits and reviews is available by the following links
>
> http://hg.openjdk.java.
RC and solution updated in JBS.
Thanks,
Guru
Vote: yes
> On 19-Jan-2017, at 3:23 AM, Kevin Rushforth
> wrote:
>
> I hereby nominate Ramesh Gangadhar [1] to OpenJFX Committer.
>
> Ramesh is a member of JavaFX SQE team at Oracle working on test development
> for the Java packager, who has contributed 20 changesets to OpenJFX, at least
> 8
Hi Steve,
Could you please share the layout of jar file (two jars) so i can re-create the
problem and let you know the failure reason.
Thanks,
Guru
> On 16-Nov-2016, at 2:37 PM, Hruda, Steve
> wrote:
>
> Hi,
> short question from my side. I’ve submitted the following bug
Solution updated in JBS.
Thanks,
Guru
WebView renders SVG ( WebView.getWebEngine().load("PathToSvg.svg"); ).
Could you please let us know which content (SVG) failed to rendered as
expected. Please file a JBS with simplified test content , will analyze.
Thanks,
Guru
On 11/10/16 6:56 PM, Scott Palmer wrote:
On Oct 11,
x27; Bottom Right).
b. Launch dev tool before launching windyty.com and use the debugger tabs.
-Guru
On 20/9/16 4:31 AM, Dan Howard wrote:
I can't even right-click view source. Is this Flash or something?
On 9/19/2016 6:15 PM, Guru Hb wrote:
Hi Kevin, Arun & Murali,
Please review the
Hi Kevin, Arun & Murali,
Please review the fix for (RC and fix updated in JBS)
JBS : https://bugs.openjdk.java.net/browse/JDK-8165853
Webrev : http://cr.openjdk.java.net/~ghb/8165853/webrev.00/index.html
Thanks,
Guru
html>
Thanks,
Guru
Hi Kevin, Murali & Ankit,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8164076
Webrev : http://cr.openjdk.java.net/~ghb/8164960/webrev.00/
RC and Solution updated in JBS.
Thanks,
Guru
ution updated in JBS.
Thanks,
Guru
Hi Kevin,
Please review the change for (Backing out the changes done for
JDK-8163084 with wrong bug ID and commit message).
Webrev : http://cr.openjdk.java.net/~ghb/rbgangad/8164498/webrev.00/
JBS : https://bugs.openjdk.java.net/browse/JDK-8164498
Thanks,
Guru
Hi Kevin,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8163971
Webrev : http://cr.openjdk.java.net/~ghb/8163971/webrev.00/
Accidentally Indent two other Unit test case while merging JDK-8163582.
Thanks,
Guru
Hi Kevin, Arun & Murali,
Please review the fix for :
JBS : https://bugs.openjdk.java.net/browse/JDK-8163582
Webrev : http://cr.openjdk.java.net/~ghb/8163582/webrev.00/
RC : Merged back JDK-8090035 and added Unit test case.
Thanks,
Guru
Hi Kevin & Arun,
Please review the fix for
JBS : https://bugs.openjdk.java.net/browse/JDK-8163183
Webrev : http://cr.openjdk.java.net/~ghb/8163183/webrev.00/
Thanks,
Guru
Hi Kevin, Arun & Murali,
Please review the fix for : https://bugs.openjdk.java.net/browse/JDK-8153681
Webrev : http://cr.openjdk.java.net/~ghb/8153681/webrev.00/
Solution updated in JBS.
Thanks,
Guru
webview-deps (version 1.3.1) has been uploaded to maven central.
Please revert the work around suggested earlier.
-- Guru
On 20/7/16 3:52 AM, Kevin Rushforth wrote:
With the recently-integrated changes from 8u102, the WebKit build
requires a new version of the webview-deps bundle. This new
Vote: YES
On 23/7/16 9:05 PM, Murali Billa wrote:
Vote: YES
Kevin Rushforth wrote:
I hereby nominate Andrey Rusakov [1] to OpenJFX Committer.
Andrey is a member of JavaFX SQE team at Oracle working on test
development, who has contributed 19 changesets [5] to OpenJFX, at
least 8 of which are
Vote: YES
On 19/7/16 7:07 PM, David Hill wrote:
I hereby nominate Ankit Srivastava to OpenJFX Committer.
Ankit Srivastava is part of the JavaFX team focusing on Web.
A list of Ankit's commits and reviews is available by the following links
http://hg.openjdk.java.net/openjfx/8u-dev/rt/log?re
Hi Kevin, Arun & Alexander Z,
Please review the updated webrev :
http://cr.openjdk.java.net/~ghb/8160837/webrev.02/
Solution updated in JBS.
Thanks,
Guru
On 14/7/16 10:30 AM, Guru Hb wrote:
Hi Jonathan, Arun & Alexander Z,
Please review the fix for:
https://bugs.openjdk.java.ne
Hi Jonathan, Arun & Alexander Z,
Please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8160837
Webrev : http://cr.openjdk.java.net/~ghb/8160837/webrev.00/
Thanks,
Guru
http://hg.openjdk.java.net/openjfx/8u-dev/tests/rev/7562f73c8642
http://hg.openjdk.java.net/openjfx/9-dev/tests/rev/30fbc7690076
On 7/7/16 1:51 AM, Andrey Rusakov wrote:
Could anyone commit this fix to open fx tests, 8 and 9? It's important
for testing process.
05.07.2016 12:56, Andrey Rusako
Please ref webrev : http://cr.openjdk.java.net/~ghb/8160563/webrev.00
On 5/7/16 9:43 AM, Guru Hb wrote:
Hi Alexander & Arun,
Please review the fix for:
JBS : https://bugs.openjdk.java.net/browse/JDK-8160563
webrev : file:///D:/ws/patch/8160563/webrev.00
RC and Solution updated in
Hi Alexander & Arun,
Please review the fix for:
JBS : https://bugs.openjdk.java.net/browse/JDK-8160563
webrev : file:///D:/ws/patch/8160563/webrev.00
RC and Solution updated in JBS.
Thanks,
Guru
Please ignore my previous email and ref
https://bugs.openjdk.java.net/browse/JDK-8159868
http://cr.openjdk.java.net/~ghb/8159868/webrev.00/
Thanks,
Guru
On 22/6/16 10:34 AM, Guru Hb wrote:
Hi Arun & Kevin,
Could you please review the fix for :
https://bugs.openjdk.java.net/browse/JDK-815
1 - 100 of 135 matches
Mail list logo