summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Have each SandboxedProcessLauncherDelegate maintain a zygote.kerrnel2016-01-221-0/+5
* Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (patc...kerrnel2016-01-211-5/+0
* Have each SandboxedProcessLauncherDelegate maintain a zygote.kerrnel2016-01-201-0/+5
* Switch to standard integer types in content/browser/.avi2015-12-251-5/+7
* Plugin Power Saver: Throttled Plugins should block TCPSocket reads.tommycli2015-02-191-0/+5
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-9/+9
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-6/+6
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-8/+2
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-071-0/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-6/+6
* Add two new debug URLs for Pepper Flash:yzshen@chromium.org2013-01-221-1/+7
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-0/+2
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-101-8/+9
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-4/+0
* Revert 171408raymes@chromium.org2012-12-061-0/+4
* Revert 171389raymes@chromium.org2012-12-061-4/+0
* Revert 171080raymes@chromium.org2012-12-061-0/+4
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-4/+0
* Add support for external out-of-process PPAPI plugins in the browser.bbudge@chromium.org2012-11-071-1/+1
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-20/+20
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-0/+2
* Handle crashing Pepper plug-ins the same as crashing NPAPI plug-ins.cevans@chromium.org2012-09-241-0/+1
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-151-0/+13
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-241-1/+1
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+3
* Wire up a PPAPI host in content/browser.brettw@chromium.org2012-07-161-1/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Move Pepper files in renderer_host to new subdir.brettw@chromium.org2012-07-031-2/+2
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+8
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-3/+3
* Open pepper files directly in browser.tsepez@chromium.org2012-06-051-3/+10
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-041-10/+3
* Open pepper files directly in browser.tsepez@chromium.org2012-06-041-3/+10
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-011-10/+3
* Open pepper files directly in browser.tsepez@chromium.org2012-06-011-3/+10
* Run a ppapi process per (profile, plugin) pair.tsepez@chromium.org2012-05-311-1/+8
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-2/+1
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-0/+3
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-5/+4
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-4/+5
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-1/+1
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-2/+2
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-3/+30
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-30/+3
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-3/+30
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-1/+0