summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper
Commit message (Expand)AuthorAgeFilesLines
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-033-5/+1
* Refactor VideoDestinationHandler to implement MediaStreamVideoSource.perkj@chromium.org2014-04-031-1/+1
* Remove unused PPB_Graphics2D_Dev interfaceraymes@google.com2014-04-034-347/+17
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-012-31/+6
* Reduce the flickering that occurs when resizing plugins in software composite...raymes@chromium.org2014-04-012-2/+29
* GPU: Fix NULL gpu::Buffer dereference.epenner@chromium.org2014-04-011-8/+6
* Add a PPB_Find_Private function to set the tickmarks on the page.raymes@chromium.org2014-03-302-0/+22
* Add channel_count parameter back to AudioBuffer creation methods.dalecurtis@google.com2014-03-291-0/+1
* Reland "Move EventSender from CppBoundClass to gin::Wrappable."tfarina@chromium.org2014-03-271-2/+2
* Pass string PP_Vars to JS as string primitivesraymes@chromium.org2014-03-263-17/+7
* Rename PPB_Find_Dev to PPB_Find_Privateraymes@chromium.org2014-03-264-13/+7
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-2/+3
* Revert of Reland "Move EventSender from CppBoundClass to gin::Wrappable." (ht...enne@chromium.org2014-03-251-2/+2
* Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data...pilgrim@chromium.org2014-03-251-4/+6
* Reland "Move EventSender from CppBoundClass to gin::Wrappable."hajimehoshi@chromium.org2014-03-251-2/+2
* Revert of Reland "Move EventSender from CppBoundClass to gin::Wrappable." (ht...ager@chromium.org2014-03-251-2/+2
* Reland "Move EventSender from CppBoundClass to gin::Wrappable."tfarina@chromium.org2014-03-251-2/+2
* Revert of Move EventSender from CppBoundClass to gin::Wrappable. (https://cod...vandebo@chromium.org2014-03-241-2/+2
* Move EventSender from CppBoundClass to gin::Wrappable.tfarina@chromium.org2014-03-241-2/+2
* Encrypted media: avoid resetting video state on audio deinitsheu@chromium.org2014-03-241-1/+2
* Turn off WebRTC feature should not break the build on Linuxyi.shen@samsung.com2014-03-201-2/+2
* Add channel_layout() and sample_rate() to AudioBuffer.rileya@chromium.org2014-03-202-1/+6
* This proxies PPB_Find_Dev so that it can be used out of process. It also adds...raymes@google.com2014-03-202-0/+19
* Move Blink dependency out of plugin proxy code.bbudge@chromium.org2014-03-181-1/+45
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-182-11/+15
* Linux: Add the ability to prefer generic Windows fonts in MatchFontWithFallba...thestig@chromium.org2014-03-181-1/+3
* Revert 257655 "Merge weburlrequest_extradata_impl.cc/h into cont..."yzshen@chromium.org2014-03-181-6/+4
* Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data...pilgrim@chromium.org2014-03-181-4/+6
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Add different error codes for getUserMedia.tommyw@chromium.org2014-03-142-2/+6
* Remove some content_child dependency from content_commonsheu@chromium.org2014-03-131-2/+2
* Extend the sample rates that Pepper should support.xians@chromium.org2014-03-111-9/+19
* Move user_agent code from webkit/ to content/.tfarina@chromium.org2014-03-111-0/+1
* PPAPI: Clamp VideoCapture frames per second.dmichael@chromium.org2014-03-111-1/+6
* [PPAPI] It is now possible to pass a FileSystem to JS in PostMessage.mgiuca@chromium.org2014-03-101-5/+61
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-101-2/+0
* Revert 255858 "Simplify the user agent code some more since afte..."jam@chromium.org2014-03-091-0/+2
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-091-2/+0
* cc: Allow pepper to avoid DCHECK but reuse gpu::Mailbox.danakj@chromium.org2014-03-071-8/+4
* Fix Flash fullscreen context menu target and position.miu@chromium.org2014-03-061-11/+3
* ppapi: Send sync point whenever the pepper texture changes.danakj@chromium.org2014-03-044-8/+37
* Disable UpdateLayerTransform on PepperPluginInstanceImplraymes@chromium.org2014-03-043-53/+1
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-044-4/+4
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-042-3/+2
* Use Script::Compile instead of Script::Newmarja@chromium.org2014-02-271-1/+1
* Pass Client pointer in Initialize() for VDA/VEAsheu@chromium.org2014-02-271-3/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-3/+2
* Pepper: Use calloc instead of malloc(sizeof * count)mnaganov@chromium.org2014-02-261-1/+1