summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Video Capture Pepper APIpiman@chromium.org2011-08-063-0/+8
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-0310-177/+107
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-0310-107/+177
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-0315-43/+381
* Remove a few unused functions.thakis@chromium.org2011-08-021-8/+0
* Allow reentrancy for HostDispatcher::GetProxiedInterfacevrk@google.com2011-08-021-1/+5
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-012-0/+37
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-013-5/+136
* Various fixes to Graphics3D proxy to make it work.alokp@chromium.org2011-08-012-6/+12
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-302-0/+6
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-292-2/+8
* Implemented CommandBuffer::GetState Graphics3D.apatrick@chromium.org2011-07-261-0/+5
* Fix input event resource proxying functions in the Chrome IPC proxy. Thebrettw@chromium.org2011-07-223-4/+46
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-0/+5
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-202-11/+11
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-207-102/+14
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-207-14/+102
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-207-102/+14
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-207-14/+102
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-207-102/+14
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-5/+0
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-194-893/+9
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-193-21/+94
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-192-8/+5
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-191-0/+21
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-197-1/+804
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-187-804/+1
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-187-1/+804
* Remove untrusted scripting support.dmichael@chromium.org2011-07-148-181/+7