Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Issue 2794063002: Add a SpdyFramer extension API implementation. (Closed)

Created:
3 years, 8 months ago by Bence
Modified:
3 years, 8 months ago
Reviewers:
diannahu, xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, bnc+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a SpdyFramer extension API implementation. Add a SpdyFramer extension API implementation that can be used to parse and emit METADATA frames. This CL lands server change 150400088 by birenroy and server change 152256907 by bnc. BUG=488484 Review-Url: https://codereview.chromium.org/2794063002 Cr-Commit-Position: refs/heads/master@{#462089} Committed: https://chromium.googlesource.com/chromium/src/+/3cda020e6fa6fe0c9fbdb9a3589520e786425826

Patch Set 1 #

Total comments: 5

Patch Set 2 : Re: #12. #

Total comments: 2

Patch Set 3 : Re: #14. #

Patch Set 4 : Add BeginNewExtensionFrame. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -2 lines) Patch
M net/spdy/spdy_frame_builder.h View 1 2 3 2 chunks +18 lines, -2 lines 1 comment Download
M net/spdy/spdy_frame_builder.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (15 generated)
Bence
diannahu: PTAL. Thank you.
3 years, 8 months ago (2017-04-03 22:15:15 UTC) #6
diannahu
lgtm
3 years, 8 months ago (2017-04-03 23:34:57 UTC) #7
Bence
xunjieli: please rubber stamp. diannahu: thank you for the review.
3 years, 8 months ago (2017-04-04 12:58:06 UTC) #9
xunjieli
https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h#newcode68 net/spdy/spdy_frame_builder.h:68: uint8_t type, Isn't a SpdyFrameType a uint8_t? What's the ...
3 years, 8 months ago (2017-04-04 14:36:37 UTC) #10
Bence
https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h#newcode68 net/spdy/spdy_frame_builder.h:68: uint8_t type, On 2017/04/04 14:36:36, xunjieli wrote: > Isn't ...
3 years, 8 months ago (2017-04-04 15:19:20 UTC) #11
xunjieli
https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h#newcode68 net/spdy/spdy_frame_builder.h:68: uint8_t type, On 2017/04/04 15:19:20, Bence wrote: > On ...
3 years, 8 months ago (2017-04-04 15:44:41 UTC) #12
Bence
xunjieli: PTAL. Thank you. https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h#newcode68 net/spdy/spdy_frame_builder.h:68: uint8_t type, Sorry, I was ...
3 years, 8 months ago (2017-04-04 16:58:47 UTC) #13
xunjieli
lgtm. one minor nit below. https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/1/net/spdy/spdy_frame_builder.h#newcode68 net/spdy/spdy_frame_builder.h:68: uint8_t type, On 2017/04/04 ...
3 years, 8 months ago (2017-04-04 17:07:36 UTC) #14
Bence
Thank you for the review.
3 years, 8 months ago (2017-04-04 18:40:16 UTC) #15
Bence
https://codereview.chromium.org/2794063002/diff/20001/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (right): https://codereview.chromium.org/2794063002/diff/20001/net/spdy/spdy_frame_builder.h#newcode60 net/spdy/spdy_frame_builder.h:60: uint8_t type, On 2017/04/04 17:07:36, xunjieli wrote: > minor ...
3 years, 8 months ago (2017-04-04 18:46:38 UTC) #16
xunjieli
lgtm! Thanks.
3 years, 8 months ago (2017-04-04 22:34:29 UTC) #18
Bence
xunjieli: PTAL at Patch Set 4. Thank you. https://codereview.chromium.org/2794063002/diff/60001/net/spdy/spdy_frame_builder.h File net/spdy/spdy_frame_builder.h (left): https://codereview.chromium.org/2794063002/diff/60001/net/spdy/spdy_frame_builder.h#oldcode58 net/spdy/spdy_frame_builder.h:58: // ...
3 years, 8 months ago (2017-04-05 13:43:09 UTC) #19
xunjieli
On 2017/04/05 13:43:09, Bence wrote: > xunjieli: PTAL at Patch Set 4. Thank you. > ...
3 years, 8 months ago (2017-04-05 14:25:37 UTC) #22
diannahu
lgtm
3 years, 8 months ago (2017-04-05 14:50:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2794063002/60001
3 years, 8 months ago (2017-04-05 15:53:51 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 15:59:25 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/3cda020e6fa6fe0c9fbdb9a35895...

Powered by Google App Engine
This is Rietveld 408576698