summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-7/+10
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-8/+6
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-3/+2
* Dispatch the Windows font caching IPCs in one filter. This avoids having the ...jam@chromium.org2011-12-011-13/+0
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-2/+3
* Include PPAPI plugin crashes in the plugin crash data.petkov@chromium.org2011-11-111-1/+5
* Enable sending requests to pre-cache fonts from pepper plugin processes.yzshen@chromium.org2011-11-091-2/+18
* Support for unsandboxed out-of-process pepper.jhorwich@chromium.org2011-11-091-4/+8
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-261-3/+17
* Move PepperPluginInfo to content/public/common and put it into the content na...jam@chromium.org2011-10-211-4/+4
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Combine PpapiBrokerProcessHost into PpapiPluginProcessHost.ddorwin@chromium.org2011-09-301-45/+97
* Minor tree-fixing follow-ups for the executable-heap/no-PIE fix (r97984).mark@chromium.org2011-08-241-1/+7
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-2/+2
* Wire up the IP address change notification to the PPAPI network statebrettw@chromium.org2011-07-251-0/+12
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-141-0/+6
* Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.viettrungluu@chromium.org2011-06-141-0/+1
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-131-1/+1
* Get rid of render_messages.h and web_cache_manager.h. I moved the view sourc...jam@chromium.org2011-05-261-1/+0
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-2/+4
* Make Pepper work out-of-process in the windows sandboxcpu@chromium.org2011-05-061-0/+3
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-0/+6
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-021-2/+0
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-1/+1
* Fix crash reporting for ppapipiman@google.com2011-04-151-0/+2
* 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
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-2/+6
* Move the rest of the core files in chrome\browser to content\browser.jam@chromium.org2011-02-231-0/+174