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_channel.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix type truncation warnings related to WebSocketFrameHeader::payload_length
pkasting
2014-10-15
1
-21
/
+17
*
Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better
pkasting
2014-10-09
1
-14
/
+11
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-5
/
+5
*
Remove implicit conversions from scoped_refptr to T* in net/websockets/
dcheng
2014-08-26
1
-2
/
+2
*
[WebSocket] Send a close frame when the renderer process is gone.
yhirano@chromium.org
2014-07-28
1
-0
/
+2
*
Revert of [WebSocket] Send a close frame when the renderer process is gone. (...
kaznacheev@chromium.org
2014-07-25
1
-2
/
+0
*
[WebSocket] Send a close frame when the renderer process is gone.
yhirano@chromium.org
2014-07-25
1
-0
/
+2
*
Fix a use-after-free bug of the failure message.
ricea@chromium.org
2014-07-03
1
-1
/
+4
*
Support recovery from SSL errors.
ricea@chromium.org
2014-06-05
1
-0
/
+17
*
[WebSocket] Fix a crash caused by a pending empty frame.
yhirano@chromium.org
2014-04-28
1
-1
/
+3
*
UMA: Add Net.WebSocket.Duration
tyoshino@chromium.org
2014-04-24
1
-17
/
+37
*
Add DCHECKs on state_ after SendClose() call in WebSocketChannel
tyoshino@chromium.org
2014-04-22
1
-1
/
+5
*
Stop using VLOG() in WebSocketChannel.
ricea@chromium.org
2014-04-14
1
-8
/
+8
*
Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffer
tyoshino@chromium.org
2014-03-24
1
-4
/
+5
*
Obey renderer-supplied quota in the browser.
ricea@chromium.org
2014-03-24
1
-16
/
+103
*
[WebSocketChannel] Change |state_| out of SendClose() to make state transitio...
tyoshino@chromium.org
2014-03-19
1
-13
/
+21
*
Reduce a variable and indentation in WebSocketChannel::ParseClose()
tyoshino@chromium.org
2014-03-19
1
-24
/
+24
*
Introduce url::Origin to represent Web Origin.
yhirano@chromium.org
2014-03-13
1
-3
/
+4
*
Remove a dead test for non-final control frames.
ricea@chromium.org
2014-03-05
1
-8
/
+2
*
Fix the console message when reserved bits exist
ricea@chromium.org
2014-02-28
1
-1
/
+6
*
ui/base/resource: Remove dependency on net's big_endian implementation.
tfarina@chromium.org
2014-02-26
1
-3
/
+3
*
net::WebSocketChannel should reject reserved bits
ricea@chromium.org
2014-02-26
1
-0
/
+6
*
Allow sending of empty Close frames from Blink.
ricea@chromium.org
2014-02-26
1
-2
/
+5
*
Never send empty non-final messages to Blink.
ricea@chromium.org
2014-02-21
1
-3
/
+15
*
Check for invalid use of data frame opcodes.
ricea@chromium.org
2014-02-19
1
-34
/
+57
*
Rename closing_* in WebSocketChannel to received_close_* and do some refactoring
tyoshino@chromium.org
2014-02-13
1
-35
/
+47
*
Add UTF-8 validation of Text frames.
ricea@chromium.org
2014-02-10
1
-9
/
+44
*
Pass was_clean from WebSocketChannel to renderer
ricea@chromium.org
2014-02-10
1
-6
/
+9
*
Don't set reason "Abnormal Closure"
ricea@chromium.org
2014-02-06
1
-4
/
+3
*
The renderer has no way to indicate a close during connection except by
ricea@chromium.org
2014-02-05
1
-0
/
+7
*
Pass extensions from WebSocketChannel to renderer
ricea@chromium.org
2014-01-27
1
-2
/
+3
*
Previously, FailChannel() called OnDropChannel(). This resulted in the
ricea@chromium.org
2014-01-27
1
-48
/
+71
*
Notify WebSocket opening handshake information to the renderer.
yhirano@chromium.org
2014-01-22
1
-7
/
+134
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
Fail WebSocket channel when handshake fails.
yhirano@chromium.org
2014-01-09
1
-4
/
+4
*
Fix DCHECK in WebSocketChannel::SendFlowControl
ricea@chromium.org
2013-12-12
1
-1
/
+2
*
WebSocketChannel should ensure the scheme is "ws" or "wss" before
ricea@chromium.org
2013-11-22
1
-1
/
+9
*
Remove the word "factory" from WebSocketChannel
ricea@chromium.org
2013-11-13
1
-7
/
+7
*
Fix WebSocketChannel for NULL payloads.
ricea@chromium.org
2013-11-12
1
-5
/
+4
*
See
ricea@chromium.org
2013-10-24
1
-121
/
+139
*
Add checks for valid close status and reason.
ricea@chromium.org
2013-10-24
1
-2
/
+45
*
Add closing handshake timeout.
ricea@chromium.org
2013-10-23
1
-5
/
+36
*
Create WebSocketDispatcherHost and WebSocketHost classes. WebSocketDispatcher...
ricea@chromium.org
2013-10-08
1
-12
/
+15
*
Most of the WebSocket code does not need to care about the original
ricea@chromium.org
2013-09-26
1
-164
/
+73
*
Make the control frame assembly algorithm O(N)
ricea@chromium.org
2013-08-27
1
-65
/
+71
*
Add remainder of WebSocketChannel tests
ricea@chromium.org
2013-07-26
1
-32
/
+68
*
WebSocketChannel implements the transport-independent parts of the WebSocket ...
ricea@chromium.org
2013-07-17
1
-0
/
+667