[jfx17u] Integrated: 8313177: Web Workers timeout with Webkit 616.1

2023-09-01 Thread Johan Vos
On Fri, 1 Sep 2023 17:32:24 GMT, Johan Vos wrote: > 8313177: Web Workers timeout with Webkit 616.1 > Reviewed-by: kcr, hmeda This pull request has now been integrated. Changeset: c29ae729 Author:Johan Vos URL: https://git.openjdk.org/jfx17u/commit/c29ae729fa16d5710e272315d5e23488ec0

[jfx21u] Integrated: 8313177: Web Workers timeout with Webkit 616.1

2023-08-02 Thread Jay Bhaskar
clean backport for jfx21u. The fix is for the js web worker timeout ( some tests fail to finish) - Commit messages: - Backport 5f5e54feb2e816dcb351a28862c798117c3f81e8 Changes: https://git.openjdk.org/jfx21u/pull/5/files Webrev: https://webrevs.openjdk.org/?repo=jfx21u&pr=5&range=

[jfx21u] Integrated: 8313177: Web Workers timeout with Webkit 616.1

2023-08-02 Thread Jay Bhaskar
On Wed, 2 Aug 2023 12:23:04 GMT, Jay Bhaskar wrote: > clean backport for jfx21u. The fix is for the js web worker timeout ( some > tests fail to finish) This pull request has now been integrated. Changeset: a9161e83 Author:Jay Bhaskar URL: https://git.openjdk.org/jfx21u/commit/a916

Integrated: 8313177: Web Workers timeout with Webkit 616.1

2023-08-01 Thread Jay Bhaskar
On Mon, 31 Jul 2023 06:03:58 GMT, Jay Bhaskar wrote: > Issue: Some web worker tests fail to finish. > Root Cause: > sharedTimerFiredInternal function from ThreadTimers class does not require an > isMainThread check, The check was introduced during the initial webkit > stabilization. This pull