summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-13/+1
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-1/+13
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-13/+1
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-237/+38
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-38/+237
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-237/+38
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-38/+237
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-237/+38
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-081-0/+3
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-1/+1
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-1/+1
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-1/+1
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-311-1/+2
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-0/+1
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-091-0/+3
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+4
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-0/+2
* Various fixes to Graphics3D proxy to make it work.alokp@chromium.org2011-08-011-0/+2
* Fix input event resource proxying functions in the Chrome IPC proxy. Thebrettw@chromium.org2011-07-221-2/+5
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-201-1/+1
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-1/+1
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-1/+1
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-1/+1
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-1/+1
* Remove untrusted scripting support.dmichael@chromium.org2011-07-141-2/+0
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-131-0/+1
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-131-1/+0
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-131-0/+1
* Reland http://codereview.chromium.org/7312008/dmichael@chromium.org2011-07-081-1/+2
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-081-2/+1
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-081-1/+2
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-071-0/+4
* Add PPB_Memory_Dev to the proxy.dspringer@chromium.org2011-07-061-0/+2
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+3
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-3/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+3
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-14/+2
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-2/+1
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-1/+1
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-12/+18
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-081-0/+3
* Proxy PPB_Instance_Private and PPP_Instance_Private.dmichael@chromium.org2011-05-251-0/+4
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-6/+0
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+6
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-201-0/+3
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-171-0/+2
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-68/+3