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

Issue 1413683005: Add new, unused methods to SpdyFramerVisitorInterface. (Closed)

Created:
5 years, 1 month ago by Bence
Modified:
5 years, 1 month ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add new, unused methods to SpdyFramerVisitorInterface. The new methods will allow SpdyFramer to pass headers to visitors through a SpdyHeadersHandlerInterface. There are so many descendants of SpdyFramerVisitorInterface that I thought it was best to start with the interface change, and add an unused stub implementation everywhere. This CL lands server change 106411694 by birenroy. BUG=488484 Committed: https://crrev.com/5d0c7230e6d1e8da9597c5a967a7b92638a58442 Cr-Commit-Position: refs/heads/master@{#357084} Committed: https://crrev.com/4a9943c8a656e6a3397aae7b29f09b694a0066aa Cr-Commit-Position: refs/heads/master@{#357345} Committed: https://crrev.com/a28fe41614c449fcbbdf72a97d9acc297fab8ec2 Cr-Commit-Position: refs/heads/master@{#357624}

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Fix compile errors of flip_in_mem_edsm_server target. #

Patch Set 4 : Fix compile errors of flip_in_mem_edsm_server_unittests target. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -0 lines) Patch
M net/quic/quic_headers_stream.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/quic/quic_headers_stream_test.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/spdy/buffered_spdy_framer.h View 2 chunks +17 lines, -0 lines 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M net/spdy/buffered_spdy_framer_unittest.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/spdy/mock_spdy_framer_visitor.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 chunk +14 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 2 chunks +20 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/flip_server/spdy_interface.h View 1 chunk +14 lines, -0 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M net/tools/flip_server/spdy_interface_test.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
Bence
Ryan: PTAL. Thank you.
5 years, 1 month ago (2015-10-29 18:14:37 UTC) #2
Ryan Hamilton
lgtm
5 years, 1 month ago (2015-10-29 20:00:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413683005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413683005/1
5 years, 1 month ago (2015-10-30 11:32:17 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-10-30 12:17:42 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5d0c7230e6d1e8da9597c5a967a7b92638a58442 Cr-Commit-Position: refs/heads/master@{#357084}
5 years, 1 month ago (2015-10-30 12:18:33 UTC) #7
Bence
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1422623009/ by bnc@chromium.org. ...
5 years, 1 month ago (2015-10-30 13:45:25 UTC) #8
Bence
Kudos for kjellander@ for pointing out the build failure to me and for asking me ...
5 years, 1 month ago (2015-10-30 13:46:42 UTC) #9
Bence
Ryan: PTAL. Patch Set 1 passed CQ but broke the build, I reverted then re-opened. ...
5 years, 1 month ago (2015-10-30 15:30:51 UTC) #11
Ryan Hamilton
lgtm
5 years, 1 month ago (2015-10-30 22:07:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413683005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413683005/40001
5 years, 1 month ago (2015-11-02 12:07:19 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-02 13:39:27 UTC) #15
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/4a9943c8a656e6a3397aae7b29f09b694a0066aa Cr-Commit-Position: refs/heads/master@{#357345}
5 years, 1 month ago (2015-11-02 13:40:23 UTC) #16
Bence
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1419923003/ by bnc@chromium.org. ...
5 years, 1 month ago (2015-11-02 14:31:08 UTC) #17
Bence
Ryan: please take yet another look. Thanks. Turns out patch set 3 indeed fixed compilation ...
5 years, 1 month ago (2015-11-02 14:49:52 UTC) #19
Ryan Hamilton
lgtm
5 years, 1 month ago (2015-11-03 18:58:36 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413683005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413683005/60001
5 years, 1 month ago (2015-11-03 19:39:28 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-03 21:14:19 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-11-03 21:15:20 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a28fe41614c449fcbbdf72a97d9acc297fab8ec2
Cr-Commit-Position: refs/heads/master@{#357624}

Powered by Google App Engine
This is Rietveld 408576698