summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-1826-187/+145
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-1826-145/+187
* Fix the PPAPI unittests by hooking up the new proxy function.brettw@chromium.org2011-10-171-7/+11
* Fix crash in PPB_FileChooser_Dev proxy.bbudge@google.com2011-10-171-2/+2
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-166-13/+13
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-143-4/+5
* Proxy PPB_FileChooserTrusted for Flash.bbudge@google.com2011-10-133-1/+24
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-135-17/+65
* Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...dmichael@chromium.org2011-10-115-28/+220
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-1112-302/+27
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-111-7/+19
* Convert URLUtil to the thunk system.brettw@chromium.org2011-10-107-302/+159
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-071-6/+7
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-049-19/+28
* Add some checking for the font proxy.brettw@chromium.org2011-10-041-10/+21
* Remove the host dispatcher unittest file. This test doesn't pass because thebrettw@chromium.org2011-10-041-42/+0
* Restore comments about reentrancy in the HostDispatcher::Send functionananta@chromium.org2011-10-011-1/+7
* Fix a crash in the renderer process which occurs in the PPAPI host code due t...ananta@chromium.org2011-09-301-5/+6
* Unused variables cleanup (gcc 4.6)pph34r@gmail.com2011-09-303-10/+10
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-295-0/+161
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-275-161/+0
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-275-0/+161
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-278-15/+95
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-267-0/+496
* Add a test for PPP_Instance_Private_Proxy, to verify reference counting.dmichael@chromium.org2011-09-234-12/+197
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-205-36/+37
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-165-7/+16
* Properly proxy the fullscreen API.brettw@chromium.org2011-09-151-0/+1
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-1/+1
* Reland r101259 after fixing shared-library build issues.alokp@chromium.org2011-09-151-1/+3
* Revert 101259 - Removed the dependency of PepperPluginRegistry on Pepper proxy.stuartmorgan@chromium.org2011-09-151-2/+0
* Removed the dependency of PepperPluginRegistry on Pepper proxy.alokp@chromium.org2011-09-151-0/+2
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-152-2/+2
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-2/+2
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-2/+2
* Convert dev interfaces to use the macro system.brettw@chromium.org2011-09-144-15/+16
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-13110-2152/+1202
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-13110-1202/+2152
* Rename more interface -> interface name to fix the Windows build.brettw@chromium.org2011-09-132-3/+3
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-13110-2152/+1202
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-123-3/+8
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-12110-1201/+2152
* Revert 100751 - Fix Windows build by renaming interface to iface.dmazzoni@chromium.org2011-09-122-9/+9
* Fix Windows build by renaming interface to iface.brettw@chromium.org2011-09-122-9/+9
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-12110-2152/+1201
* Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer().dmichael@chromium.org2011-09-091-1/+0
* Remove executable permission.yzshen@chromium.org2011-09-082-0/+0
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-087-0/+183
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-079-17/+17