summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-071-5/+5
* Move IndexedDB from WEBKIT_DEPRECATED to dedicated threadjsbell@chromium.org2013-06-251-7/+9
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-2/+1
* fileapi: Add CrosMountPointProvier::AddMountPoints()satorux@chromium.org2013-06-071-10/+0
* Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...vasilii@chromium.org2013-06-021-48/+0
* BrowserContext should simply own DownloadManagercaio.de.oliveira.filho@intel.com2013-05-291-4/+4
* Move more browser-specific webkit/fileapi code to webkit/browser/fileapikinuko@chromium.org2013-05-241-1/+1
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-1/+1
* Remove dependency on ui/base/clipboard/clipboard.h from browser_context.hjeremya@chromium.org2013-04-261-6/+6
* Fix showing the shelf for downloads started by extensions.benjhayden@chromium.org2013-04-231-2/+1
* Revert collecting clipboard statistics as we don't need it anymore.vasilii@chromium.org2013-04-021-11/+2
* Move non-webkit IndexedDB code out of in_process_webkit.alecflett@chromium.org2013-03-311-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-3/+3
* The purpose of this patch is to collect some statistics on how often a user c...vasilii@chromium.org2013-02-271-2/+11
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-0/+49
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+2
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-2/+39
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-2/+13
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-1/+1
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-171-7/+22
* Fix on-disk structure for persistent storage in webview tags.ajwong@chromium.org2012-11-131-6/+0
* Webview tag creation should be using storage partitions.nasko@chromium.org2012-11-081-13/+31
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-7/+1
* Rename GetSite in SiteInstance to GetSiteURL.nasko@chromium.org2012-09-281-1/+2
* Make browser_context.cc compile for iOSstuartmorgan@chromium.org2012-09-181-4/+11
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-7/+0
* Move IndexedDBContext into the StoragePartition and ensure isolation.ajwong@chromium.org2012-09-161-11/+5
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-7/+0
* Do not share a process unless it has the right storage partition.creis@chromium.org2012-09-071-2/+11
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-5/+6
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-6/+5
* Access the DatabaseTracker via a StoragePartition to support the isolated app...michaeln@google.com2012-08-291-8/+2
* Remove silly uses of ResourceContext that unnecessarily violate the Law of De...ajwong@chromium.org2012-08-281-12/+20
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-5/+6
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-6/+5
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-5/+6
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-6/+5
* Access the QuotaManager via a StoragePartition to support the isolated app fe...michaeln@google.com2012-08-221-7/+0
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-0/+4
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-112/+70
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-4/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-0/+4
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-3/+17
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-4/+0
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-129/+110
* Ensure static BrowserContext methods only get called on the UI thread. Also e...jam@chromium.org2012-07-101-0/+5
* Rewrite download manager unit to be actual unit tests.rdsmith@chromium.org2012-06-121-3/+13
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-0/+22
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-23/+10
* More DomStorage house cleaning, many files but all mechanical changes.michaeln@google.com2012-04-171-12/+1