summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-2/+3
* Move the struct used when showing a desktop notification to content/public/co...jam@chromium.org2011-11-122-2/+2
* Remove includes of worker_messages.h from chrome code, since that's an intern...jam@chromium.org2011-11-122-5/+28
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-102-5/+2
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-092-0/+10
* Revert r108760 / reland r108744, r108753 w/ fixdpranke@chromium.org2011-11-082-0/+6
* Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...dpranke@chromium.org2011-11-052-6/+0
* Modify code in chrome to call wrapper functions on PluginServicedpranke@chromium.org2011-11-042-0/+6
* In order to make sure that we only have one list of registered PPAPI factorie...dpranke@chromium.org2011-11-032-0/+6
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-022-8/+12
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-012-3/+3
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-316-7/+7
* Set extension-related webkit preferences in a common location.aa@chromium.org2011-10-292-6/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-1/+1
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-294-8/+14
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-8/+8
* Make GTK and Aura parts orthogonal to OS partsstevenjb@google.com2011-10-264-9/+25
* Move ZygoteForkDelegateLinux to content/public/common.jam@chromium.org2011-10-252-2/+2
* Move PepperPluginInfo to content/public/common and put it into the content na...jam@chromium.org2011-10-212-2/+2
* Move ContentMainDelegate to content/public/.joi@chromium.org2011-10-202-6/+54
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-202-2/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-183-1/+6
* 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