summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Add new versions of DidCreateScriptContext() with extension_group.koz@chromium.org2012-02-272-1/+3
* Remove "is_content_initiated" argument to ContentRendererClient::ShouldForkcbentzel@chromium.org2012-02-252-2/+0
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-1/+0
* Create a Content API around SpeechInputManager. Chrome doesn't derive from it...jam@chromium.org2012-02-242-6/+6
* Preparation work for adding the Media Stream infobar. The behaviour is the samemacourteau@chromium.org2012-02-242-0/+8
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-232-13/+0
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-222-0/+7
* Move creation and ownership of HostZoomMap to content instead of having every...jam@chromium.org2012-02-224-14/+0
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-213-42/+4
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-202-86/+4
* Reverting to green up the memory waterfall.jhawkins@chromium.org2012-02-192-4/+86
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-172-86/+4
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-164-5/+5
* Get IPC working for Indexed DB in shared workers.dgrogan@chromium.org2012-02-162-2/+7
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-132-2/+6
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-132-10/+0
* Get rid of ssl_cert_error_handler.h dependency from Chrome.jam@chromium.org2012-02-132-5/+14
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-131-4/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-104-4/+8
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-096-33/+77
* Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...marshall@chromium.org2012-02-094-8/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-094-4/+8
* 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
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-082-5/+0
* Revert "Support sharing of ContentMain and BrowserMain code with embedded use...evan@chromium.org2012-02-064-8/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases.marshall@chromium.org2012-02-064-4/+8
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-062-4/+4
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-042-8/+2
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-032-5/+0
* Fix attrition experiment toast regression due to startup refactoring.finnur@chromium.org2012-02-022-3/+7
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-012-8/+8
* First version of the layoutTestController for content_shelljochen@chromium.org2012-01-3015-2/+293
* Create Content API around HostZoomMap.jam@chromium.org2012-01-302-3/+2
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-302-101/+0
* Add default title for untitled tabs to shell devtools discovery pagejochen@chromium.org2012-01-301-1/+4
* Add option --dump-render-tree to content_shell to dump the render tree as text.jochen@chromium.org2012-01-2911-6/+241
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-6/+2
* DevTools: add remote debugging capabilities to content_shell.pfeldman@chromium.org2012-01-279-2/+232
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-272-5/+3
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-276-18/+11
* Add an empty ShellRenderViewObserver.jochen@chromium.org2012-01-263-0/+51
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+1
* Remove the default plugin.bauerb@chromium.org2012-01-242-5/+0
* Hide geolocation_provider.h from chrome, and move geolocation_permission_cont...jam@chromium.org2012-01-242-4/+3
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-202-5/+10
* content shell/GTK: Add user interface niceness.erg@chromium.org2012-01-195-26/+100
* content/GTK: Renderers must have a ResourceBundle.erg@chromium.org2012-01-183-2/+24