summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* ppapi: Stabilize PPB_VideoEncoder 0.2lionel.g.landwerlin2015-07-154-5/+9
* ppapi: VideoEncoder: augment precision of the IVF containerlionel.g.landwerlin2015-07-141-5/+12
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-0/+2
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-086-6/+6
* NaCl: Update revision in DEPS, 9cb3a31 -> 4e75a29sbc2015-07-071-0/+7
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Revert of Convert ppapi_unittests to run exclusively on Swarming (patchset #1...bruening2015-07-052-35/+0
* Pepper: add packaged app tests for socket API permissions.bbudge2015-07-0313-7/+371
* Convert ppapi_unittests to run exclusively on Swarmingthakis2015-07-032-0/+35
* Revert of NaCl: Update revision in DEPS, 9cb3a31 -> b2c6249 (patchset #2 id:2...nhiroki2015-07-021-7/+0
* NaCl: Update revision in DEPS, 9cb3a31 -> b2c6249jvoung2015-07-021-0/+7
* Disabled flaky ppapi unittests.alokp2015-07-011-3/+3
* ppapi: VideoEncoder: prevent scheduling encoding multiple timeslionel.g.landwerlin2015-06-301-1/+20
* Stabilize PPB_UDPSocket 1.2 APIeduardo.lima2015-06-254-8/+8
* Add more string_util functions to base namespace.brettw2015-06-241-3/+2
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-241-31/+44
* Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...scottmg2015-06-191-1/+4
* Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...scottmg2015-06-191-4/+1
* Mac: Make SharedMemoryHandle its own class.erikchen2015-06-191-1/+4
* ppapi: VideoEncoder: improve accuracy of encoding ticklionel.g.landwerlin2015-06-181-2/+8
* Plugin Power Saver: Fix Dr. Memory leaks in browser tests.tommycli2015-06-152-7/+9
* Using OrderingBarrier() in GLES2Implementation::Bind()* for better performance.penghuang2015-06-155-11/+60
* ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-1225-204/+192
* ppapi: Add message loops to testsskyostil2015-06-114-2/+13
* DCHECK if shader compilation fails that it's due to context loss.danakj2015-06-092-0/+6
* Further clean up pepper's use of SharedMemory.erikchen2015-06-042-23/+9
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-5/+6
* Change most uses of Pickle to base::Picklebrettw2015-06-039-51/+57
* Change transport dib API to not make copies of SharedMemoryHandle.erikchen2015-06-023-7/+11
* Move Pickle to base namespace.brettw2015-06-028-44/+56
* Update pepper to not assume that SharedMemoryHandle is an int.erikchen2015-06-0216-60/+116
* Remove IPC logging from Nacl IRT's dispatcherbrettw2015-06-011-22/+2
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-291-2/+2
* Move Tuple to base namespace.brettw2015-05-298-58/+64
* Keep event page alive when there's some Pepper plugin on it.emaxx2015-05-295-0/+95
* Remove unused in-process pepper APIsraymes2015-05-2947-1869/+4
* Removed unused functions in PPB_PDFraymes2015-05-2910-449/+0
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-271-1/+1
* ppapi: VideoEncoder: update list of supported codecs to match implementationlionel.g.landwerlin2015-05-261-3/+2
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Avoid deleting print buffer resources before the renderer takes a reference t...raymes2015-05-225-23/+49
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-216-13/+12
* Cleanup some PPAPI proxy code.thestig2015-05-203-24/+24
* PPAPI Testing: Clean up location of ppapi::StripTestPrefixestommycli2015-05-146-14/+21
* Fix typo in untrusted/irt_stub/BUILD.gnsbc2015-05-121-1/+1
* Send proper MIME type along with PPAPI test CSS files.mkwst2015-05-123-0/+5
* Pass correct length value in WebGamepadsarajp2015-05-112-5/+9
* Pepper: Make PepperUDPSocketBase work with the private UDP resource.bbudge2015-05-091-4/+12
* ppapi: fix crash/infinite loop in VideoEncoderlionel.g.landwerlin2015-05-082-1/+14
* renderer: PepperVideoEncoderHost: use libvpx instead of media/cast/senderlionel.g.landwerlin2015-05-071-2/+8