summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-021-2/+0
* Add logging to NPP_ClearSiteData call.bauerb@chromium.org2011-04-111-13/+14
* Switch most BrowserChildProcessHost subclasses to using the new constructor.willchan@chromium.org2011-04-081-1/+1
* Don't pass RDH to plugin process hosts.willchan@chromium.org2011-04-061-3/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-1/+1
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-1/+0
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-211-1/+1
* Update header locationjam@chromium.org2011-03-151-1/+1
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-151-17/+4
* Move plugin messages to content.jam@chromium.org2011-03-141-1/+1