summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/web_socket_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a centralized mechanism for whitelisting access to extension permissions.jstritar@chromium.org2012-02-091-19/+4
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-6/+3
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-1/+2
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-1/+1
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-8/+12
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-18/+10
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-7/+9
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-6/+9
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move DNS resolution from websocket-to-TCP proxy to ExtensionFunctionaltimofeev@chromium.org2011-11-221-43/+19
* CrOs: Remove 29 exit time destructors and 8 static initializers.thakis@chromium.org2011-11-211-8/+16
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* Take care about lifetime of an object.dilmah@chromium.org2011-11-091-3/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Use base::Bind() instead of NewRunnableFunction() in chromeossatorux@chromium.org2011-10-201-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Support SSL connections in websocket-to-TCP proxy.dilmah@chromium.org2011-10-141-120/+651
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Remove DCHECK of UI thread of OnlineStatus observer.dilmah@chromium.org2011-10-101-1/+3
* chromeos: Fix the build failure.satorux@chromium.org2011-10-071-1/+1
* Handle network change in WS-to-TCP proxy.dilmah@chromium.org2011-09-091-30/+65
* That's fast temporary fix. Strict compliance to hybi-10 specification is non...dilmah@chromium.org2011-09-021-145/+212
* base: Remove using declaration of MD5Digest now that hunspell was fixed.tfarina@chromium.org2011-08-081-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+3
* use path in #includesdilmah@chromium.org2011-06-201-1/+1
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-181-23/+30
* Websocket to TCP proxy running in a separate thread (only on ChromeOS).dilmah@chromium.org2011-05-101-0/+1290