RuidSiel / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Add ability to get/set/clear localStorage data in-memory #361

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LocalStorage data is currently used in-memory and stored to disk. It would be 
good if this data could be explicitly retrieved/set/cleared via the CEF API.

Original issue reported on code.google.com by magreenb...@gmail.com on 4 Oct 2011 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 4 Oct 2011 at 2:19

GoogleCodeExporter commented 9 years ago
Cef*Storage() methods and CefStorageVisitor interface added in revision 302.

Original comment by magreenb...@gmail.com on 6 Oct 2011 at 1:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It appears this functionality was removed at some point.  Is the ability to at 
least clear local/session storage going to be added back soon?  We would also 
need the ability to clear any other potentially sensitive data such as 
IndexedDB.

Original comment by kiowares...@gmail.com on 21 Jan 2015 at 8:40