summaryrefslogtreecommitdiffstats
path: root/content/browser/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* Content changes for GetURL refactor.nasko@chromium.org2013-08-131-1/+2
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-0734-243/+5770
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Replace base::NullableString16(bool) usage with default constructor.darin@chromium.org2013-06-181-4/+4
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-132-18/+21
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-5/+6
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-2/+2
* Move webkit/dom_storage to new browser|common|renderer locations. Just moving...michaeln@google.com2013-06-045-10/+10
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-022-24/+26
* Removing third_party\webkit dependencies.cpu@chromium.org2013-05-082-6/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Update some #includes in content/browser/dom_storage for headers that have be...pilgrim@chromium.org2013-02-141-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+3
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-3/+2
* Temporarilty turn off a DCHECK that's getting hit on ungraceful test harness ...michaeln@google.com2013-01-031-1/+3
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-2/+4
* [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