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
/
net
/
websockets
/
websocket_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the old WebSocket implementation from net/
ricea
2014-11-08
1
-693
/
+0
*
Get rid of websocket_over_spdy_enabled global.
mmenke@chromium.org
2014-06-02
1
-11
/
+1
*
Renamed namespaces in src/net.
vitalybuka@chromium.org
2014-04-30
1
-3
/
+2
*
Test for WebSocketJob being deleted on the stack
ricea@chromium.org
2014-04-04
1
-6
/
+8
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
1
-1
/
+1
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
1
-1
/
+1
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
1
-1
/
+1
*
Allow the content browser client to specify a special cookie store to be
tburkard@chromium.org
2014-03-12
1
-6
/
+7
*
Revert 256579 "Allow the content browser client to specify a spe..."
peter@chromium.org
2014-03-12
1
-7
/
+6
*
Allow the content browser client to specify a special cookie store to be
tburkard@chromium.org
2014-03-12
1
-6
/
+7
*
Remove code for old WebSocket protocols from WebSocketJob and helpers for it
tyoshino@chromium.org
2013-10-09
1
-3
/
+0
*
Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."
tkent@chromium.org
2013-09-20
1
-5
/
+12
*
Don't persist HPKP if PrivacyMode is enabled.
mef@chromium.org
2013-09-20
1
-12
/
+5
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-3
/
+2
*
Reduce the complexity of WebSocketThrottle's wakeup code
tyoshino@chromium.org
2013-07-18
1
-4
/
+5
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
[SPDY] Make SpdySessionPool keep track of available sessions
akalin@chromium.org
2013-07-08
1
-1
/
+1
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
1
-5
/
+5
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-7
/
+4
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-24
/
+26
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-2
/
+2
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-4
/
+9
*
Use loop to iterate over cookies to save in the SaveNextCookie method.
tyoshino@chromium.org
2013-05-17
1
-22
/
+50
*
Remove redundant reset() call on WebSocket response parser
tyoshino@chromium.org
2013-05-14
1
-2
/
+0
*
Less indentation in WebSocketJob::SaveNextCookie() for readability
tyoshino@chromium.org
2013-05-07
1
-16
/
+17
*
Refactor cookie saving code in WebSocketJob for readability.
tyoshino@chromium.org
2013-05-02
1
-25
/
+31
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-3
/
+8
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-8
/
+3
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-3
/
+8
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-3
/
+3
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-1
/
+0
*
WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3
toyoshim@chromium.org
2012-08-14
1
-2
/
+6
*
Remove linked_ptr from SpdyStream.
rch@chromium.org
2012-07-18
1
-2
/
+2
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
1
-4
/
+3
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-2
/
+1
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-2
/
+2
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
OnSSLCertificateError delegate chain back to SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-09
1
-0
/
+6
*
Remove WebSocketFrameHandler.
yutak@chromium.org
2012-02-15
1
-67
/
+44
*
Initialize protocol_version to Unknown.
rtenneti@chromium.org
2011-12-20
1
-1
/
+2
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-1
/
+3
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
1
-14
/
+13
*
Convert ScopedRunnableMethodFactory in WebSocketJob.
yutak@chromium.org
2011-11-29
1
-5
/
+8
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-4
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
1
-2
/
+5
*
Apply the asynchronous CookieMonster API to WebsocketJob.
ycxiao@chromium.org
2011-08-01
1
-33
/
+51
*
Use ScopedRunnableMethodFactory in WebSocketJob
ukai@chromium.org
2011-07-22
1
-5
/
+11
[next]