summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_socket_stream_bridge.cc
Commit message (Expand)AuthorAgeFilesLines
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-06-041-259/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-2/+2
* Revert "Move C++ code from webkit/tools/test_shell to webkit/support"jamesr@chromium.org2013-05-301-0/+259
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-05-301-259/+0
* Update refernces to Blink's Platform API (webkit)abarth@chromium.org2013-05-301-1/+1
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-10/+10
* Websocket should fire 'error' event if no server availabletyoshino@chromium.org2013-05-021-0/+20
* Revert 196728 "Websocket should fire 'error' event if no server ..."ojan@chromium.org2013-04-261-20/+0
* Websocket should fire 'error' event if no server availableli.yin@intel.com2013-04-261-0/+20
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-7/+7
* Update some #includes in webkit/tools/test_shell for headers in the new Platf...pilgrim@chromium.org2013-01-181-1/+1
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+2
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-1/+1
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-6/+2
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-3/+6
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-101-13/+12
* LayoutTests/http/tests/websocket/tests/hixie76/simple-stress.html was flaky.toyoshim@chromium.org2011-07-211-9/+10
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-1/+2
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-3/+3
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-3/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Delay OnClose actions.ukai@chromium.org2009-10-261-21/+34
* Make WebSocketStreamHandleBridge RefCountedThreadSafe.ukai@chromium.org2009-10-221-4/+3
* Enable WebSocket in test_shellukai@chromium.org2009-10-211-0/+227