| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up a few more unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -1/+4 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -7/+0 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -0/+7 |
* | Move webkit/{browser,common}/dom_storage into content/ | kinuko@chromium.org | 2013-08-07 | 1 | -5/+5 |
* | Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread | jsbell@chromium.org | 2013-06-25 | 1 | -7/+9 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -2/+1 |
* | fileapi: Add CrosMountPointProvier::AddMountPoints() | satorux@chromium.org | 2013-06-07 | 1 | -10/+0 |
* | Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p... | vasilii@chromium.org | 2013-06-02 | 1 | -48/+0 |
* | BrowserContext should simply own DownloadManager | caio.de.oliveira.filho@intel.com | 2013-05-29 | 1 | -4/+4 |
* | Move more browser-specific webkit/fileapi code to webkit/browser/fileapi | kinuko@chromium.org | 2013-05-24 | 1 | -1/+1 |
* | Move webkit/database to webkit/browser and webkit/common. Also move content::... | michaeln@google.com | 2013-05-22 | 1 | -1/+1 |
* | Remove dependency on ui/base/clipboard/clipboard.h from browser_context.h | jeremya@chromium.org | 2013-04-26 | 1 | -6/+6 |
* | Fix showing the shelf for downloads started by extensions. | benjhayden@chromium.org | 2013-04-23 | 1 | -2/+1 |
* | Revert collecting clipboard statistics as we don't need it anymore. | vasilii@chromium.org | 2013-04-02 | 1 | -11/+2 |
* | Move non-webkit IndexedDB code out of in_process_webkit. | alecflett@chromium.org | 2013-03-31 | 1 | -1/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -3/+3 |
* | The purpose of this patch is to collect some statistics on how often a user c... | vasilii@chromium.org | 2013-02-27 | 1 | -2/+11 |
* | Part I: clear primary and selection clipboards if data came from content area. | vasilii@chromium.org | 2013-02-18 | 1 | -0/+49 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Add BrowserContext specific external mount points | tbarzic@chromium.org | 2013-01-25 | 1 | -2/+39 |
* | Garbage Collect the Storage directory on next profile start after an extensio... | ajwong@chromium.org | 2012-12-11 | 1 | -2/+13 |
* | Add content/browser/loader/ for resource loading related classes. | darin@chromium.org | 2012-12-05 | 1 | -1/+1 |
* | Implement the ability to obliterate a storage partition from disk. | creis@chromium.org | 2012-11-17 | 1 | -7/+22 |
* | Fix on-disk structure for persistent storage in webview tags. | ajwong@chromium.org | 2012-11-13 | 1 | -6/+0 |
* | Webview tag creation should be using storage partitions. | nasko@chromium.org | 2012-11-08 | 1 | -13/+31 |
* | Replace the DownloadFileManager with direct ownership of DownloadFileImpl | rdsmith@chromium.org | 2012-10-18 | 1 | -7/+1 |
* | Rename GetSite in SiteInstance to GetSiteURL. | nasko@chromium.org | 2012-09-28 | 1 | -1/+2 |
* | Make browser_context.cc compile for iOS | stuartmorgan@chromium.org | 2012-09-18 | 1 | -4/+11 |
* | continuing from http://http://codereview.chromium.org/10823241 | ajwong@chromium.org | 2012-09-18 | 1 | -7/+0 |
* | Move IndexedDBContext into the StoragePartition and ensure isolation. | ajwong@chromium.org | 2012-09-16 | 1 | -11/+5 |
* | AppCache and StoragePartition'ing | michaeln@chromium.org | 2012-09-15 | 1 | -7/+0 |
* | Do not share a process unless it has the right storage partition. | creis@chromium.org | 2012-09-07 | 1 | -2/+11 |
* | Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do... | rdsmith@chromium.org | 2012-08-31 | 1 | -5/+6 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-30 | 1 | -6/+5 |
* | Access the DatabaseTracker via a StoragePartition to support the isolated app... | michaeln@google.com | 2012-08-29 | 1 | -8/+2 |
* | Remove silly uses of ResourceContext that unnecessarily violate the Law of De... | ajwong@chromium.org | 2012-08-28 | 1 | -12/+20 |
* | Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do... | isherman@chromium.org | 2012-08-28 | 1 | -5/+6 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-27 | 1 | -6/+5 |
* | Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do... | rdsmith@chromium.org | 2012-08-24 | 1 | -5/+6 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-24 | 1 | -6/+5 |
* | Access the QuotaManager via a StoragePartition to support the isolated app fe... | michaeln@google.com | 2012-08-22 | 1 | -7/+0 |
* | Revert 152213 - Replace the DownloadFileManager with direct ownership of Down... | rdsmith@chromium.org | 2012-08-19 | 1 | -0/+4 |
* | Move StoragePartition into content/public and remove BrowserContext::GetDOMSt... | ajwong@chromium.org | 2012-08-18 | 1 | -112/+70 |
* | Replace the DownloadFileManager with direct ownership of DownloadFile. | rdsmith@chromium.org | 2012-08-18 | 1 | -4/+0 |
* | Revert 151351 - Replace the DownloadFileManager with direct ownership | yutak@chromium.org | 2012-08-14 | 1 | -0/+4 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -3/+17 |
* | Replace the DownloadFileManager with direct ownership | rdsmith@chromium.org | 2012-08-13 | 1 | -4/+0 |
* | Support partitioning of storage contexts based on render_id. | ajwong@chromium.org | 2012-07-12 | 1 | -129/+110 |
* | Ensure static BrowserContext methods only get called on the UI thread. Also e... | jam@chromium.org | 2012-07-10 | 1 | -0/+5 |
* | Rewrite download manager unit to be actual unit tests. | rdsmith@chromium.org | 2012-06-12 | 1 | -3/+13 |