summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_transport_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-301-404/+0
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-43/+24
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-8/+7
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-2/+1
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-0/+7
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-0/+8
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-151-5/+38
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-151-14/+11
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-11/+14
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-14/+11
* Add TCP configuration parameters for Transport API.sergeyu@chromium.org2011-09-061-1/+25
* Implement STUN support for P2P Transport API.sergeyu@chromium.org2011-08-301-2/+11
* Add SetProperti() in the PPB_Transport_Dev interface.sergeyu@chromium.org2011-08-261-1/+68
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-9/+33
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-1/+1
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-12/+4
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-1/+2
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-81/+13
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-021-4/+29
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-121-85/+116
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+3
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-041-1/+8
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-161-78/+200
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-200/+78
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-78/+200
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-3/+3
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+145