summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Fix pp::CompositorLayer::SetTexture() doesn't support GL_TEXTURE_EXTERNAL_OES...penghuang2015-05-011-0/+1
* Switch to linear filtering for PPAPI video decoder textures.CodeByThePound2015-04-301-2/+2
* [NaCl SDK] Compile libppapi_stub.a with -fPICsbc2015-04-292-0/+6
* Fix a few spelling errors in comments.thakis2015-04-281-1/+1
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-283-3/+4
* Plugin Power Saver: Add comprehensive browser tests.tommycli2015-04-2410-11/+164
* Pepper: Remove Mojo integration and tests.teravest2015-04-239-117/+1
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-23107-1202/+1140
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-231-18/+18
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-217-23/+0
* Plugins: Move Prerender tests to PPAPI and some refactoring.tommycli2015-04-184-64/+0
* 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-174-8/+6
* Stop adding the "files/" prefix when sending open_resource IPCyusukes2015-04-161-3/+1
* [NaCl SDK] Remove create_nmf dependency on NACL_SDK_ROOT env varsbc2015-04-162-4/+15
* Remove GTalk Pepper interfaces and related code.jhorwich2015-04-1524-985/+0
* pepper: VideoEncoder: use same constraints as media::VideoFrame for software ...lionel.g.landwerlin2015-04-151-0/+10
* PPAPI: Avoid race condition in RunWhileLockeddmichael2015-04-101-34/+58
* PPAPI Examples: Fix painting in Graphics 2D example.tommycli2015-04-071-11/+14
* Make MediaStreamBufferManager.General pass in official builds.thakis2015-04-071-2/+7
* Work on Windows GN component build.brettw2015-04-063-4/+28
* Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...pkotwicz2015-04-063-28/+4
* Work on Windows GN component build.brettw2015-04-063-4/+28
* 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-0219-236/+571
* ppapi : make gl2ext.h be consistent with Copy[Sub]TextureCHROMIUM APIdongseong.hwang2015-04-021-2/+21
* media: Rename SessionError to LegacySessionError.xhwang2015-04-0212-113/+113
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-0210-30/+44
* PPAPI: Make TrackedCallback more threadsafedmichael2015-03-319-492/+704
* ppapi_generator: Improve logging for versioned functionseduardo.lima2015-03-306-13/+15
* clean up GN targets that are already migrated, add pepper_hash_for_uma.dpranke2015-03-271-1/+11
* Test for net::ERR_ICANN_NAME_COLLISION in other places that check host resolo...eroman2015-03-271-0/+1
* Add Plugin.PpapiSyncIPCTime metric.gab2015-03-261-0/+2
* Remove deprecated PPB_Messaging_1_1dmichael2015-03-2610-252/+12
* Pepper: CallOnMainThread should do nothing if Globals are gonedmichael2015-03-251-0/+7
* Fixing debug GN build.bradnelson2015-03-242-2/+3
* content: pepper: VideoEncoder: add software encoder supportlionel.g.landwerlin2015-03-234-105/+238
* Fix size calcuation in video_decoder_resource.cctsepez2015-03-211-1/+1
* Plugin Power Saver: Mute throttled plugins.tommycli2015-03-201-0/+1
* Check kMaxDescriptorsPerMessage in test_packaged_app.ccyusukes2015-03-182-2/+19
* Add missing CdmKeyInformation enum valuesjrummell2015-03-173-4/+8
* Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128yusukes2015-03-172-5/+127
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-163-3/+3
* Add support for multicast in PPB_UDPSocket APIeduardo.lima2015-03-1317-49/+668
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-112-3/+10
* Non-SFI NaCl: Batch-open resource filesyusukes2015-03-102-0/+46
* Block platform verification and file IO in the CDM adapter if the CDM configu...sandersd2015-03-109-71/+102
* 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-052-1/+16