|
Cleanup changes: Rename QuicSession::MarkWriteBlocked to
QuicSession::MarkConnectionLevelWriteBlocked.
Replace "> >" with ">>".
Put #includes in proper order.
Log a StringPiece correctly.
Change "virtual" to "override" where clang_tidy objects.
Name a temporary object.
Add braces around "for" loops.
clang-format changes.
Merge internal change: 97160447
R=rch@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+84 lines, -80 lines) |
Patch |
 |
M |
net/quic/crypto/crypto_framer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/crypto/crypto_framer.cc
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/quic_crypto_server_config_test.cc
|
View
|
|
4 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/strike_register.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/crypto/strike_register.cc
|
View
|
|
4 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/strike_register_test.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_received_packet_manager_test.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_reliable_client_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/quic_session.h
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/quic_session.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/quic_session_test.cc
|
View
|
|
10 chunks |
+35 lines, -31 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_stream_sequencer_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/reliable_quic_stream.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_server_session_test.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_time_wait_list_manager_test.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 2 (0 generated)
|