summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't re-create ShellDownloadManagerDelegate if it already exists.rdsmith@chromium.org2012-08-271-2/+4
* Fix the DownloadManager not initialized error in content shell.shouqun.liu@intel.com2012-08-211-0/+4
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-1/+7
* Make content_browsertests support restarts across a test.jam@chromium.org2012-08-171-2/+5
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-2/+3
* Move plugin_browsertests.cc from browser_tests to content_browsertests.jam@chromium.org2012-07-231-1/+1
* Move content_shell and content_browsertests code into the content namespace.jam@chromium.org2012-07-191-2/+0
* Use a temp dir for the BrowserContext when content_shell is running as a brow...jam@chromium.org2012-07-191-1/+3
* Cleanup: Consolidate declarations of XDG variables.thestig@chromium.org2012-06-131-12/+4
* Use a fresh, temporary profile when running content_shell in DRT modejochen@chromium.org2012-06-081-0/+7
* Set the Android disk cache locationhaitao.feng@intel.com2012-06-081-0/+3
* Support NULL geolocation and speech delegates to make embedding content easier.jam@chromium.org2012-06-071-56/+2
* Refactored ChromeSpeechRecognitionPreferences according to new ProfileKeyedSe...primiano@chromium.org2012-06-061-2/+0
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-9/+3
* RefCounted types should not have public destructors, content/ remaining bitsrsleevi@chromium.org2012-05-111-6/+9
* Beginnings of a WebView.ben@chromium.org2012-04-111-4/+1
* Revert 131837 - Beginnings of a WebView.ben@chromium.org2012-04-111-1/+4
* Beginnings of a WebView.ben@chromium.org2012-04-111-4/+1
* Mac content shell: Fix new browser window.avi@chromium.org2012-04-041-5/+4
* Mac content shell: File > New makes a new browser window.avi@chromium.org2012-04-021-4/+5
* Add methods to close individual or all open windows to Shelljochen@chromium.org2012-03-301-4/+4
* Content shell: Use only public API.avi@chromium.org2012-03-261-2/+2
* Mac content shell: Set up browser context path properly.avi@chromium.org2012-03-221-0/+5
* Implement a ShellBrowserMain in content_shell, so we can emulate DRT's server...jochen@chromium.org2012-03-211-1/+1
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-9/+10
* Clean up password manager code.isherman@chromium.org2012-03-021-1/+1
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-1/+0
* Move creation and ownership of HostZoomMap to content instead of having every...jam@chromium.org2012-02-221-7/+0
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-211-2/+1
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-73/+3
* Reverting to green up the memory waterfall.jhawkins@chromium.org2012-02-191-3/+73
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-171-73/+3
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-131-7/+0
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-131-4/+4
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-3/+3
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-1/+2
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-1/+2
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-5/+1
* 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