summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Make content_shell not crash on startup.jam@chromium.org2011-10-152-79/+50
* Move content_utility_client.h to content\public\utility.ananta@chromium.org2011-10-131-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-2/+1
* Move content_plugin_client.h to content\public\plugin.ananta@chromium.org2011-10-121-1/+1
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-123-6/+1
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-112-5/+8
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-1/+2
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-081-2/+2
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-082-6/+5
* Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.dpranke@chromium.org2011-10-072-0/+12
* Initial changes for Mac content shell.avi@chromium.org2011-10-065-27/+202
* Revert 104359 - Initial changes for Mac content shell.avi@chromium.org2011-10-064-210/+26
* Revert 104361 - Build fix.avi@chromium.org2011-10-061-0/+9
* Build fix.avi@chromium.org2011-10-061-9/+0
* Initial changes for Mac content shell.avi@chromium.org2011-10-064-26/+210
* Change content shell variable names to be more xplat.avi@chromium.org2011-10-063-33/+32
* Fix build, add missing newlines. Trybots were _green_phajdan.jr@chromium.org2011-10-052-2/+2
* Make an empty content browser test work.phajdan.jr@chromium.org2011-10-053-57/+98
* Delegate the decision whether to swap processes for navigations to/from exten...jochen@chromium.org2011-10-052-0/+9
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-052-2/+2
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-302-2/+3
* Always prompt the user for the download location in content_shell, as an indi...jam@chromium.org2011-09-301-0/+42
* Add a content_shell specific DownloadManagerDelegate.jam@chromium.org2011-09-297-9/+265
* Remove unneeded calls from the ContentBrowserClient.avi@chromium.org2011-09-292-13/+0
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-292-0/+26
* Delegate decision what site instances can be rendered in what process to chromejochen@chromium.org2011-09-272-0/+8
* Set focus to content area after navigating so that it has focus (matches what...jam@chromium.org2011-09-271-0/+4
* Split off content_shell's ResourceContext and URLRequestContextGetter impleme...jam@chromium.org2011-09-275-163/+272
* Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.dpranke@chromium.org2011-09-262-3/+4
* A few improvements to content_shell:jam@chromium.org2011-09-2612-32/+160
* Allow the embedder to add additional URL handlers supporting the media enginejochen@chromium.org2011-09-232-0/+5
* Don't depend on the embedder creating a plugin. That way embedders can always...jam@chromium.org2011-09-232-6/+7
* Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...dpranke@chromium.org2011-09-222-4/+3
* Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...dpranke@chromium.org2011-09-222-3/+4
* Use Chrome's user agent string for content_shell, since some sites (i.e. Gmai...jam@chromium.org2011-09-211-1/+2
* Update Chrome to use new context notification APIs from WebKit.aa@chromium.org2011-09-212-12/+9
* Make plugins work in content_shell.jam@chromium.org2011-09-211-1/+2
* Add a simple GUI around the content shell. This is inspired heavily by TestSh...jam@chromium.org2011-09-209-15/+635
* 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
* fix chromeos buildjam@chromium.org2011-09-151-1/+1
* Create a very simple TabContentsView (and not fully implemented yet) and add ...jam@chromium.org2011-09-156-6/+621
* fix checkdepsjam@chromium.org2011-09-121-0/+1
* Basic scaffolding for a "content shell", i.e. test browser over the content m...jam@chromium.org2011-09-1214-0/+894