> Issue: The current implementation of DOMWindow ::localStorage(..) returns 
> null pointer in case of page is being closed. 
> Fix: It should not return nullptr , as per the [w3c web storage 
> spec](https://www.w3.org/TR/2016/REC-webstorage-20160419/) 
> "User agents should expire data from the local storage areas only for 
> security reasons or when requested to do so by the user. User agents should 
> always avoid deleting data while a script that could access that data is 
> running."

Jay Bhaskar has updated the pull request incrementally with one additional 
commit since the last revision:

  Restore original , and new changes wrapped with define JAVA

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

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/703/files
  - new: https://git.openjdk.java.net/jfx/pull/703/files/8ba34a5d..1b4d7751

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=703&range=07
 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=703&range=06-07

  Stats: 27 lines in 2 files changed: 13 ins; 11 del; 3 mod
  Patch: https://git.openjdk.java.net/jfx/pull/703.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/703/head:pull/703

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

Reply via email to