summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-305-41/+0
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-255-10/+16
* Implement ManifestService::StartupInitializationComplete().hidehiko@chromium.org2014-04-231-0/+3
* GPU/Pepper: Always return -1 for ID when we return a NULL buffer.epenner@chromium.org2014-04-231-0/+1
* Add test to make sure if PPB_Audio_Shared::StartThread() works.hidehiko@chromium.org2014-04-211-0/+2
* Clean up Pepper file system resource unit test.bbudge@chromium.org2014-04-181-17/+23
* Allow the plugin to set an empty tickmarks array to clear tickmarksraymes@chromium.org2014-04-161-3/+2
* More removal of GTK code.erg@chromium.org2014-04-152-20/+0
* Pepper: Make it possible to pass external file systems to NaCl modules.thestig@chromium.org2014-04-113-16/+25
* Refactor around start up of the plugin.hidehiko@chromium.org2014-04-094-465/+0
* Moves ppapi/nacl_irt/{README,irt_ppapi.h} to ppapi/nacl_irt/public.hidehiko@chromium.org2014-04-042-2/+2
* Remove Dev permission check from TextInputController.nona@chromium.org2014-04-031-8/+0
* Remove unused PPB_Graphics2D_Dev interfaceraymes@google.com2014-04-034-35/+4
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-022-5/+5
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-017-133/+50
* Add a PPB_Find_Private function to set the tickmarks on the page.raymes@chromium.org2014-03-303-0/+33
* Pepper: organize ppapi VideoDecoder messages.bbudge@chromium.org2014-03-261-73/+73
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-264-35/+15
* Pass string PP_Vars to JS as string primitivesraymes@chromium.org2014-03-261-1/+1
* Rename PPB_Find_Dev to PPB_Find_Privateraymes@chromium.org2014-03-263-14/+14
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-262-30/+23
* Add IsCrashReportingEnabled call to Pepper UMA APIelijahtaylor@chromium.org2014-03-213-0/+31
* Fix DCHECK errors on non-SFI mode.hidehiko@chromium.org2014-03-201-1/+5
* Revert of Add very simple loading test for non-SFI NaCl. (https://codereview....pneubeck@chromium.org2014-03-201-5/+1
* Add very simple loading test for non-SFI NaCl.hidehiko@chromium.org2014-03-201-1/+5
* This proxies PPB_Find_Dev so that it can be used out of process. It also adds...raymes@google.com2014-03-206-3/+227
* Move Blink dependency out of plugin proxy code.bbudge@chromium.org2014-03-181-13/+5
* Revert 257743 "Add very simple loading test for non-SFI NaCl."yzshen@chromium.org2014-03-181-5/+1
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-185-48/+91
* Add very simple loading test for non-SFI NaCl.hidehiko@chromium.org2014-03-181-1/+5
* Fix "unreachable code" warnings (MSVC warning 4702) in ppapi/.pkasting@chromium.org2014-03-181-2/+2
* Revert of Add very simple loading test for non-SFI NaCl. (https://codereview....sadrul@chromium.org2014-03-141-5/+1
* Add very simple loading test for non-SFI NaCl.hidehiko@chromium.org2014-03-141-1/+5
* Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...thakis@chromium.org2014-03-144-15/+35
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-144-35/+15
* Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...jochen@chromium.org2014-03-124-15/+35
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-124-35/+15
* Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT.jvoung@google.com2014-03-092-2/+16
* Ensure that pepper plugins honor the GPU H/W video decode blacklist and the d...ananta@chromium.org2014-03-072-0/+4
* Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.jbauman@chromium.org2014-03-061-1/+5
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-042-5/+5
* Fix "defined but not used" warning in ppapi/proxy/ppb_instance_proxy.ccmseaborn@chromium.org2014-03-031-0/+2
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Revert "Pepper: Fix channel init in ProxyChannel."dmichael@chromium.org2014-02-275-26/+25
* Pepper: Dispatcher cleanup nits.teravest@chromium.org2014-02-264-28/+8
* Pepper: Fix channel init in ProxyChannel.teravest@chromium.org2014-02-265-25/+26
* Remove early-return and unreached code in TCPSocketResourceBase::AddChainBuil...raymes@chromium.org2014-02-261-25/+6
* [PPAPI][MediaStream] Support configure for video input.penghuang@chromium.org2014-02-264-6/+77
* Pepper: Get rid of UNPROXIED_IFACE.teravest@chromium.org2014-02-241-0/+4
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-213-12/+78