summaryrefslogtreecommitdiffstats
path: root/content/browser/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-3/+3
* Set up include rules for webkit/dom_storage.marja@chromium.org2012-11-063-9/+15
* Move fileapi and dom_storage directories into the content namespace.jam@chromium.org2012-10-246-17/+35
* BrowsingDataRemover: clear sessionStorage.marja@chromium.org2012-10-192-17/+64
* Fix: Prerendering was confusing SessionService to not save sessionStorage.marja@chromium.org2012-09-262-0/+5
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-132-1/+10
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-072-3/+19
* Move over a bunch of tests from browser_tests to content_browsertests.jam@chromium.org2012-07-261-22/+15
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-1/+2
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-113-3/+0
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-2/+4
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-224-0/+15
* Create and store persistent unique ids for sessionStorage.marja@chromium.org2012-06-182-1/+23
* TabContentsWrapper -> TabContents, part 57.avi@chromium.org2012-06-131-2/+2
* Minor cleanup. Simplify the DOMStorageContext interface exposed by the conten...michaeln@google.com2012-06-112-101/+2
* Fix for DOMStorageContextImpl::LeakyCloneSessionStorage.marja@chromium.org2012-06-064-15/+9
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-052-13/+3
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-042-10/+0
* Update the DOMStorageContext public interface in the content layer to remove ...michaeln@google.com2012-06-012-0/+41
* Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...michaeln@google.com2012-05-302-95/+28
* Fix a DomStorageEvent bug with reporting the wrong connection_id to renderers...michaeln@google.com2012-05-191-5/+22
* Switch chrome and chromiumDRT over to using the new WebKit API for dispatchingmichaeln@google.com2012-04-261-0/+1
* DomStorage async IPC message definitions and browser-side handlers. These mes...michaeln@google.com2012-04-242-5/+51
* Fixup the DomStorage IPC messsages.michaeln@google.com2012-04-192-29/+35
* DomStorageContext: separate directories for localStorage and sessionStorage.marja@chromium.org2012-04-171-2/+7
* More DomStorage house cleaning, many files but all mechanical changes.michaeln@google.com2012-04-176-28/+5
* DomStorage house cleaning in preparation of deleting the now obsolete in_proc...michaeln@google.com2012-04-131-2/+2
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* DomStorageBrowserTest sanity checkmichaeln@google.com2012-04-041-0/+56
* DomStorage data deletion and memory purging.michaeln@google.com2012-03-231-4/+6
* DomStorage commit task sequencing. Use two workerpool task sequences (primary...michaeln@google.com2012-03-212-11/+24
* Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...michaeln@google.com2012-03-202-0/+249
* Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...dgrogan@chromium.org2012-03-192-249/+0
* DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...michaeln@google.com2012-03-192-0/+249
* These files weren't meant to be committed yet, removing them for now.michaeln@google.com2012-03-162-274/+0
* SessionStorageNamespaceImpl class written in terms of the new dom_storage cla...michaeln@google.com2012-03-151-2/+2
* DOMStorageMessageFilter implementation that utilizes the new dom_storage clas...michaeln@google.com2012-03-157-0/+657