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

Issue 10054034: SPDY - replaced SpdySettings (list) with SettingsMap (Closed)

Created:
8 years, 8 months ago by ramant (doing other things)
Modified:
8 years, 8 months ago
Reviewers:
hkhalil, Ryan Hamilton
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org, mmenke
Visibility:
Public.

Description

SPDY - replaced SpdySettings (list) with SettingsMap CreateSettings accepts SettingsMap which enforces that there are no duplicate settings. Deleted unused class SpdySettingsStorage. In net-internals, log setting's id, flags and value for SpdySettings. BUG=119752 R=rch@chromium.org,hkhalil@google.com TEST=network unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132722

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -416 lines) Patch
M net/base/net_log_event_type_list.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_session.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M net/spdy/buffered_spdy_framer.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/buffered_spdy_framer_spdy2_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -5 lines 0 comments Download
M net/spdy/buffered_spdy_framer_spdy3_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -5 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -6 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -7 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 2 3 4 5 6 7 8 8 chunks +53 lines, -97 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy2_unittest.cc View 1 2 3 4 5 6 7 8 8 chunks +23 lines, -38 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy3_unittest.cc View 1 2 3 4 5 6 7 8 9 chunks +29 lines, -42 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +16 lines, -15 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -12 lines 0 comments Download
M net/spdy/spdy_session_pool.h View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -5 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +9 lines, -26 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +13 lines, -30 lines 0 comments Download
D net/spdy/spdy_settings_storage.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -48 lines 0 comments Download
D net/spdy/spdy_settings_storage.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -54 lines 0 comments Download
M net/spdy/spdy_test_util_spdy2.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_test_util_spdy2.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_websocket_stream_spdy2_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_websocket_stream_spdy3_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ramant (doing other things)
Hi Ryan and Hasan, Took a first cut at replacing SpdySettings with SettingsMap. Hasan if ...
8 years, 8 months ago (2012-04-12 04:15:36 UTC) #1
Ryan Hamilton
nice! http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer.cc File net/spdy/spdy_framer.cc (left): http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer.cc#oldcode1016 net/spdy/spdy_framer.cc:1016: DCHECK(settings); Did you mean to remove this DCHECK? ...
8 years, 8 months ago (2012-04-12 17:11:21 UTC) #2
ramant (doing other things)
Thanks very much Ryan for your comments. Would appreciate if you could take another look ...
8 years, 8 months ago (2012-04-12 18:35:59 UTC) #3
Ryan Hamilton
http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer_test.cc File net/spdy/spdy_framer_test.cc (right): http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer_test.cc#newcode2404 net/spdy/spdy_framer_test.cc:2404: EXPECT_EQ(0, visitor.error_count_); On 2012/04/12 18:35:59, ramant wrote: > On ...
8 years, 8 months ago (2012-04-17 02:32:49 UTC) #4
ramant (doing other things)
http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer_test.cc File net/spdy/spdy_framer_test.cc (right): http://codereview.chromium.org/10054034/diff/11005/net/spdy/spdy_framer_test.cc#newcode2404 net/spdy/spdy_framer_test.cc:2404: EXPECT_EQ(0, visitor.error_count_); On 2012/04/17 02:32:49, Ryan Hamilton wrote: > ...
8 years, 8 months ago (2012-04-17 18:48:19 UTC) #5
Ryan Hamilton
LGTM... sorry for the delay
8 years, 8 months ago (2012-04-17 22:05:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/10054034/24001
8 years, 8 months ago (2012-04-17 22:07:15 UTC) #7
commit-bot: I haz the power
8 years, 8 months ago (2012-04-18 02:14:45 UTC) #8
Change committed as 132722

Powered by Google App Engine
This is Rietveld 408576698