summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Create Content API around HostZoomMap.jam@chromium.org2012-01-301-2/+2
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-6/+2
* Hide geolocation_provider.h from chrome, and move geolocation_permission_cont...jam@chromium.org2012-01-241-3/+3
* Content: First draft at a content_shell on GTK.erg@chromium.org2012-01-141-1/+15
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-1/+2
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-4/+2
* Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...jam@chromium.org2011-11-301-1/+2
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-2/+5
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-5/+2
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-2/+5
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-4/+4
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-5/+6
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+5
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-121-4/+0
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-081-2/+2
* Add a content_shell specific DownloadManagerDelegate.jam@chromium.org2011-09-291-4/+6
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-291-0/+24
* Split off content_shell's ResourceContext and URLRequestContextGetter impleme...jam@chromium.org2011-09-271-163/+2
* A few improvements to content_shell:jam@chromium.org2011-09-261-10/+16
* Set the ChromeBlobStorageContext on content_shell's content::ResourceContext ...jam@chromium.org2011-09-191-3/+8
* Fix typo in include from r101438rsimha@chromium.org2011-09-161-1/+1
* Get the content shell to paint!jam@chromium.org2011-09-161-1/+6
* Create a very simple TabContentsView (and not fully implemented yet) and add ...jam@chromium.org2011-09-151-0/+380