summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_websocket_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename public/web/WebSocket things to WebPepperSocket.esprehn2016-03-041-12/+12
* Switch to static_assert in the repo.avi2015-11-241-2/+2
* split port_util.h off of net_util.heroman2015-07-211-1/+1
* Make FTP EPSV/PASV and PepperWebSocketHost support port override list.mmenke2015-06-111-3/+1
* Unify code to deal with restricted ports.mmenke2015-06-081-1/+3
* Change pepper websocket port check to use EffectiveIntPort.jvoung2015-02-191-1/+1
* blink: Transition from platform/WebArrayBuffer.h to web/WebArrayBuffer.h.yukishiino2014-12-041-1/+1
* PepperWebSocketHost should not call blink::WebSocket APIs after closed.yhirano2014-08-271-1/+3
* Add PPAPI_BEGIN_MESSAGE_MAP and PPAPI_END_MESSAGE_MAP to be used when dispatc...jam@chromium.org2014-05-131-11/+12
* PPAPI: Run clang_format.py on content/renderer/pepperdmichael@chromium.org2014-04-111-57/+48
* Move Blink dependency out of plugin proxy code.bbudge@chromium.org2014-03-181-1/+45
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-10/+10
* Update the include path for WebArrayBuffer.heroman@chromium.org2013-07-171-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-5/+5
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-2/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-7/+7
* Update some #includes in content/renderer/pepper for headers in the new Platf...pilgrim@chromium.org2013-01-101-2/+2
* &vec.front() on an empty vector will crash on Windows, last I knew.cevans@chromium.org2012-12-191-1/+1
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-091-0/+290