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

Issue 2532083005: Rename QuicInMemoryCache to QuicHttpResponseCache. (Closed)

Created:
4 years ago by Victor Vasiliev
Modified:
4 years ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename QuicInMemoryCache to QuicHttpResponseCache. Merge internal change: 139246544 R=rch@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -1163 lines) Patch
M components/cronet/android/test/quic_test_server.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M components/grpc_support/test/quic_test_server.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M net/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + net/data/quic_http_response_cache_data/quic-datatesturl.com/index.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/quic_http_response_cache_data_with_push/quic-datatesturl.com/favicon.ico View Binary file 0 comments Download
A + net/data/quic_http_response_cache_data_with_push/quic-datatesturl.com/index.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/quic_http_response_cache_data_with_push/quic-datatesturl.com/index2.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/data/quic_http_response_cache_data_with_push/quic-datatesturl.com/kitten-1.jpg View Binary file 0 comments Download
D net/data/quic_in_memory_cache_data/quic-datatesturl.com/index.html View 1 chunk +0 lines, -14 lines 0 comments Download
D net/data/quic_in_memory_cache_data_with_push/quic-datatesturl.com/favicon.ico View Binary file 0 comments Download
D net/data/quic_in_memory_cache_data_with_push/quic-datatesturl.com/index.html View 1 chunk +0 lines, -15 lines 0 comments Download
D net/data/quic_in_memory_cache_data_with_push/quic-datatesturl.com/index2.html View 1 chunk +0 lines, -16 lines 0 comments Download
D net/data/quic_in_memory_cache_data_with_push/quic-datatesturl.com/kitten-1.jpg View Binary file 0 comments Download
M net/net.gypi View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_end_to_end_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/quic/core/quic_server_session_base_test.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M net/quic/test_tools/mock_quic_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/mock_quic_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 13 chunks +23 lines, -23 lines 0 comments Download
A + net/tools/quic/quic_http_response_cache.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + net/tools/quic/quic_http_response_cache.cc View 12 chunks +57 lines, -49 lines 0 comments Download
A + net/tools/quic/quic_http_response_cache_test.cc View 11 chunks +27 lines, -27 lines 0 comments Download
D net/tools/quic/quic_in_memory_cache.h View 1 chunk +0 lines, -221 lines 0 comments Download
D net/tools/quic/quic_in_memory_cache.cc View 1 chunk +0 lines, -383 lines 0 comments Download
D net/tools/quic/quic_in_memory_cache_test.cc View 1 chunk +0 lines, -247 lines 0 comments Download
M net/tools/quic/quic_server.h View 4 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M net/tools/quic/quic_server_bin.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M net/tools/quic/quic_server_test.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M net/tools/quic/quic_simple_dispatcher.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_dispatcher.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_server.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_server.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_server_bin.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M net/tools/quic/quic_simple_server_session.h View 6 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_simple_server_session.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M net/tools/quic/quic_simple_server_session_test.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream_test.cc View 16 chunks +26 lines, -26 lines 0 comments Download
M net/tools/quic/quic_simple_server_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_server.h View 4 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_server.cc View 7 chunks +14 lines, -14 lines 0 comments Download
M net/url_request/url_request_quic_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
Victor Vasiliev
4 years ago (2016-11-29 23:41:03 UTC) #1
Ryan Hamilton
4 years ago (2016-11-29 23:46:00 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698