summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-2/+1
* Print Preview: Support the duplex preset in PDFs.thestig2015-03-051-0/+3
* Pepper: Remove PPB_FileMappingdmichael2015-02-277-375/+0
* Land prep work to enable NaCl in the Linux x64 GN builds.dpranke2015-02-261-18/+24
* PPAPI: Whitelist PPB_CameraDevice_Private for some appsjchuang2015-02-253-10/+10
* Pepper: PPB_VideoEncoder implementationlionel.g.landwerlin2015-02-254-16/+1597
* PPAPI: Rename PPB_ImageCapture_Private to PPB_CameraDevice_Privatejchuang2015-02-208-47/+44
* PPAPI: Suppport GetSupportedVideoCaptureFormats for frame_ratejchuang2015-02-205-25/+39
* PPAPI: Don't use MessageLoop::current in the plugin processdmichael2015-02-183-3/+4
* PPAPI: implement GetSupportedPreviewSizesjchuang2015-02-179-1/+296
* Sort GYP and GN files under ppapisatorux2015-02-161-5/+5
* Split apart the PPAPI GN targetsbrettw2015-02-141-0/+350
* Enable size_t to int truncation warnings in PPAPIbrettw2015-02-1322-41/+60
* PPAPI: Make tests that disable the proxy lock re-enable itdmichael2015-02-123-9/+5
* Add support for multithreading the GPU command buffer.jbauman2015-02-122-0/+5
* Revert of PPAPI: Make tests that disable the proxy lock re-enable it (patchse...dmichael2015-02-112-2/+5
* PPAPI: Make tests that disable the proxy lock re-enable itdmichael2015-02-102-5/+2
* Add OrderingBarrierCHROMIUM API.vmiura2015-02-062-0/+5
* ppapi: VideoEncoder: Add proxy boilerplatelionel.g.landwerlin2015-02-065-0/+148
* Mechanical rename of tracing includes for /ppapiprimiano2015-01-303-3/+3
* Fix callback access in Pepper's UDP socket resourceelijahtaylor2015-01-281-0/+5
* PPAPI: Release renderer Var refcount when returning to plugindmichael2015-01-272-3/+45
* media: Rename WebSessionId to SessionId.xhwang2015-01-225-120/+101
* Change a few parts of ppapi/proxy for the clang warning -Winconsistent-missin...jvoung2015-01-214-157/+140
* Remove unused fields from PP_PdfPrintPresetOptions_Devraymes2015-01-161-9/+0
* Pepper: Allow plugins to call PPB_UDP_Socket::SendTo multiple times.bbudge2015-01-142-7/+18
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-143-13/+20
* Changes to support CDM_7jrummell2015-01-087-230/+154
* replace COMPILE_ASSERT with static_assert in ppapi/mostynb2015-01-062-11/+11
* Remove deprecated methods from Pickle.avi2014-12-284-25/+25
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-284-25/+25
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-232-2/+3
* Remove deprecated methods from Pickle.Avi Drissman2014-12-224-25/+25
* Update legacy Tuple-using code.Avi Drissman2014-12-227-41/+41
* PPAPI: Add a warning when URLRequest.SetProperty failsdmichael2014-12-121-0/+9
* Remove timing limitation of SetOption invocation for PPAPI sockets.hidehiko2014-12-1110-8/+59
* Revert "Hold the Pepper proxy lock for all Pepper GL calls."benhansen2014-12-055-26/+5
* Support NumCopies print presetn.bansal2014-11-193-0/+46
* Initialize V8 in PDFium from external files (plugin process only)baixo2014-11-143-0/+14
* Exclude unused functions for NaCl code path.mazda2014-11-121-1/+2
* Hold the Pepper proxy lock for all Pepper GL calls.penghuang2014-11-115-5/+26
* PPAPI: Make GetProxiedInterface not re-enter the plugindmichael2014-11-112-6/+3
* Revert of PPAPI: Make GetProxiedInterface not re-enter the plugin (patchset #...kareng2014-11-089-36/+18
* PPAPI: Make GetProxiedInterface not re-enter the plugindmichael2014-11-079-18/+36
* Implement PpapiCommandBufferProxy::GetCapabilitiespiman2014-11-077-9/+24
* Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture.Bill Budge2014-11-064-32/+66
* Revert of Hold the Pepper proxy lock for all Pepper GL calls. (patchset #3 id...kareng2014-11-015-26/+5
* Hold the Pepper proxy lock for all Pepper GL calls.penghuang2014-10-315-5/+26
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-202-2/+3
* Enforce handle ownership in base::Process.rvargas2014-10-171-2/+3