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

Issue 826973002: replace COMPILE_ASSERT with static_assert in net/ (Closed)

Created:
5 years, 12 months ago by Mostyn Bramley-Moore
Modified:
5 years, 11 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews, erikwright (departed), gavinp+disk_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

replace COMPILE_ASSERT with static_assert in net/ BUG=442514 TBR=abarth Committed: https://crrev.com/91e0da983bb4efe99b22855770decd0a33a50334 Cr-Commit-Position: refs/heads/master@{#312238}

Patch Set 1 #

Patch Set 2 : git cl format #

Patch Set 3 : rebase on master #

Total comments: 8

Patch Set 4 : apply fixups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -163 lines) Patch
M net/base/mime_sniffer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/base/network_change_notifier.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M net/base/prioritized_dispatcher_unittest.cc View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M net/cert/crl_set_storage.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_monster.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/disk_format.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/disk_format_base.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/blockfile/disk_format_v3.h View 7 chunks +7 lines, -7 lines 0 comments Download
M net/disk_cache/blockfile/entry_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/entry_impl_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/file_win.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/stats.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/entry_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/memory/mem_backend_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_entry_impl.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M net/disk_cache/simple/simple_index.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_config_service_posix.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/dns/dns_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_response_body_drainer_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_security_headers.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_server_properties.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/proxy/proxy_config_source.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_openssl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter_openssl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_nss.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_openssl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter_nss.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter_openssl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/crypto/crypto_handshake.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_handshake_message.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/crypto_server_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/curve25519_key_exchange.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 1 2 3 4 chunks +7 lines, -6 lines 0 comments Download
M net/quic/port_suggester.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_pool_manager.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/socket/socks5_client_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/socks_client_socket.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_http_utils.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M net/spdy/spdy_session.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/ssl/ssl_connection_status_flags.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/url_request/url_request_mock_http_job.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_simple_job_unittest.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_channel.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/websockets/websocket_frame.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_frame_perftest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_frame_test.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
Mostyn Bramley-Moore
@ttuttle: please take a look.
5 years, 11 months ago (2015-01-05 21:55:21 UTC) #2
Deprecated (see juliatuttle)
lgtm with nits. https://codereview.chromium.org/826973002/diff/40001/net/base/prioritized_dispatcher_unittest.cc File net/base/prioritized_dispatcher_unittest.cc (right): https://codereview.chromium.org/826973002/diff/40001/net/base/prioritized_dispatcher_unittest.cc#newcode23 net/base/prioritized_dispatcher_unittest.cc:23: IDLE < LOWEST && Is there ...
5 years, 11 months ago (2015-01-05 22:22:39 UTC) #3
Mostyn Bramley-Moore
https://codereview.chromium.org/826973002/diff/40001/net/base/prioritized_dispatcher_unittest.cc File net/base/prioritized_dispatcher_unittest.cc (right): https://codereview.chromium.org/826973002/diff/40001/net/base/prioritized_dispatcher_unittest.cc#newcode23 net/base/prioritized_dispatcher_unittest.cc:23: IDLE < LOWEST && On 2015/01/05 22:22:38, ttuttle wrote: ...
5 years, 11 months ago (2015-01-06 00:07:08 UTC) #4
Mostyn Bramley-Moore
@abart: PTAL at net/base/mime_sniffer.cc
5 years, 11 months ago (2015-01-06 00:07:55 UTC) #6
Mostyn Bramley-Moore
On 2015/01/06 00:07:55, Mostyn Bramley-Moore wrote: > @abart: PTAL at net/base/mime_sniffer.cc "abarth", even.
5 years, 11 months ago (2015-01-06 00:09:47 UTC) #7
Mostyn Bramley-Moore
@abarth: *ping* I wonder if we should remove the "set noparent" for this file?
5 years, 11 months ago (2015-01-20 09:57:55 UTC) #9
Nico
On 2015/01/20 09:57:55, Mostyn Bramley-Moore wrote: > @abarth: *ping* > > I wonder if we ...
5 years, 11 months ago (2015-01-20 17:28:13 UTC) #10
mmenke
On 2015/01/20 17:28:13, Nico wrote: > On 2015/01/20 09:57:55, Mostyn Bramley-Moore wrote: > > @abarth: ...
5 years, 11 months ago (2015-01-20 17:40:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/826973002/60001
5 years, 11 months ago (2015-01-20 17:49:50 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-20 19:18:02 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/91e0da983bb4efe99b22855770decd0a33a50334 Cr-Commit-Position: refs/heads/master@{#312238}
5 years, 11 months ago (2015-01-20 19:19:25 UTC) #15
Mostyn Bramley-Moore
It looks like net-dev requires a google profile in order to join- is there someone ...
5 years, 11 months ago (2015-01-20 19:51:12 UTC) #16
abarth-chromium
5 years, 11 months ago (2015-01-21 00:57:54 UTC) #17
Message was sent while issue was closed.
mime_sniffer.cc LGTM

Powered by Google App Engine
This is Rietveld 408576698