On Wed, 11 Jan 2023 07:50:39 GMT, Roman Marchenko
wrote:
>> There was refactoring in WebKit's GraphicsContext class (nativecode)
>> https://github.com/WebKit/WebKit/commit/1733b8bc3dff7595ab8e42561fc0f20a2b8fee63
>>
>>
>> GraphicsContextJava's methods begin/endPlatformTransparencyLayers were
On a Shadow state update with cleared shadow, the new values were not
transmitted to the Java GraphicsDecoder
-
Commit messages:
- 8334124: Rendering issues with CSS "text-shadow" in WebView
Changes: https://git.openjdk.org/jfx/pull/1547/files
Webrev: https://webrevs.openjdk.org/
> On a Shadow state update with cleared shadow, the new values were not
> transmitted to the Java GraphicsDecoder
Oliver Schmidtmer has updated the pull request incrementally with one
additional commit since the last revision:
add test
-
Changes:
- all:
On Tue, 27 Aug 2024 20:21:43 GMT, Oliver Schmidtmer wrote:
>> On a Shadow state update with cleared shadow, the new values were not
>> transmitted to the Java GraphicsDecoder
>
> Oliver Schmidtmer has updated the pull request incrementally with one
> additional commit si
FileSystemJava had no valid implementation for pathFileName since the function
was renamed from pathGetFileName to pathFileName in the FileSystem.h from WebKit
-
Commit messages:
- 8337481 Fix FileSystemJava.pathFileName
Changes: https://git.openjdk.org/jfx/pull/1551/files
Webrev
> FileSystemJava had no valid implementation for pathFileName since the
> function was renamed from pathGetFileName to pathFileName in the FileSystem.h
> from WebKit
Oliver Schmidtmer has updated the pull request incrementally with one
additional commit since the last revision:
> FileSystemJava had no valid implementation for pathFileName since the
> function was renamed from pathGetFileName to pathFileName in the FileSystem.h
> from WebKit
Oliver Schmidtmer has updated the pull request incrementally with one
additional commit since the last revision:
On Fri, 30 Aug 2024 08:18:08 GMT, Ambarish Rapte wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> add test
>
> modules/javafx.web/src/main/native/Source/WTF/wtf/java/FileSystemJ
On Fri, 30 Aug 2024 08:18:28 GMT, Ambarish Rapte wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> add test
>
> modules/javafx.web/src/test/java/test/javafx/scene/web/F
> On a Shadow state update with cleared shadow, the new values were not
> transmitted to the Java GraphicsDecoder
Oliver Schmidtmer has updated the pull request incrementally with one
additional commit since the last revision:
Requested changes from review
-
Changes:
On Thu, 29 Aug 2024 13:16:11 GMT, Oliver Schmidtmer wrote:
> FileSystemJava had no valid implementation for pathFileName since the
> function was renamed from pathGetFileName to pathFileName in the FileSystem.h
> from WebKit
This pull request has now been integrated.
Changeset:
On Tue, 27 Aug 2024 15:55:47 GMT, Oliver Schmidtmer wrote:
> On a Shadow state update with cleared shadow, the new values were not
> transmitted to the Java GraphicsDecoder
This pull request has now been integrated.
Changeset: e0ceafb7
Author:Oliver Schmidtmer
Committer: Jay Bhaska
Clean backport of JDK-8337481
-
Commit messages:
- Backport ca70a07b3ee712b1d06baf8a3901e6ae96070124
Changes: https://git.openjdk.org/jfx23u/pull/19/files
Webrev: https://webrevs.openjdk.org/?repo=jfx23u&pr=19&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8337481
Stats:
On Wed, 4 Sep 2024 12:30:43 GMT, Oliver Schmidtmer
wrote:
> Clean backport of JDK-8337481
This pull request has now been integrated.
Changeset: 34835744
Author: Oliver Schmidtmer
Committer: Kevin Rushforth
URL:
https://git.openjdk.org/jfx23u/com
On Wed, 16 Oct 2024 14:30:12 GMT, Michael Strauß wrote:
>> modules/javafx.graphics/src/main/java/com/sun/javafx/iio/javax/XImageLoader.java
>> line 203:
>>
>>> 201: case TYPE_BYTE_INDEXED -> "TYPE_BYTE_INDEXED";
>>> 202: default -> Integer.toString(image.
On Mon, 10 Feb 2025 15:27:49 GMT, Jay Bhaskar wrote:
> Webkit JavaFx upgrade from 619.1 to 620.1
> Build is verified in mac , windows and linux. Sanity testing looks fine. No
> issues seen, except one observed CanvasPattern test where it works only on
> Linux but failed on Mac/Windows (WIP).
>
On Fri, 28 Feb 2025 16:48:39 GMT, Michael Strauß wrote:
>> As the existing code was already pretty optimistic about 2 byte chars, is it
>> possible that is already handled somewhere else?
>> I'm not sure whether this is done explicitly somewhere or if CF_UNICODETEXT
>> is just tried first.
>
>
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request with a new target base
On Tue, 25 Feb 2025 13:25:07 GMT, Oliver Schmidtmer
wrote:
> Windows programs may reuse a clipboard buffer that is larger than the new
> content. In this case de NUL terminator is not at the end of the buffer, but
> within it.
> The current implementation copys the whole buffer
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
On Thu, 27 Feb 2025 03:40:47 GMT, Michael Strauß wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> cleanup
>
> modules/javafx.graphics/src/main/native-glass/win/GlassCli
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
On Tue, 25 Feb 2025 14:36:59 GMT, Kevin Rushforth wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> check both UTF16 bytes
>
> modules/javafx.graphics/src/main/java/com/sun/glass/
remaining chars.
>
> The JIRA ticket contains a JNA based sample program, which prefills the
> buffer for demonstrating this issue.
> If this should be added as a unit test, I'm open for advice how to do that.
Oliver Schmidtmer has updated the pull request incrementally with one
Windows programs may reuse a clipboard buffer that is larger than the new
content. In this case de NUL terminator is not at the end of the buffer, but
within it.
The current implementation copys the whole buffer into a text field, including
the NUL terminator and the remaining chars.
The JIRA
On Thu, 27 Mar 2025 10:06:02 GMT, Lukasz Kostyra wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> readding flavors with changed mapping
>
> modules/javafx.graphics/src/main/nativ
30 matches
Mail list logo