summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Update SPDY4/HTTP2 identifiers/flags/NPN tokens.jgraettinger@chromium.org2014-04-142-4/+2
* Stop using VLOG() in WebSocketChannel.ricea@chromium.org2014-04-141-8/+8
* Add Net.WebSocket.HandshakeResult UMA entry to the new WebSocket impl.yhirano@chromium.org2014-04-042-3/+123
* Test for WebSocketJob being deleted on the stackricea@chromium.org2014-04-042-6/+174
* Rename PrivateMode enum values:rch@chromium.org2014-04-012-2/+2
* Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...rch@chromium.org2014-03-282-2/+2
* Rename PrivateMode enum values:rch@chromium.org2014-03-282-2/+2
* Refactor CookieStore/CookieMonstertburkard@chromium.org2014-03-241-0/+6
* Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffertyoshino@chromium.org2014-03-242-8/+9
* Obey renderer-supplied quota in the browser.ricea@chromium.org2014-03-243-25/+451
* [WebSocketChannel] Change |state_| out of SendClose() to make state transitio...tyoshino@chromium.org2014-03-192-13/+23
* 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-137-60/+76
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-121-1/+1
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-123-31/+24
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-123-24/+31
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-123-31/+24
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-111-1/+1
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-071-1/+1
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-061-1/+1
* Remove a dead test for non-final control frames.ricea@chromium.org2014-03-052-33/+4
* Fix the console message when reserved bits existricea@chromium.org2014-02-282-4/+10
* Remove obsolete TODO from websocket_stream.ccricea@chromium.org2014-02-271-1/+0
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-264-11/+11
* net::WebSocketChannel should reject reserved bitsricea@chromium.org2014-02-263-0/+34
* 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-213-5/+43
* Wrap callback and call streams_->ReadFrames() on the same linetyoshino@chromium.org2014-02-212-11/+16
* Previously, an unparseable status line would give an "Unexpectedricea@chromium.org2014-02-212-4/+13
* Handle empty non-final async frames correctly.ricea@chromium.org2014-02-212-2/+52
* [WebSocket] Fix permessage-deflate handshake failure messages.yhirano@chromium.org2014-02-192-39/+45
* Check for invalid use of data frame opcodes.ricea@chromium.org2014-02-193-34/+112
* Clear reserved flags on synthetic continuations.ricea@chromium.org2014-02-192-2/+36
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* Rename closing_* in WebSocketChannel to received_close_* and do some refactoringtyoshino@chromium.org2014-02-132-46/+64
* Add UTF-8 validation of Text frames.ricea@chromium.org2014-02-103-10/+368
* Pass was_clean from WebSocketChannel to rendererricea@chromium.org2014-02-104-27/+39
* Specify a console message for ERR_EMPTY_RESPONSEricea@chromium.org2014-02-072-0/+27
* HttpStreamParser will not return any response headers at all if they arericea@chromium.org2014-02-063-15/+52
* Don't set reason "Abnormal Closure"ricea@chromium.org2014-02-062-5/+4
* [WebSocket] Add Cache-Control to the request header.yhirano@chromium.org2014-02-056-56/+64
* The renderer has no way to indicate a close during connection except byricea@chromium.org2014-02-052-0/+17
* Advertise the permessage-deflate extension and enable it when requested by th...ricea@chromium.org2014-01-296-29/+405
* Pass extensions from WebSocketChannel to rendererricea@chromium.org2014-01-273-47/+88
* Add a test for Pong frames with NULL data and fix.ricea@chromium.org2014-01-273-9/+30
* Previously, FailChannel() called OnDropChannel(). This resulted in thericea@chromium.org2014-01-273-119/+247
* [WebSocket] Compress an empty string to one byte.yhirano@chromium.org2014-01-243-5/+4
* Notify WebSocket opening handshake information to the renderer.yhirano@chromium.org2014-01-2217-16/+659
* Add window_bits to DeflateStream constructorricea@chromium.org2014-01-213-20/+88
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-173-6/+5