summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-163-5/+4
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-143-4/+4
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-134-3/+39
* Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...dmichael@chromium.org2011-10-112-16/+43
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-114-50/+31
* Convert URLUtil to the thunk system.brettw@chromium.org2011-10-104-5/+94
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-072-1/+2
* PPAPI Flash: when leaving fullscreen video we have not beenihf@chromium.org2011-10-051-1/+1
* Convert transport, scrollbar, and query policy to IDL.brettw@chromium.org2011-10-052-4/+4
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-1/+2
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-295-0/+151
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-276-152/+0
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-276-0/+152
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-273-3/+13
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-264-0/+135
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-206-9/+63
* Properly proxy the fullscreen API.brettw@chromium.org2011-09-151-1/+1
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-153-4/+6
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-5/+3
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-3/+5
* Convert dev interfaces to use the macro system.brettw@chromium.org2011-09-1410-72/+39
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-1327-74/+336
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-1327-334/+74
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-1327-74/+334
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-1227-331/+74
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-1227-74/+331
* Remove executable permission.yzshen@chromium.org2011-09-081-0/+0
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-083-0/+52
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-075-11/+11
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-065-11/+11
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-065-11/+11
* Pepper 3D API changes:alokp@chromium.org2011-09-032-0/+18
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-012-3/+3
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-314-14/+60
* Make PPB_GLESChromiumTextureMapping_Dev work with PPB_Graphics3D_Devpiman@chromium.org2011-08-272-10/+43
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-2611-55/+98
* Add SetProperti() in the PPB_Transport_Dev interface.sergeyu@chromium.org2011-08-262-0/+10
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-265-6/+27
* Cleanup in the file chooser API.brettw@chromium.org2011-08-203-4/+7
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-186-12/+10
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-5/+13
* Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...alokp@chromium.org2011-08-161-6/+0
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-163-21/+3
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-7/+10
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-7/+2
* Add Graphics3DTrusted dev interface for proxy.nfullagar@google.com2011-08-111-0/+2
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-103-4/+13
* Fix raw key down events in Pepper.piman@google.com2011-08-091-0/+1
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-084-35/+20
* Video Capture Pepper APIpiman@chromium.org2011-08-064-0/+104