summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-076-12/+15
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-069-17/+17
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-069-17/+17
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-015-20/+15
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-316-7/+25
* Reland http://codereview.chromium.org/7648033dmichael@chromium.org2011-08-302-2/+6
* Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...dtseng@chromium.org2011-08-302-6/+2
* Add means for running some tests only o-o-p. Add messaging non-main thread test.dmichael@chromium.org2011-08-302-2/+6
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-302-15/+29
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-2617-27/+66
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-2619-358/+169
* Merge the plugin and impl side of the audio config and input event resources.brettw@chromium.org2011-08-258-97/+21
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-227-14/+14
* Cleanup in the file chooser API.brettw@chromium.org2011-08-208-29/+79
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-18145-789/+644
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-1855-513/+345
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-166-15/+5
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-163-13/+86
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-1/+1
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-1379-408/+424
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-121-3/+6
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-1212-100/+12
* Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.yzshen@chromium.org2011-08-122-24/+43
* Add the PP_Instance to resource object base.brettw@chromium.org2011-08-111-1/+2
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-111-3/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-1126-63/+54
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-0919-520/+441
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-099-3/+605
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-0810-107/+178
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-0610-35/+772