RFR: 8255940: localStorage is null after window.close() [v5]

Jay Bhaskar duke at openjdk.java.net
Tue Mar 1 02:12:24 UTC 2022


On Mon, 28 Feb 2022 14:53:39 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add Review Changes
>
> modules/javafx.web/src/test/java/test/javafx/scene/web/LocalStorageTest.java line 55:
> 
>> 53: 
>> 54:     private static final File LOCAL_STORAGE_DIR = new File("LocalStorageDir");
>> 55:     private static final File PRE_LOCKED = new File("zoo_local_storage");
> 
>> LOCAL_STORAGE_DIR is used by web engine , to store local data in this case
> 
> Yes, `LOCAL_STORAGE_DIR` is needed. I only meant that `PRE_LOCKED` was unused. GitHub decided to highlight both lines.

done

-------------

PR: https://git.openjdk.java.net/jfx/pull/703


More information about the openjfx-dev mailing list