Re: RFR: 8260257: [Linux] WebView no longer reacts to some mouse events [v3]

2021-02-24 Thread Johan Vos
On Wed, 24 Feb 2021 15:33:00 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.
>
> Arun Joseph has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Add sleep

Marked as reviewed by jvos (Reviewer).

-

PR: https://git.openjdk.java.net/jfx/pull/404


Re: RFR: 8260257: [Linux] WebView no longer reacts to some mouse events [v3]

2021-02-24 Thread Kevin Rushforth
On Wed, 24 Feb 2021 15:33:00 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.
>
> Arun Joseph has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Add sleep

Marked as reviewed by kcr (Lead).

-

PR: https://git.openjdk.java.net/jfx/pull/404


Re: RFR: 8260257: [Linux] WebView no longer reacts to some mouse events [v3]

2021-02-24 Thread Arun Joseph
> 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.

Arun Joseph has updated the pull request incrementally with one additional 
commit since the last revision:

  Add sleep

-

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/404/files
  - new: https://git.openjdk.java.net/jfx/pull/404/files/903093ac..aea26961

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jfx=404=02
 - incr: https://webrevs.openjdk.java.net/?repo=jfx=404=01-02

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/404.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/404/head:pull/404

PR: https://git.openjdk.java.net/jfx/pull/404