summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper_plugin_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Pepper files.brettw@chromium.org2012-02-221-2259/+0
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-211-4/+6
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-181-2/+18
* Fix TCPSocket_Private::Disconnect not to crash renderer if socket not connected.wez@chromium.org2012-02-171-2/+4
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-161-21/+6
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-151-59/+198
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-4/+4
* Removes usage of the term low-latency in AudioInputRendererHost.henrika@chromium.org2012-02-091-6/+6
* Removed CHECKs used for bug investigation.xhwang@chromium.org2012-02-071-3/+2
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-071-6/+4
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-041-4/+16
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-031-17/+6
* Move audio/video files from content/renderer into content/renderer/media.fischman@chromium.org2012-01-281-1/+1
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-271-116/+61
* android build: progress on content and libjingle.jrg@chromium.org2012-01-271-1/+1
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...tzik@chromium.org2012-01-261-61/+116
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-261-116/+61
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-7/+5
* Pepper gamepad supportscottmg@chromium.org2012-01-101-1/+8
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-041-0/+11
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-3/+3
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-15/+12
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-12/+15
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-15/+12
* Coverity: Add a missing NULL check in PpapiBroker.thestig@chromium.org2011-12-221-0/+3
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-061-1/+214
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-021-167/+0
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-021-0/+167
* Add CHECK on file descriptor in various IPC::ChannelHandle passed in.xhwang@chromium.org2011-12-021-0/+3
* Merge definitions of PlatformFileToInt and IntToPlatformFile to one place.xhwang@chromium.org2011-11-231-13/+5
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-2/+4
* Pepper: Fix nits mentioned in review in audio input code.viettrungluu@chromium.org2011-11-211-16/+16
* Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-181-9/+192
* Revert 110587 - Microphone support for Pepper Flash.ajwong@chromium.org2011-11-171-192/+9
* Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-171-9/+192
* Add check on invalid file descriptor at both broker and renderer sides.xhwang@chromium.org2011-11-121-5/+22
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* Make the Pepper Flash net address just private, not Flash-specific.viettrungluu@chromium.org2011-11-101-3/+3
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-261-2/+2
* Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.kinaba@chromium.org2011-10-211-0/+6
* Move PepperPluginInfo to content/public/common and put it into the content na...jam@chromium.org2011-10-211-1/+1
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-201-24/+0
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-13/+17
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-3/+5
* Fix use-after-free in PepperPluginDelegateImpl::GetTextInputType.kinaba@chromium.org2011-10-161-0/+2
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-151-1/+2
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-141-0/+4
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Implement Pepper IME API.kinaba@chromium.org2011-10-121-4/+102