summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* ppapi: report hardware support with PP_Bool in PP_VideoProfileDescriptionlionel.g.landwerlin2015-05-064-8/+117
* Initialize the CDM asynchronouslyjrummell2015-05-053-14/+12
* Plugin Power Saver: Make PPS work well with prerendered pages.tommycli2015-05-053-15/+36
* Switch to linear filtering for PPAPI video decoder textures.CodeByThePound2015-04-301-2/+2
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-283-3/+4
* Plugin Power Saver: Add comprehensive browser tests.tommycli2015-04-243-11/+33
* Pepper: Remove Mojo integration and tests.teravest2015-04-231-4/+1
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-2383-999/+949
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-231-18/+18
* Fix the float point epsilon issue in the pepper compositor API.penghuang2015-04-171-5/+8
* ppapi: VideoEncoder: fix reported value for GetSupportedProfiles()lionel.g.landwerlin2015-04-172-6/+4
* Remove GTalk Pepper interfaces and related code.jhorwich2015-04-158-367/+0
* Work on Windows GN component build.brettw2015-04-061-2/+14
* Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...pkotwicz2015-04-061-14/+2
* Work on Windows GN component build.brettw2015-04-061-2/+14
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-3/+3
* Hold the Pepper proxy lock for all Pepper GL calls.dmichael2015-04-034-11/+31
* Don't lock ProxyLock on the IO threaddmichael2015-04-0215-231/+557
* media: Rename SessionError to LegacySessionError.xhwang2015-04-023-19/+19
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-023-10/+9
* PPAPI: Make TrackedCallback more threadsafedmichael2015-03-311-0/+471
* Add Plugin.PpapiSyncIPCTime metric.gab2015-03-261-0/+2
* Remove deprecated PPB_Messaging_1_1dmichael2015-03-265-154/+0
* Pepper: CallOnMainThread should do nothing if Globals are gonedmichael2015-03-251-0/+7
* Fixing debug GN build.bradnelson2015-03-241-2/+2
* content: pepper: VideoEncoder: add software encoder supportlionel.g.landwerlin2015-03-231-8/+13
* Fix size calcuation in video_decoder_resource.cctsepez2015-03-211-1/+1
* Add missing CdmKeyInformation enum valuesjrummell2015-03-171-1/+1
* Add support for multicast in PPB_UDPSocket APIeduardo.lima2015-03-135-9/+116
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-111-2/+3
* Block platform verification and file IO in the CDM adapter if the CDM configu...sandersd2015-03-103-7/+19
* 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