Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 17:28:12 GMT, Jay Bhaskar wrote: >> The upgrade is required to address several known issues from the previous >> version to improve stability and performance. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 17:28:12 GMT, Jay Bhaskar wrote: >> The upgrade is required to address several known issues from the previous >> version to improve stability and performance. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: >

Re: Resizing stage while it is maximized breaks scene size on Linux

2025-04-21 Thread Thiago Milczarek Sayão
Martin, I agree — this behavior is likely to be platform-specific, and it could be difficult to guarantee consistent results if we try to enforce a specific outcome. It seems more practical to document that variations should be expected. I'll be filing a PR soon with fixes for Glass on Linux, alo

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 17:28:12 GMT, Jay Bhaskar wrote: >> The upgrade is required to address several known issues from the previous >> version to improve stability and performance. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 18:16:11 GMT, Kevin Rushforth wrote: > I see several files were added in this update that aren't part of the 2.12.x > --> 2.13.x update (e.g., `xmlschemas.c`). Can you check whether these are > actually needed? I suspect that most aren't. Here is the complete list for you t

Integrated: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-21 Thread Alexander Matveev
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev wrote: > - Fixed by reloading decoder for each seek. > - Tested with all H.265 files for HLS/HTTP/FILE, no issues found. > - Seek performance is not affected or at least I did not notice any > performance issues when doing reload for each seek

Re: Resizing stage while it is maximized breaks scene size on Linux

2025-04-21 Thread Martin Fox
Christopher — Thanks for the details. Thiago — I’m still of the opinion that we shouldn’t try to specify what happens when a client tries to resize a maximized window. I don’t like leaving these things unspecified but I’m not sure there’s a compelling use case that would justify the effort invo

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 17:28:12 GMT, Jay Bhaskar wrote: >> The upgrade is required to address several known issues from the previous >> version to improve stability and performance. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v6]

2025-04-21 Thread Jay Bhaskar
> The upgrade is required to address several known issues from the previous > version to improve stability and performance. Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision: remove unused files - Changes: - all: https://

Re: RFR: 8352162: Update libxml2 to 2.13.8 [v5]

2025-04-21 Thread Kevin Rushforth
On Mon, 21 Apr 2025 15:44:02 GMT, Jay Bhaskar wrote: >> The upgrade is required to address several known issues from the previous >> version to improve stability and performance. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8352162: Update libxml2 to 2.13.6 [v5]

2025-04-21 Thread Jay Bhaskar
> The upgrade is required to address several known issues from the previous > version to improve stability and performance. Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision: clean files , they do not require - Changes: -

Re: RFR: 8352162: Update libxml2 to 2.13.6 [v4]

2025-04-21 Thread Jay Bhaskar
> The upgrade is required to address several known issues from the previous > version to improve stability and performance. Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision: remove libxml2.rc - Changes: - all: https://gi

Re: RFR: 8347359: RichTextArea API Tests [v8]

2025-04-21 Thread Andy Goryachev
> Additional RichTextArea API tests. Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 27 commits: - rm junit4 - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests - Merge remote-tracking branch 'o

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE [v2]

2025-04-21 Thread Ambarish Rapte
On Thu, 17 Apr 2025 23:49:22 GMT, Alexander Matveev wrote: >> - Fixed by reloading decoder for each seek. >> - Tested with all H.265 files for HLS/HTTP/FILE, no issues found. >> - Seek performance is not affected or at least I did not notice any >> performance issues when doing reload for each