summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_context.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...michaeln@google.com2012-03-201-19/+16
* Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...dgrogan@chromium.org2012-03-191-16/+19
* DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...michaeln@google.com2012-03-191-19/+16
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-161-2/+2
* Make the content::DOMStorageContext methods callable on the main thread and h...jam@chromium.org2012-03-151-5/+5
* Rename content/{common,browser}/file_system to fileapi and move blob stuff in...tzik@chromium.org2012-03-011-1/+1
* Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i...jam@chromium.org2012-02-271-1/+1
* Fix race condition where the items on ResourceContext's UserData map were rew...jam@chromium.org2012-02-271-2/+8
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-15/+41
* Remove usage of WebKitContext from chrome. This also cleans up the chrome cod...jam@chromium.org2012-02-241-1/+89