summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-0690-664/+664
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-022-5/+0
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-296-32/+46
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:8...dmichael2014-09-266-33/+31
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-256-31/+33
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-1/+0
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:6...bbudge2014-09-246-33/+31
* PPAPI: Disallow blocking callbacks while handling a blocking messagedmichael2014-09-243-3/+25
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-246-31/+33
* 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