summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/web_socket_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-2/+2
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-16/+19
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-0/+5
* Use a direct include of strings headers in chrome/browser/chromeos/.avi@chromium.org2013-06-111-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-15/+15
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/chromeos edition.rsleevi@chromium.org2013-02-061-1/+1
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-2/+13
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-13/+2
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-2/+2
* Clang: enable -Wtautological-constant-out-of-range-comparehans@chromium.org2012-11-021-1/+1
* browser: Move more files into chrome namespace.tfarina@chromium.org2012-07-021-2/+2
* Fix ChromeOS buildagl@chromium.org2012-06-271-1/+1
* RefCounted types should not have public destructors, chromeos editionrsleevi@chromium.org2012-06-251-1/+1
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-2/+4
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-9/+10
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* 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