summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the default plugin.bauerb@chromium.org2012-01-241-3/+1
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-3/+3
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-15/+20
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-20/+15
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-15/+20
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-1/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-2/+3
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-3/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-2/+3
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-1/+1
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-5/+6
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-7/+14
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+0
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-3/+3
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-301-0/+3
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-9/+7
* Super minor cleanup, remove a couple of includes that aren't needed.michaeln@google.com2011-11-101-2/+1
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+2
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+2
* Oops, missed a NULL check. Fix flaky test.willchan@chromium.org2011-09-151-1/+3
* Reland r100733 - Cancel plugin channel requests when the renderer goes away.willchan@chromium.org2011-09-141-4/+30
* Revert 100733 (caused more crashes) - Cancel plugin channel requests when the...willchan@chromium.org2011-09-131-12/+0
* Cancel plugin channel requests when the renderer goes away.willchan@chromium.org2011-09-121-0/+12
* Cancel pending plugin channel requests before destroying the ResourceContext.bauerb@chromium.org2011-09-121-0/+17
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-4/+4
* Revert 99810 - Get the rest of the chrome target to build (but not link) with...ben@chromium.org2011-09-061-4/+4
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-4/+4
* Stop using the default profile's proxy service for plugin proxy requests, and...jam@chromium.org2011-08-291-2/+0
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+13
* Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-161-1/+9
* Create ipc.dll.darin@chromium.org2011-08-151-0/+1
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-1/+1
* Revert 96592 - Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-131-9/+1
* Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-121-1/+9
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-2/+2
* Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment.mirandac@chromium.org2011-06-301-2/+3
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-5/+0
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-131-7/+1
* Fix a browser, renderer, plugin deadlock caused by the change to reparent plu...ananta@chromium.org2011-06-081-7/+18
* Make Flash work properly when started in low-integrity mode so that UIPI rest...jschuh@chromium.org2011-06-071-0/+19
* Get rid of content dependency from sandbox_policy.hjam@chromium.org2011-05-271-1/+0
* Revert 86532 - Revert 86517 - Don't terminate plugin processes from the brows...ananta@chromium.org2011-05-251-0/+6
* Revert 86517 - Don't terminate plugin processes from the browser during brows...nsylvain@chromium.org2011-05-251-6/+0
* Don't terminate plugin processes from the browser during browser shutdown. Th...ananta@chromium.org2011-05-241-0/+6
* Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...jam@chromium.org2011-05-181-41/+3