summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-1821-147/+206
* base::Bind: Final cleanups in webkit/quota.jhawkins@chromium.org2011-10-181-7/+5
* QuotaFileIO: Add back a delete I accidentally removed.jhawkins@chromium.org2011-10-171-0/+1
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-175-32/+34
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-174-40/+41
* base::Bind: Convert FileUtilProxy::ReadCallback.jhawkins@chromium.org2011-10-171-3/+4
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-174-12/+14
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-163-6/+6
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-143-6/+9
* PPAPI Fullscreen: remove redundant code errouneously inherited frompolina@google.com2011-10-141-9/+0
* Add ppapi implementation of IsScalingDisabled.vandebo@chromium.org2011-10-144-4/+20
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-144-20/+35
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...polina@google.com2011-10-142-8/+110
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-135-10/+30
* PrintPreview: [Win] Added a temporary hack to print blank pdf pages.kmadhusu@chromium.org2011-10-121-7/+12
* Implement Pepper IME API.kinaba@chromium.org2011-10-127-24/+246
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-1111-236/+6
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-113-5/+30
* Convert URLUtil to the thunk system.brettw@chromium.org2011-10-105-185/+87
* Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...yzshen@chromium.org2011-10-101-0/+2
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-094-2/+29
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-0724-80/+111
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-071-2/+2
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-2/+3
* Add forgotten file from previous policy IDLization patch.brettw@chromium.org2011-10-051-1/+1
* Fix scrolling of full-frame pdf docs in accelerated compositing mode by forci...vangelis@chromium.org2011-10-042-2/+22
* Trace PPAPI input events, paints, and messages.jbates@chromium.org2011-10-041-2/+7
* PPAPI SetFullscreen: Explicitely disallow state changes when the oppositepolina@google.com2011-10-031-1/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Check security origin before locking the mouse.yzshen@chromium.org2011-10-012-0/+24
* Fix a crash in the renderer process which occurs in the PPAPI host code due t...ananta@chromium.org2011-09-301-0/+14
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-295-4/+111
* PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...polina@google.com2011-09-292-6/+17
* Pepper webcam: allocate the requested number of buffers and properly mark the...viettrungluu@chromium.org2011-09-291-1/+10
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-4/+47
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-282-17/+22
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-272-22/+17
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-272-17/+22
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-272-0/+5
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-275-111/+4
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-275-4/+111
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-274-30/+133
* Enabling creating of file_ref from filesystem and path for external filesystem.tbarzic@chromium.org2011-09-274-28/+44
* Fix null pointer access after playing fullscreen video. ihf@chromium.org2011-09-271-1/+1
* fix test_shell_testsdpranke@chromium.org2011-09-261-0/+4
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-263-0/+10
* Remove GetP2PSocketDispatcher from PepperPluginDelegate interface.sergeyu@chromium.org2011-09-223-12/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-225-18/+32
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-0/+7
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-203-9/+11