summaryrefslogtreecommitdiffstats
path: root/content/browser/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* DOM Storage: Simplified filename -> utf8 conversion.cmumford2015-07-161-15/+6
* Logging to UMA status of commit to the sessionStorage db.cmumford2015-07-071-1/+4
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-055-60/+52
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-055-52/+60
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-055-60/+52
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-055-52/+60
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-055-60/+52
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Introduce bad_message.h for chrome and NaCl.nick2015-06-021-4/+5
* Tweak DOMStorageArea rate limithashimoto2015-05-161-4/+4
* localStorage: Aggressively flush to disk for Android WebView.cmumford2015-05-102-0/+17
* localStorage: Flushing unwritten data in Android's ChromiumApplication.cmumford2015-05-076-2/+36
* Defer commiting DomStorage changes until after browser startup is complete.michaeln2015-04-213-18/+44
* [sql] Minor tweak for version-specific corruption handling.shess2015-04-141-1/+1
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Do not try to open DB in SessionStorageDatabase::DeleteNamespace()hashimoto2015-03-031-3/+8
* Cleanup: Fix content header include guards.tfarina2015-02-271-3/+3
* base::Time multiplicative operator overloadingmichaeln2015-02-231-1/+1
* [DOMStorage] Rate limiting writes to disk.michaeln2015-02-204-37/+190
* Import SQLite 3.8.7.4.Scott Hess2015-02-101-2/+9
* [DOMStorage] (recommitting) Offset the session storage namespace ids generate...michaeln2015-02-053-8/+21
* Revert of offset namespace ids (patchset #7 id:120001 of https://codereview.c...thestig2015-02-032-15/+4
* [DOMStorage] Offset the session storage namespace ids generated by different ...michaeln2015-02-032-4/+15
* Remove prerender sessionStorage namespace merging (2/2)davidben2015-01-2113-833/+25
* Standardize usage of virtual/override/final specifiers in content/.dcheng2014-12-231-4/+3
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-282-6/+4
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-217-76/+69
* Convert ARRAYSIZE_UNSAFE -> arraysize in content/.viettrungluu2014-10-161-1/+1
* Replacing the OVERRIDE with override and FINAL with final in content/browser...mohan.reddy2014-10-077-38/+38
* 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