summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-186-43/+82
* PPAPI: Make PPP_MessageHandler work in PNaClDave Michael2014-09-175-10/+160
* Pepper UDP socket: buffer received packets in the plugin process to improve p...yzshen2014-09-176-83/+196
* Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...raymes2014-09-156-66/+43
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-136-43/+66
* PPAPI: Make CallWhileUnlocked more permissive.dmichael2014-09-113-12/+9
* Pepper: Stop using SRPC for irt_open_resource().Justin TerAvest2014-09-102-5/+11
* When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...penghuang2014-09-098-49/+99
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-081-0/+1
* Update Pepper interface for EMEjrummell2014-09-085-31/+369
* Replace NPObject usage in ppapi with ginraymes2014-09-041-6/+6
* Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of...raymes2014-09-031-6/+6
* Replace NPObject usage in ppapi with ginraymes2014-09-011-6/+6
* Manual fixups in PPAPI for scoped_refptr operator T* removal.dcheng2014-08-291-1/+1
* Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://c...raymes2014-08-291-6/+6
* Replace NPObject usage in ppapi with ginraymes2014-08-291-6/+6
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://c...raymes2014-08-281-6/+6
* Replace NPObject usage in ppapi with ginraymes2014-08-281-6/+6
* Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chrom...dmichael2014-08-271-0/+1
* Remove unused PPB_View_Devraymes2014-08-271-1/+0
* Remove implicit conversions from scoped_refptr to T* in ppapi/Daniel Cheng2014-08-2612-27/+27
* Pepper: PPB_VideoDecoder software-only mode.bbudge2014-08-234-13/+31
* Pepper: Make pending_sync_msgs_ local to IO thread.teravest@chromium.org2014-08-213-75/+20
* [PPAPI] Add target param for CompositorLayer::SetTexture().penghuang@chromium.org2014-08-153-1/+25
* Add test support for transition from NPObject to gin bindings for Pepperraymes@chromium.org2014-08-111-1/+7
* PPAPI: Revive ppp_messaging_proxy_perftestdmichael@chromium.org2014-08-081-5/+10
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Support configuring the audio buffer duration in the Pepper MediaStream API.amistry@chromium.org2014-07-312-1/+4
* Make IPC macros work with -Wunused-local-typedefs.thakis@chromium.org2014-07-291-1/+1
* Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.zork@chromium.org2014-07-171-0/+3
* Pepper: Change PPB_VideoDecoder::Reset behavior so plugin always manages text...bbudge@chromium.org2014-07-161-4/+5
* Remove return value for PpapiHostMsg_PPBVar_AddRefObjectjbauman@chromium.org2014-07-144-8/+5
* Pepper: Make sure 'out' params are initialized for all code paths.bbudge@chromium.org2014-07-111-3/+7
* Ensures that input Pepper Flash supports the newly added AudioBus interface.henrika@chromium.org2014-07-103-22/+72
* Pepper: Initialize PP_ImageDataDesc when creating ImageData.bbudge@chromium.org2014-07-101-1/+3
* Fixes for re-enabling more MSVC level 4 warnings: ppapi/ editionpkasting@chromium.org2014-07-092-3/+3
* Add support for strong future sync points.jbauman@chromium.org2014-07-015-0/+58
* Move PPB_TrueTypeFont_Dev host from renderer to browser.bbudge@chromium.org2014-06-263-33/+81
* Export ResourceMessageParams::SerializedHandleshans@chromium.org2014-06-261-1/+1
* Tidy up stray semicolons and missing include guard in message files.tsepez@chromium.org2014-06-261-7/+7
* Ppapi: Avoid entering resource three times in BindGraphics().penghuang@chromium.org2014-06-231-23/+14
* [PPAPI] Add browser tests for compositor APIpenghuang@chromium.org2014-06-204-16/+43
* Revert 278728 "[PPAPI] Add browser tests for compositor API"yzshen@chromium.org2014-06-204-43/+16
* [PPAPI] Add browser tests for compositor APIpenghuang@chromium.org2014-06-204-16/+43
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-192-7/+0
* Add GetScrollOffset function to PPB_Viewraymes@chromium.org2014-06-191-0/+1
* [PPAPI] Using ProduceTextureDirectCHROMIUM() to avoid binding and restoring G...penghuang@chromium.org2014-06-181-20/+2
* PPAPI: Implement synchronous postMessagedmichael@chromium.org2014-06-188-5/+329
* Pepper: Fix texture management in VideoDecoderShim on Reset.bbudge@chromium.org2014-06-161-0/+4