summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage/dom_storage_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/dom_storage to new browser|common|renderer locations. Just moving...michaeln@google.com2013-06-041-169/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+6
* Purge in-memory localStorage areas if the # of areas exceeds the limitkinuko@chromium.org2013-04-111-0/+16
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-5/+5
* DomStorage - Temporary workaround for overly aggressive "bad message terminat...michaeln@google.com2012-06-231-8/+20
* Add the HasAreaOpen method to DomStorageHost. Intended for use to make event ...michaeln@google.com2012-05-211-0/+12
* Switch chrome and chromiumDRT over to using the new WebKit API for dispatchingmichaeln@google.com2012-04-261-7/+3
* DomStorage async IPC message definitions and browser-side handlers. These mes...michaeln@google.com2012-04-241-0/+10
* Fixup the DomStorage IPC messsages.michaeln@google.com2012-04-191-11/+10
* Integrate the new dom_storage backend into chromium DRT and test_shell.michaeln@google.com2012-03-011-0/+1
* Framing for a DomStorage backend that does not depend on in-process-webkit. O...michaeln@google.com2012-02-071-0/+124