-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 local storage infrastructure #244
Comments
Should we consider security features at the moment (e.g. secure storage) |
In my opinion we should design with security and privacy in mind, but we don't necessarily need to implement security features yet. |
I just noticed some LevelDB bindings here. Might be a good starting point. |
triage: We have session storage, and a session storage object that pretends to be local storage |
The features described here aren't related to sessionStorage. I don't see a reason to keep this open right now. We should discuss persistent storage requirements as needed. |
Make the build warning-free. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/244) <!-- Reviewable:end -->
Servo doesn't have any local storage. This will be needed for history, bookmarks, caching and a million other things. At this time we are inclined to use LevelDB for everything, so a good place to start would be LevelDB bindings. Then move on to some of the common browser features and figure out how to integrate them into the engine.
The text was updated successfully, but these errors were encountered: