index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
chromeos
/
web_socket_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
1
-1
/
+1
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2
tfarina@chromium.org
2013-07-03
1
-2
/
+2
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-14
1
-16
/
+19
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-0
/
+5
*
Use a direct include of strings headers in chrome/browser/chromeos/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-15
/
+15
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/chromeos edition.
rsleevi@chromium.org
2013-02-06
1
-1
/
+1
*
Revert 168239 - Extract SIGPIPE ignoring code to a common place.
dmichael@google.com
2012-11-16
1
-2
/
+13
*
Extract SIGPIPE ignoring code to a common place.
phajdan.jr@chromium.org
2012-11-16
1
-13
/
+2
*
Establish /extensions directory and move URLPattern there.
aa@chromium.org
2012-11-13
1
-2
/
+2
*
Clang: enable -Wtautological-constant-out-of-range-compare
hans@chromium.org
2012-11-02
1
-1
/
+1
*
browser: Move more files into chrome namespace.
tfarina@chromium.org
2012-07-02
1
-2
/
+2
*
Fix ChromeOS build
agl@chromium.org
2012-06-27
1
-1
/
+1
*
RefCounted types should not have public destructors, chromeos edition
rsleevi@chromium.org
2012-06-25
1
-1
/
+1
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
1
-1
/
+1
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-2
/
+4
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
1
-9
/
+10
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+1
*
Add a centralized mechanism for whitelisting access to extension permissions.
jstritar@chromium.org
2012-02-09
1
-19
/
+4
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
1
-6
/
+3
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-30
1
-1
/
+2
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-1
/
+1
*
base::Bind: Convert NewRunnableMethod in chrome/browser.
jhawkins@chromium.org
2011-12-24
1
-8
/
+12
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-18
/
+10
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-7
/
+9
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-6
/
+9
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-0
/
+1
*
Move DNS resolution from websocket-to-TCP proxy to ExtensionFunction
altimofeev@chromium.org
2011-11-22
1
-43
/
+19
*
CrOs: Remove 29 exit time destructors and 8 static initializers.
thakis@chromium.org
2011-11-21
1
-8
/
+16
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-1
/
+1
*
Take care about lifetime of an object.
dilmah@chromium.org
2011-11-09
1
-3
/
+5
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Use base::Bind() instead of NewRunnableFunction() in chromeos
satorux@chromium.org
2011-10-20
1
-2
/
+3
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Support SSL connections in websocket-to-TCP proxy.
dilmah@chromium.org
2011-10-14
1
-120
/
+651
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Remove DCHECK of UI thread of OnlineStatus observer.
dilmah@chromium.org
2011-10-10
1
-1
/
+3
*
chromeos: Fix the build failure.
satorux@chromium.org
2011-10-07
1
-1
/
+1
*
Handle network change in WS-to-TCP proxy.
dilmah@chromium.org
2011-09-09
1
-30
/
+65
*
That's fast temporary fix. Strict compliance to hybi-10 specification is non...
dilmah@chromium.org
2011-09-02
1
-145
/
+212
*
base: Remove using declaration of MD5Digest now that hunspell was fixed.
tfarina@chromium.org
2011-08-08
1
-1
/
+1
[next]