RESOLVED FIXED 11245
HTML5 client-side session & persistent storage should be supported
https://bugs.webkit.org/show_bug.cgi?id=11245
Summary HTML5 client-side session & persistent storage should be supported
David Carson
Reported 2006-10-10 11:55:47 PDT
Firefox 2.0 will have support for this feature and WebKit should support it to. http://www.mozilla.com/en-US/firefox/2.0/releasenotes/ After discussing with xenon, MacDome and MarvinD on IRC, we decided that the data could be stored in SQLLite.
Attachments
Framework (22.17 KB, patch)
2006-10-18 14:36 PDT, David Carson
no flags
Updated framework (24.95 KB, patch)
2006-10-27 13:21 PDT, David Carson
no flags
sessionStorage test page (1.04 KB, application/xhtml+xml)
2006-10-27 13:24 PDT, David Carson
no flags
David Carson
Comment 1 2006-10-18 14:36:11 PDT
Created attachment 11138 [details] Framework This patch is just the framework for sessionStorage support.
David Carson
Comment 2 2006-10-27 13:21:55 PDT
Created attachment 11256 [details] Updated framework This is mostly working for sessionStorage. It is missing the security checks for accessing the value in StorageItem. Missing is support for globalStorage and the StorageEvent
David Carson
Comment 3 2006-10-27 13:24:14 PDT
Created attachment 11257 [details] sessionStorage test page Very rough sessionStorage test page to test basic functionality. When testing, you should be able to reload the page, and still access data stored previously.
Alexey Proskuryakov
Comment 4 2007-01-31 02:27:33 PST
*** Bug 12489 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 5 2008-03-13 11:10:10 PDT
Brady Eidson
Comment 6 2008-05-07 13:01:25 PDT
Those following recent checkins have noticed that I have now finished implementing this. SessionStorage has been complete for weeks and as of yesterday LocalStorage was completed. Listing all of the checkins involved would not be productive, but as of r32942 this is complete.
William J. Edney
Comment 7 2008-09-07 12:15:00 PDT
All - Note that I just filed bug: https://bugs.webkit.org/show_bug.cgi?id=20701 showing localStorage not working for file:// or http://localhost URLs. I've attached a testcase to that bug. Thanks! Cheers, - Bill
Note You need to log in before you can comment on or make changes to this bug.