summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Put pepper threading support behind a command line flag.brettw@chromium.org2012-11-201-0/+1
* Add pepper permissions checks to network monitor and host resolverbrettw@chromium.org2012-11-091-0/+1
* Add support for external out-of-process PPAPI plugins in the browser.bbudge@chromium.org2012-11-071-4/+4
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-13/+13
* [OSX] Pass --enable-sandbox-logging to more sub-processes.shess@chromium.org2012-10-031-2/+5
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-4/+5
* Handle crashing Pepper plug-ins the same as crashing NPAPI plug-ins.cevans@chromium.org2012-09-241-0/+4
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-151-0/+46
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-101-0/+4
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-241-1/+2
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-3/+5
* Wire up a PPAPI host in content/browser.brettw@chromium.org2012-07-161-4/+5
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-111-0/+9
* Open pepper files directly in browser.tsepez@chromium.org2012-06-051-5/+12
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-041-12/+5
* Open pepper files directly in browser.tsepez@chromium.org2012-06-041-5/+12
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-011-12/+5
* Open pepper files directly in browser.tsepez@chromium.org2012-06-011-5/+12
* Run a ppapi process per (profile, plugin) pair.tsepez@chromium.org2012-05-311-2/+6
* Support for navigator.connection APIdroger@google.com2012-05-241-7/+9
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-25/+5
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-2/+2
* Skip InitializeSandbox for out-of-sandbox pluginsjhorwich@chromium.org2012-05-021-0/+2
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-0/+1
* Apply an initial seccomp filter policy for Pepper Flash.cevans@chromium.org2012-04-171-0/+1
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-8/+7
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-10/+12
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-3/+5
* Add process type to the pepper message filter.brettw@chromium.org2012-02-171-2/+3
* 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-12/+18
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-18/+12
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-12/+18
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-2/+2
* 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-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