RFR: 8282999: Add support for EXT-X-MEDIA tag in HTTP Live Streaming

2024-04-01 Thread Alexander Matveev
- Added support for #EXT-X-MEDIA tag to HTTP Live Streaming. - Following audio renditions via #EXT-X-MEDIA tag will be supported (see CSR for more details): - MP2T streams with one H.264/AVC video track and elementary AAC audio stream via #EXT-X-MEDIA tag. - fMP4 streams with one H.264/AVC

[jfx22u] Integrated: 8328749: Remove unused imports in javafx.web

2024-04-01 Thread Andy Goryachev
On Mon, 1 Apr 2024 21:51:14 GMT, Andy Goryachev wrote: > Hi all, > > This pull request contains a backport of commit >

[jfx22u] RFR: 8328749: Remove unused imports in javafx.web

2024-04-01 Thread Andy Goryachev
8328749: Remove unused imports in javafx.web - Commit messages: - Backport a85af134f9255f140ea8f9f8e63a19e74f2d1731 Changes: https://git.openjdk.org/jfx22u/pull/22/files Webrev: https://webrevs.openjdk.org/?repo=jfx22u=22=00 Issue: https://bugs.openjdk.org/browse/JDK-8328749

Re: Prefer EGL over GLX on Linux

2024-04-01 Thread Thiago Milczarek Sayão
I was looking for comments :) Em dom., 31 de mar. de 2024 às 18:34, Thiago Milczarek Sayão < thiago.sa...@gmail.com> escreveu: > Hi, > > I am doing some efforts here: > https://github.com/openjdk/jfx/pull/1381 > > Why? > > This is initial Wayland support work, since it will require EGL to draw

Re: RFR: 8328752: Fix missing @Overrides in javafx.web

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 23:48:40 GMT, Andy Goryachev wrote: > Fix missing @Overrides in **javafx.web**. > > This is still a trivial change since all the spots are identified by the IDE. @HimaBinduMeda could you please take a look at this? Once reviewed, I'll start the back port chain. Thank

Re: RFR: 8313138: Horizontal Scrollbar Keyboard enhancement [v5]

2024-04-01 Thread Andy Goryachev
> Adding alt-ctrl-LEFT/RIGHT (option-command-LEFT/RIGHT) key bindings to > > - ListView > - TreeView > - TableView > - TreeTableView > > to support keyboard-only horizontal scrolling. The main reason for the > change is to improve accessibility. > > **NOTE: For controls in right-to-left

Integrated: 8328745: Remove unused imports in system tests

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 21:31:36 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **system tests** and update the > copyright year to 2024. Using wildcard for more than 10 static imports. > > > -- > > This is a trivial change (though fairly large), 1 reviewer is

Integrated: 8328718: Remove unused imports in javafx.controls

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 18:47:24 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in javafx.controls and update the > copyright year to 2024. Using wildcard for more than 10 static imports. > > This is a trivial change, 1 reviewer is probably enough. This pull request has

Integrated: 8328746: Remove unused imports in demo apps

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 21:50:37 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **demo apps** (3D, Ensemble, > etc.) and update the copyright year to 2024. Using wildcard for more than 10 > static imports. > > > -- > > This is a trivial change (though fairly large),

Integrated: 8328820: Remove unused imports in javafx.swing

2024-04-01 Thread Andy Goryachev
On Fri, 22 Mar 2024 16:04:58 GMT, Andy Goryachev wrote: > Removed unused imports in javafx.swing (1 change) module. > > See the discussion in > [JDK-8289379](https://bugs.openjdk.org/browse/JDK-8289379) This pull request has now been integrated. Changeset: edbb88fd Author:Andy Goryachev

Integrated: 8328749: Remove unused imports in javafx.web

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 21:57:46 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports **javafx.web** module, and update > the copyright year to 2024. Using wildcard for more than 10 static imports. > > > -- > > This is a trivial change, 1 reviewer is probably enough. This

Integrated: 8328739: Remove unused imports in javafx.graphics

2024-04-01 Thread Andy Goryachev
On Thu, 21 Mar 2024 19:05:38 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **javafx.graphics** and update > the copyright year to 2024. Using wildcard for more than 10 static imports. > > **PROBLEM** > The code in `graphics/build/gensrc/jsl-decora/` is generated

Re: RFR: 8328739: Remove unused imports in javafx.graphics

2024-04-01 Thread Kevin Rushforth
On Thu, 21 Mar 2024 19:05:38 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **javafx.graphics** and update > the copyright year to 2024. Using wildcard for more than 10 static imports. > > **PROBLEM** > The code in `graphics/build/gensrc/jsl-decora/` is generated

Re: RFR: 8328749: Remove unused imports in javafx.web [v2]

2024-04-01 Thread Kevin Rushforth
On Fri, 22 Mar 2024 16:11:52 GMT, Andy Goryachev wrote: >> Using Eclipse IDE to remove unused imports **javafx.web** module, and update >> the copyright year to 2024. Using wildcard for more than 10 static imports. >> >> >> -- >> >> This is a trivial change, 1 reviewer is probably enough. >

Re: RFR: 8328746: Remove unused imports in demo apps

2024-04-01 Thread Kevin Rushforth
On Thu, 28 Mar 2024 09:05:00 GMT, Karthik P K wrote: > Leaving it unspecified would be ok but some kind of soft recommendation could > also help in my opinion. So there will be a direction for someone who is > looking for a recommended way to add imports and have consistency class files. This

Re: RFR: 8328746: Remove unused imports in demo apps

2024-04-01 Thread Kevin Rushforth
On Wed, 27 Mar 2024 14:51:35 GMT, Andy Goryachev wrote: > I would highly suggest to use the current guidelines in CONTRIBUTING.md > > ``` > * Don't worry too much about import order. Try not to change it but don't > worry about fighting your IDE to stop it from doing so. > ``` Since this is

Re: RFR: 8328746: Remove unused imports in demo apps

2024-04-01 Thread Kevin Rushforth
On Thu, 21 Mar 2024 21:50:37 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **demo apps** (3D, Ensemble, > etc.) and update the copyright year to 2024. Using wildcard for more than 10 > static imports. > > > -- > > This is a trivial change (though fairly large),

Re: RFR: 8328820: Remove unused imports in javafx.swing

2024-04-01 Thread Ajit Ghaisas
On Fri, 22 Mar 2024 16:04:58 GMT, Andy Goryachev wrote: > Removed unused imports in javafx.swing (1 change) module. > > See the discussion in > [JDK-8289379](https://bugs.openjdk.org/browse/JDK-8289379) This cleanup Looks good. - Marked as reviewed by aghaisas (Reviewer). PR

Re: RFR: 8328718: Remove unused imports in javafx.controls

2024-04-01 Thread Ajit Ghaisas
On Thu, 21 Mar 2024 18:47:24 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in javafx.controls and update the > copyright year to 2024. Using wildcard for more than 10 static imports. > > This is a trivial change, 1 reviewer is probably enough. This cleanup Looks

Re: RFR: 8328745: Remove unused imports in system tests

2024-04-01 Thread Ajit Ghaisas
On Thu, 21 Mar 2024 21:31:36 GMT, Andy Goryachev wrote: > Using Eclipse IDE to remove unused imports in **system tests** and update the > copyright year to 2024. Using wildcard for more than 10 static imports. > > > -- > > This is a trivial change (though fairly large), 1 reviewer is