summaryrefslogtreecommitdiffstats
path: root/ppapi/host
Commit message (Expand)AuthorAgeFilesLines
* [PPAPI] Compositor API implementation.penghuang@chromium.org2014-06-162-0/+5
* Revert 277208 "[PPAPI] Compositor API implementation."tzik@chromium.org2014-06-162-5/+0
* [PPAPI] Compositor API implementation.penghuang@chromium.org2014-06-142-0/+5
* [PPAPI] Add media stream video track output APIronghuawu@chromium.org2014-05-052-0/+5
* Refactor some ResourceMessageReply usages.bbudge@chromium.org2014-04-142-2/+5
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* [PPAPI] Implement media stream video track APIpenghuang@chromium.org2014-01-162-1/+24
* Pepper: always delete ResourceMessageFilter objects on the creation thread.yzshen@chromium.org2013-11-193-60/+120
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-5/+7
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-7/+5
* Add newlines to the end of files where they were missinghans@chromium.org2013-09-121-1/+1
* Pepper: avoid posting unnecessary tasks in ResourceMessageFilter.yzshen@chromium.org2013-08-081-5/+10
* Pepper: Hook up the in-process router for browser.teravest@chromium.org2013-07-314-7/+56
* PPAPI: Remove references to content from ppapi/hostdmichael@chromium.org2013-07-312-23/+11
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-182-2/+2
* add missing headers in ppapi/*mostynb@opera.com2013-07-151-0/+1
* Implement PPB_UDPSocket_Dev: part 2yzshen@chromium.org2013-06-191-1/+2
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-182-0/+13
* Add some network-related PP_Error codes and conversion function to map net::E...yzshen@chromium.org2013-06-153-0/+98
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-072-10/+37
* Add simple hand-rolled RTTI for Pepper ResourceHostsraymes@chromium.org2013-06-062-2/+17
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* ppapi: Use base::MessageLoop.xhwang@chromium.org2013-05-062-9/+8
* PPAPI: Destroy HostResource after removal from host mapdmichael@chromium.org2013-05-011-0/+6
* Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1.yzshen@chromium.org2013-03-291-6/+6
* Add traces to PluginResource/PpapiHost "generic" IPCspiman@chromium.org2013-03-271-0/+15
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-194-1/+90
* Remove InstanceMessageFilterraymes@chromium.org2013-01-034-90/+1
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-211-0/+4
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-192-0/+6
* Introduce MessageFilterHost for Pepper ResourceHosts.raymes@google.com2012-12-182-0/+64
* Add ability to create pending resource hosts.brettw@chromium.org2012-12-054-1/+67
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-293-5/+7
* Added a ResourceMessageFilter for handling resource messages on another thread.raymes@chromium.org2012-11-209-55/+600
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+5
* Provide IPC mechanism for host-to-resource messagingvictorhsieh@chromium.org2012-10-291-1/+0
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-092-0/+9
* Added sync calls to resources.raymes@chromium.org2012-10-034-21/+107
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-271-1/+1
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-261-3/+0
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-191-0/+3
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-154-15/+30
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-106-10/+40
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-241-12/+20
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-102-5/+10
* Hook up the PPB_Flash_Print interface to new host system.brettw@chromium.org2012-07-274-2/+98
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-0/+78
* Add permissions buts for Pepper plugins.brettw@chromium.org2012-07-132-3/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0