summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-5/+6
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-06-011-1/+1
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Remove fail argument from WebSocket AddChannelResponse messagetyoshino2015-03-061-3/+3
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-4/+4
* Use shorter timeout for WebSocket connection that has completed closing hands...tyoshino2014-11-071-12/+50
* [WebSocket] Add DCHECK on OnFailChannel() calltyoshino2014-11-061-2/+5
* [WebSocket] Pass received status code of 0 to script as-istyoshino2014-10-311-1/+4
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-5/+5
* Fix type truncation warnings related to WebSocketFrameHeader::payload_lengthpkasting2014-10-151-21/+17
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-14/+11
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-5/+5
* Remove implicit conversions from scoped_refptr to T* in net/websockets/dcheng2014-08-261-2/+2
* [WebSocket] Send a close frame when the renderer process is gone.yhirano@chromium.org2014-07-281-0/+2
* Revert of [WebSocket] Send a close frame when the renderer process is gone. (...kaznacheev@chromium.org2014-07-251-2/+0
* [WebSocket] Send a close frame when the renderer process is gone.yhirano@chromium.org2014-07-251-0/+2
* Fix a use-after-free bug of the failure message.ricea@chromium.org2014-07-031-1/+4
* Support recovery from SSL errors.ricea@chromium.org2014-06-051-0/+17
* [WebSocket] Fix a crash caused by a pending empty frame.yhirano@chromium.org2014-04-281-1/+3
* UMA: Add Net.WebSocket.Durationtyoshino@chromium.org2014-04-241-17/+37
* Add DCHECKs on state_ after SendClose() call in WebSocketChanneltyoshino@chromium.org2014-04-221-1/+5
* Stop using VLOG() in WebSocketChannel.ricea@chromium.org2014-04-141-8/+8
* Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffertyoshino@chromium.org2014-03-241-4/+5
* Obey renderer-supplied quota in the browser.ricea@chromium.org2014-03-241-16/+103
* [WebSocketChannel] Change |state_| out of SendClose() to make state transitio...tyoshino@chromium.org2014-03-191-13/+21
* Reduce a variable and indentation in WebSocketChannel::ParseClose()tyoshino@chromium.org2014-03-191-24/+24
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-131-3/+4
* Remove a dead test for non-final control frames.ricea@chromium.org2014-03-051-8/+2
* Fix the console message when reserved bits existricea@chromium.org2014-02-281-1/+6
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-261-3/+3
* net::WebSocketChannel should reject reserved bitsricea@chromium.org2014-02-261-0/+6
* Allow sending of empty Close frames from Blink.ricea@chromium.org2014-02-261-2/+5
* Never send empty non-final messages to Blink.ricea@chromium.org2014-02-211-3/+15
* Check for invalid use of data frame opcodes.ricea@chromium.org2014-02-191-34/+57
* Rename closing_* in WebSocketChannel to received_close_* and do some refactoringtyoshino@chromium.org2014-02-131-35/+47
* Add UTF-8 validation of Text frames.ricea@chromium.org2014-02-101-9/+44
* Pass was_clean from WebSocketChannel to rendererricea@chromium.org2014-02-101-6/+9
* Don't set reason "Abnormal Closure"ricea@chromium.org2014-02-061-4/+3
* The renderer has no way to indicate a close during connection except byricea@chromium.org2014-02-051-0/+7
* Pass extensions from WebSocketChannel to rendererricea@chromium.org2014-01-271-2/+3
* Previously, FailChannel() called OnDropChannel(). This resulted in thericea@chromium.org2014-01-271-48/+71
* Notify WebSocket opening handshake information to the renderer.yhirano@chromium.org2014-01-221-7/+134
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* Fail WebSocket channel when handshake fails.yhirano@chromium.org2014-01-091-4/+4
* Fix DCHECK in WebSocketChannel::SendFlowControlricea@chromium.org2013-12-121-1/+2
* WebSocketChannel should ensure the scheme is "ws" or "wss" beforericea@chromium.org2013-11-221-1/+9
* Remove the word "factory" from WebSocketChannelricea@chromium.org2013-11-131-7/+7
* Fix WebSocketChannel for NULL payloads.ricea@chromium.org2013-11-121-5/+4
* Seericea@chromium.org2013-10-241-121/+139