summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-282-2/+2
* Make ChildThread::current() and ChildProcess::current() only work on the main...jam@chromium.org2013-06-262-10/+2
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-254-56/+48
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-28/+25
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-222-2/+2
* Add dmichael to pepper host OWNERS files.raymes@chromium.org2013-06-211-0/+1
* Implement PPB_TCPSocket_Dev: part 2yzshen@chromium.org2013-06-202-28/+31
* Add NaCl proxies for Pepper Video Source and Destination resources.bbudge@chromium.org2013-06-203-47/+47
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-181-0/+1
* Don't call AudioInputIPCImpl::CloseStream unless we called CreateStream.raymes@chromium.org2013-06-172-3/+8
* Update Blink include pathsabarth@chromium.org2013-06-1711-42/+42
* Put FileIO::RequestOSFileHandle behind whitelistvictorhsieh@chromium.org2013-06-131-0/+6
* Make the infobar popup when Pepper Flash requests the camera/microphoneraymes@chromium.org2013-06-138-28/+53
* Restore thread safety to GpuChannelHost.piman@chromium.org2013-06-131-1/+0
* Clean up Pepper ImageData resource class.bbudge@chromium.org2013-06-121-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-114-15/+27
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-104-4/+4
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-078-0/+199
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-073-3/+3
* Move Pepper to using mailboxespiman@chromium.org2013-06-064-68/+7
* Add simple hand-rolled RTTI for Pepper ResourceHostsraymes@chromium.org2013-06-069-42/+35
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-065-9/+9
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-052-14/+14
* Pepper: Refactor FileInfo conversions.teravest@chromium.org2013-06-041-10/+2
* Remove unused CreateURLResponseInfo function.teravest@chromium.org2013-06-042-13/+0
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-036-19/+20
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-1/+2
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-2/+1
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-1/+2
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-026-29/+32
* pepper: simplify context creation/initializationpiman@chromium.org2013-05-311-0/+2
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-2/+1
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-1/+2
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-307-13/+13
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-1/+1
* Move webkit/user_agent/ into webkit/commonjamesr@chromium.org2013-05-231-2/+2
* Revert 201420 - Disable PPB_FileIO_Private.yzshen@chromium.org2013-05-221-2/+19
* Disable PPB_FileIO_Private.yzshen@chromium.org2013-05-221-19/+2
* Exposed PPB_TCPServerSocketPrivate::GetLocalAddress().ygorshenin@chromium.org2013-05-212-1/+3
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-172-13/+13
* Change PPAPI PDF proxy messages to use IPC serialization.bbudge@chromium.org2013-05-161-1/+0
* Cleanup: Deprecate FileSystemCallbackDispatcherkinuko@chromium.org2013-05-167-272/+91
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-1611-2/+618
* NaCl: Let SerializedHandle carry open flag.victorhsieh@chromium.org2013-05-142-2/+7
* Add PPAPI tests for VideoSource and VideoDestination resources.bbudge@chromium.org2013-05-112-82/+144
* Revert 199560 "Move the plugins sources out of the webkit glue t..."ananta@chromium.org2013-05-111-2/+1
* Move the plugins sources out of the webkit glue target into a new target 'plu...ananta@chromium.org2013-05-101-1/+2
* Only build PepperVideoSource/DestinationHost when the webrtc is enabled.ronghuawu@chromium.org2013-05-091-0/+2
* CRX FileSystem Pepper private APIvictorhsieh@chromium.org2013-05-085-3/+48