summaryrefslogtreecommitdiffstats
path: root/content/browser/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-102-2/+2
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-2/+2
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-058-8/+8
* Remove implicit conversions from scoped_refptr to T* in content/browser/dom_s...dcheng2014-08-263-17/+18
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-225-15/+15
* Move dom_storage test data file from webkit/ to content/tfarina@chromium.org2014-07-191-5/+4
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-132-2/+2
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-162-5/+3
* Move mock_special_storage_policy from webkit/ to content/public/test/pilgrim@chromium.org2014-04-301-3/+3
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-2/+2
* Fix "unreachable code" warnings (MSVC warning 4702) in content/.pkasting@chromium.org2014-03-191-2/+0
* Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone.pkasting@chromium.org2014-03-135-24/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Mark DOMStorageHost as non-copyableadam@github.com2014-02-111-0/+2
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-2/+2
* Clean up ChildProcessHost unique id generation.avi@chromium.org2014-01-081-4/+4
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-253-7/+8
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-255-13/+19
* Revert "Revert 217570 "Undo band-aid which was ignoring wrong SessionSto...""marja@chromium.org2013-12-181-18/+6
* SessionStorageDatabase: handle inconsistent and failed databases gracefully.marja@chromium.org2013-12-183-9/+68
* Revert 217570 "Undo band-aid which was ignoring wrong SessionSto..."michaeln@google.com2013-12-121-6/+18
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-032-17/+17
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-2/+1
* When there is a session storage namespace mismatch during prerender swap-in, ...tburkard@chromium.org2013-11-264-1/+17
* Revert 237109 "When there is a session storage namespace mismatc..."rsleevi@chromium.org2013-11-254-17/+1
* When there is a session storage namespace mismatch during prerender swap-in, ...tburkard@chromium.org2013-11-254-1/+17
* Allow aliasing and merging of session storage namespaces.tburkard@chromium.org2013-11-1113-46/+496
* In local predicor prerendering, when there is a session storage namespacetburkard@chromium.org2013-10-1512-13/+352
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-4/+0
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-2/+1
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-1/+1
* Undo band-aid which was ignoring wrong SessionStorage associationjochen@chromium.org2013-08-141-18/+6
* Remove unused variable declaration.etienneb@chromium.org2013-08-141-1/+0
* 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