| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing variable name typo ('Parition' -> Partition). | a.cavalcanti | 2015-08-15 | 1 | -4/+4 |
* | Support restricting browsing data removal for downloads by origin. | ttr314 | 2015-08-06 | 1 | -3/+14 |
* | favor DCHECK_CURRENTLY_ON for better logs in content/browser/[a-d]* | mostynb | 2015-03-13 | 1 | -4/+4 |
* | Instead of ArrayBuffer, pass blob with printerProvider.onPrintRequested | tbarzic | 2015-03-06 | 1 | -0/+21 |
* | Move Push API files to content/browser/push_messaging/ | mvanouwerkerk | 2014-11-07 | 1 | -1/+1 |
* | Shutdown Service Workers before the profile is destroyed | falken | 2014-10-29 | 1 | -0/+16 |
* | Split PushMessagingStatus enum according to use case | johnme | 2014-10-17 | 1 | -1/+1 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -2/+2 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -6/+6 |
* | Push API: dispatch push event to service worker. | mvanouwerkerk@chromium.org | 2014-08-07 | 1 | -0/+13 |
* | Rename ServerBoundCert => ChannelID to reflect the current name | rch@chromium.org | 2014-07-25 | 1 | -3/+3 |
* | Move all remaining appcache-related code to content namespace | pilgrim@chromium.org | 2014-06-25 | 1 | -2/+2 |
* | Split AppCacheService into appcache_service.h and appcache_service_impl.h | pilgrim@chromium.org | 2014-06-05 | 1 | -2/+3 |
* | Blobs: Mechanism for creating Blobs in browser process, then transferring to ... | tommycli@chromium.org | 2014-05-15 | 1 | -0/+16 |
* | Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone. | pkasting@chromium.org | 2014-03-13 | 1 | -27/+0 |
* | 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 |