Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Window.sessionStorage #2117

Closed
jdm opened this issue Apr 15, 2014 · 3 comments
Closed

Implement Window.sessionStorage #2117

jdm opened this issue Apr 15, 2014 · 3 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Apr 15, 2014

http://www.whatwg.org/specs/web-apps/current-work/multipage/webstorage.html#webstorage

This can also implement a version of localStorage that aliases sessionStorage, since we don't support any permanent storage in Servo right now. We'll probably need to have a WebStorageTask that watches for requests (either to set/get) for a given URL and accesses the appropriate storage hash based on the origin (probably the eTLD instead, but we can leave a fixme and correct that when we fix #633 as well).

@jdm
Copy link
Member Author

@jdm jdm commented Oct 6, 2014

Note: this may be worked on by students from NCSU; if you are not said students, please contact me before starting any work to ensure that no duplicate effort occurs.

@zslayton
Copy link
Contributor

@zslayton zslayton commented Mar 11, 2015

I'd like to try my hand at this. Is it currently being worked on?

@jdm
Copy link
Member Author

@jdm jdm commented Mar 11, 2015

@zslayton This task was basically completed, with the exception of dispatching storage events. I'll file a new issue about that in particular.

@jdm jdm closed this Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.