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

Issue 7046016: I added a function "void SpdySettingsStorage::Clear()". I added a call to this function "spdy_set... (Closed)

Created:
9 years, 7 months ago by rkn
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Added a function "void SpdySettingsStorage::Clear()". Added a call to the function "spdy_settings_.Clear()" to the function "void SpdySessionPool::OnIPAddressChanged()". BUG=55868 TEST="./net_unittests --gtest_filter=SpdySessionTest.ClearSettingsStorage" and "./net_unittests --gtest_filter=SpdySessionTest.ClearOnIPAddressChanged". Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86362

Patch Set 1 #

Patch Set 2 : just changed an indent #

Total comments: 3

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 7

Patch Set 8 : '' #

Total comments: 6

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -2 lines) Patch
M net/spdy/spdy_session_pool.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +43 lines, -0 lines 0 comments Download
M net/spdy/spdy_settings_storage.h View 1 2 3 4 5 6 1 chunk +7 lines, -2 lines 0 comments Download
M net/spdy/spdy_settings_storage.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
rkn1
9 years, 7 months ago (2011-05-19 22:42:57 UTC) #1
wtc
willchan: is there an easy way to test OnIPAddressChanged() functions? http://codereview.chromium.org/7046016/diff/2002/net/spdy/spdy_settings_storage.h File net/spdy/spdy_settings_storage.h (right): http://codereview.chromium.org/7046016/diff/2002/net/spdy/spdy_settings_storage.h#newcode27 ...
9 years, 7 months ago (2011-05-19 22:54:37 UTC) #2
willchan no longer on Chromium
The code is right. I defer to wtc wrt nits. Comments should be better and ...
9 years, 7 months ago (2011-05-19 22:59:43 UTC) #3
rkn1
http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_session_pool.cc File net/spdy/spdy_session_pool.cc (right): http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_session_pool.cc#newcode181 net/spdy/spdy_session_pool.cc:181: } willchan: Is there a good way to test ...
9 years, 7 months ago (2011-05-20 16:57:37 UTC) #4
willchan no longer on Chromium
http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_session_pool.cc File net/spdy/spdy_session_pool.cc (right): http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_session_pool.cc#newcode181 net/spdy/spdy_session_pool.cc:181: } On 2011/05/20 16:57:37, rkn1 wrote: > willchan: Is ...
9 years, 7 months ago (2011-05-20 21:29:46 UTC) #5
rkn1
http://codereview.chromium.org/7046016/diff/13002/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): http://codereview.chromium.org/7046016/diff/13002/net/spdy/spdy_session_unittest.cc#newcode575 net/spdy/spdy_session_unittest.cc:575: // in order to create a SpdySessionPool object. The ...
9 years, 7 months ago (2011-05-20 22:01:36 UTC) #6
wtc
rkn: I suggest some changes to the new unit test. http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_settings_storage.h File net/spdy/spdy_settings_storage.h (right): http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_settings_storage.h#newcode27 ...
9 years, 7 months ago (2011-05-20 23:04:28 UTC) #7
rkn1
http://codereview.chromium.org/7046016/diff/13002/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): http://codereview.chromium.org/7046016/diff/13002/net/spdy/spdy_session_unittest.cc#newcode547 net/spdy/spdy_session_unittest.cc:547: TEST_F(SpdySessionTest, ClearOnIPAddressChanged) { On 2011/05/20 23:04:28, wtc wrote: > ...
9 years, 7 months ago (2011-05-21 01:05:48 UTC) #8
wtc
Thank you for making changes quickly. I suggest some more changes, hopefully final. http://codereview.chromium.org/7046016/diff/8003/net/spdy/spdy_session_unittest.cc File ...
9 years, 7 months ago (2011-05-21 01:38:32 UTC) #9
rkn1
http://codereview.chromium.org/7046016/diff/8003/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): http://codereview.chromium.org/7046016/diff/8003/net/spdy/spdy_session_unittest.cc#newcode531 net/spdy/spdy_session_unittest.cc:531: SpdySettingsStorage new_settings_storage; On 2011/05/21 01:38:33, wtc wrote: > Nit: ...
9 years, 7 months ago (2011-05-21 01:54:39 UTC) #10
willchan no longer on Chromium
http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_settings_storage.h File net/spdy/spdy_settings_storage.h (right): http://codereview.chromium.org/7046016/diff/5003/net/spdy/spdy_settings_storage.h#newcode27 net/spdy/spdy_settings_storage.h:27: const spdy::SpdySettings& Get(const HostPortPair& host_port_pair) const; On 2011/05/20 23:04:28, ...
9 years, 7 months ago (2011-05-21 08:45:28 UTC) #11
wtc
LGTM. I studied the definition of union SettingsFlagsAndId and finally understood it fully. So I ...
9 years, 7 months ago (2011-05-23 18:33:35 UTC) #12
rkn1
http://codereview.chromium.org/7046016/diff/12013/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): http://codereview.chromium.org/7046016/diff/12013/net/spdy/spdy_session_unittest.cc#newcode536 net/spdy/spdy_session_unittest.cc:536: spdy::SettingsFlagsAndId id(spdy::SETTINGS_MAX_CONCURRENT_STREAMS); On 2011/05/23 18:33:35, wtc wrote: > Please ...
9 years, 7 months ago (2011-05-23 18:42:15 UTC) #13
commit-bot: I haz the power
9 years, 7 months ago (2011-05-23 23:48:10 UTC) #14
Change committed as 86362

Powered by Google App Engine
This is Rietveld 408576698