summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Switch plugins/plugin-document-back-forward.html to the PPAPI test plugin.dcheng2016-03-024-29/+24
* Implement a test plugin for testing deprecated/private PPAPI interfaces.dcheng2016-03-024-0/+182
* Switch plugins/netscape-plugin-map-data-to-src.html to the PPAPI test plugin.dcheng2016-02-291-0/+10
* GN: Fix pnacl_support_extension on Windows x86 so it includes both architectu...mcgrathr2016-02-271-11/+27
* Update blacklist for nacl_message_scanner.cc and browser_tests to CFI buildbot.krasin2016-02-231-0/+1
* PNaCl: Enable the Subzero translator for x86-64.stichnot2016-02-232-0/+5
* Remove the method BrokerDuplicateSharedMemoryHandle.erikchen2016-02-223-23/+1
* Reland of [NaCl SDK] Add initial support for building the SDK with gn (patchs...sbc2016-02-182-0/+5
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-169-20/+26
* Add a ppapi_unittests_run target.thakis2016-02-132-0/+32
* Revert of [NaCl SDK] Add initial support for building the SDK with gn (patchs...thakis2016-02-132-5/+0
* [NaCl SDK] Add initial support for building the SDK with gnsbc2016-02-132-0/+5
* Replace base::Tuple implementation with std::tupletzik2016-02-111-5/+5
* Build the browser IRT shim with nacl-clang instead of biased bitcode.sbc2016-02-102-26/+13
* Fix PPB_Flash_MessageLoop.yzshen2016-02-092-8/+131
* Stop using macros to paste together names for static_asserts.danakj2016-02-061-2/+3
* Dropping ncbray from nacl OWNERS :-(bradnelson2016-02-051-6/+1
* IPC::Message -> base::Picklerockot2016-02-0312-170/+199
* Add Scopes to Trace IDschiniforooshan2016-02-011-2/+2
* Reference counted Skia objects aren't compatible with Chromium scoped_ptr<>s;...tomhudson2016-02-014-4/+11
* Update ppapi to not use linked_ptr or ScopedVectormdempsky2016-02-017-25/+24
* [Chromecast] Update GN files to support public Android Cast builds.slan2016-01-291-0/+2
* Make sure Ppapi compositor layer resources are synchronized.dyen2016-01-291-3/+2
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-21/+0
* [SafeBrowsing] Alternate extensions should also be subject to block list.asanka2016-01-282-0/+23
* Update gpu/command_buffer auto-generated code.zmo2016-01-271-18/+18
* ppapi: examples: audio_encode: fix opus commentslionel.g.landwerlin2016-01-271-5/+5
* Remove superfluous semicolons around IPC message macrosphilipj2016-01-271-1/+1
* Removed last references to old sync points.dyen2016-01-222-24/+0
* ppapi: examples: audio_encode: prevent buffer reallocationslionel.g.landwerlin2016-01-221-66/+106
* Removed old sync points from Ppapi.dyen2016-01-215-79/+5
* GN: Drop enable_pnacl and enable_nacl_untrusted variablesmcgrathr2016-01-202-7/+3
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-202-4/+4
* NaCl cleanup: Remove/convert #includes of nacl_macros.hmseaborn2016-01-151-1/+0
* Convert Ppapi CompositorLayerResource to use new sync tokens.dyen2016-01-151-1/+5
* GN: Unify the use of shared and static libppapi_cppphosek2016-01-153-40/+55
* GN: Only link libppapi_cpp.so where necessaryphosek2016-01-141-1/+4
* Converted Ppapi post swap buffer sync point to use sync tokens.dyen2016-01-148-15/+39
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+2
* Remove unused includes from PPAPI test libraryphosek2016-01-132-2/+0
* Added a Ppapi method to validate flushes reached the GPU process.dyen2016-01-126-5/+32
* Reland of GN: Properly mark all NaCl test depencies as data_depsphosek2016-01-123-39/+63
* Add support for HandleBlockingMessage to NaClMessageScannerdmichael2016-01-115-17/+58
* NaCl cleanup: Stop linking the IRT against libsrpcmseaborn2016-01-083-9/+0
* PNaCl: Use Chrome IPC to talk to the translator process, instead of SRPCmseaborn2016-01-083-90/+123
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-061-4/+0
* Added method to synchronize command buffers within GpuControl.dyen2016-01-052-0/+7
* Revert of GN: Properly mark all NaCl test depencies as data_deps (patchset #2...dbeam2016-01-043-55/+39
* Remove dependency of //content/renderer on gles2_implementation.h.jbroman2016-01-042-0/+6
* PNaCl: Use Chrome IPC to talk to the linker process, instead of SRPCmseaborn2016-01-043-37/+104