| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Useful for SPDY 4 development. Including the following refactor line items, among others:
* Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_
* Add fields, and centralize processing, for common frame header in SpdyFramer.
* Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields.
This lands server change 42289618.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182818
Review URL: https://codereview.chromium.org/12212186
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert 182818 - Remove SpdyControlFrame, and associated cleanup.
Useful for SPDY 4 development. Including the following refactor line items, among others:
* Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_
* Add fields, and centralize processing, for common frame header in SpdyFramer.
* Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields.
This lands server change 42289618.
Review URL: https://codereview.chromium.org/12212186
TBR=akalin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12278016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182827 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Useful for SPDY 4 development. Including the following refactor line items, among others:
* Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_
* Add fields, and centralize processing, for common frame header in SpdyFramer.
* Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields.
This lands server change 42289618.
Review URL: https://codereview.chromium.org/12212186
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182818 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This lands server change 42070470.
Review URL: https://codereview.chromium.org/12262002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Useful in SPDY 4 development.
This lands server change 420065749.
Review URL: https://codereview.chromium.org/12256004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182377 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9815028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
TEST=network unit tests and browser unit_tests
R=willchan
Review URL: https://chromiumcodereview.appspot.com/9618002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126175 0039d316-1c4b-4281-b951-d872f2087c98
|