summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/plugin_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-041-0/+3
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-061-0/+30
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-021-30/+0
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-021-0/+30
* Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-181-12/+38
* Revert 110587 - Microphone support for Pepper Flash.ajwong@chromium.org2011-11-171-38/+12
* Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-171-12/+38
* Cleanup: Remove unneeded forward declarations in webkit/plugins/.thestig@chromium.org2011-11-171-7/+0
* Make the Pepper Flash net address just private, not Flash-specific.viettrungluu@chromium.org2011-11-101-5/+3
* Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.kinaba@chromium.org2011-10-211-0/+3
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-201-10/+0
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-141-0/+3
* Implement Pepper IME API.kinaba@chromium.org2011-10-121-1/+8
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-091-1/+11
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-13/+14
* Remove GetP2PSocketDispatcher from PepperPluginDelegate interface.sergeyu@chromium.org2011-09-221-7/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-221-0/+14
* Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFull...piman@google.com2011-08-301-0/+6
* Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and frie...koz@chromium.org2011-08-301-6/+0
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-5/+5
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-251-2/+5
* Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...ananta@chromium.org2011-08-231-3/+0
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-171-0/+4
* Video Capture Pepper APIpiman@chromium.org2011-08-061-0/+10
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-011-1/+1
* Pepper quota supportkinuko@chromium.org2011-08-011-0/+9
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-301-0/+10
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-281-3/+1
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-1/+1
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-1/+1
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-1/+3
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+6
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-6/+1
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+6
* make command buffer work in DRTgman@chromium.org2011-06-031-1/+1
* The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.kinaba@google.com2011-05-301-0/+3
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-0/+7
* Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.fischman@chromium.org2011-05-181-0/+4
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-1/+0
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-2/+3
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-0/+4
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-0/+3
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-201-2/+2
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-201-2/+2
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-0/+3
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-0/+3
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+1
* Fix clang error.ddorwin@chromium.org2011-04-141-1/+1
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-8/+10