summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/websocket_resource.cc
Commit message (Expand)AuthorAgeFilesLines
* Add PPAPI_BEGIN_MESSAGE_MAP and PPAPI_END_MESSAGE_MAP to be used when dispatc...jam@chromium.org2014-05-131-2/+2
* Move Blink dependency out of plugin proxy code.bbudge@chromium.org2014-03-181-13/+5
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-3/+3
* NaCl CompletionCallback is called twice in WebSocket::ReceiveMessage and cras...yhirano@chromium.org2013-07-261-6/+17
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-10/+10
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-041-3/+3
* Revert 180190dmichael@chromium.org2013-02-021-3/+3
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-3/+3
* Revert 180093koz@chromium.org2013-02-011-3/+3
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-3/+3
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-051-4/+4
* Provide IPC mechanism for host-to-resource messagingvictorhsieh@chromium.org2012-10-291-52/+26
* PluginResource: Avoid having two sets of similar methods for talking with bro...yzshen@chromium.org2012-10-161-6/+6
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-091-0/+509