On Tue, 7 Feb 2023 11:50:21 GMT, Ajit Ghaisas wrote:
>> Lukasz Kostyra has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - ClipboardExtImageTest: Add missing copyright notice
>> - Add manual test to check for leftover Clipboard files
>
>
On Thu, 2 Feb 2023 16:44:11 GMT, Lukasz Kostyra wrote:
>> Windows implementation of GlassClipboard.cpp uses IStorage interface in
>> `PopImage()` to allocate a temporary file, which is then used to capture
>> Image data from system clipboard and move it to JVM side. In order for
>> temporary f
> Windows implementation of GlassClipboard.cpp uses IStorage interface in
> `PopImage()` to allocate a temporary file, which is then used to capture
> Image data from system clipboard and move it to JVM side. In order for
> temporary file to be removed automatically on `IStorage::Release()`,
>