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

Issue 1149763005: Change NetLog::ParametersCallback to return a scoped_ptr. (Closed)

Created:
5 years, 7 months ago by Evan Stade
Modified:
5 years, 7 months ago
Reviewers:
sclittle, benjhayden, eroman
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, gavinp+disk_chromium.org, benjhayden+dwatch_chromium.org, jam, darin-cc_chromium.org, Paweł Hajdan Jr., chromium-apps-reviews_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change NetLog::ParametersCallback to return a scoped_ptr. BUG=479898, 485606 TBR=benjhayden@chromium.org,sclittle@chromium.org Committed: https://crrev.com/5e5529d1a3a3fd5b987d2ea5df89b88f4ca4948a Cr-Commit-Position: refs/heads/master@{#330982}

Patch Set 1 #

Total comments: 1

Patch Set 2 : format #

Total comments: 13

Patch Set 3 : comments on ownership removed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+681 lines, -608 lines) Patch
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc View 1 2 5 chunks +31 lines, -36 lines 0 comments Download
M content/browser/download/download_file_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/download_net_log_parameters.h View 1 chunk +52 lines, -40 lines 0 comments Download
M content/browser/download/download_net_log_parameters.cc View 3 chunks +70 lines, -60 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api_helpers.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M net/base/address_list.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/base/sdch_net_log_params.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/sdch_net_log_params.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M net/cert/cert_policy_enforcer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.cc View 2 chunks +10 lines, -9 lines 0 comments Download
M net/cert/multi_log_ct_verifier.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/cert/x509_certificate_net_log_param.h View 1 chunk +3 lines, -2 lines 0 comments Download
M net/cert/x509_certificate_net_log_param.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/disk_cache/memory/mem_entry_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/disk_cache/net_log_parameters.cc View 1 chunk +19 lines, -19 lines 0 comments Download
M net/disk_cache/simple/simple_net_log_parameters.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/dns/dns_config_service.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/dns/dns_transaction.cc View 2 chunks +11 lines, -9 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 2 chunks +38 lines, -32 lines 0 comments Download
M net/filter/filter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/filter/sdch_filter.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_network_session.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_request_headers.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_request_headers.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_response_headers.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/http/http_stream_parser.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/log/net_log.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/log/net_log.cc View 4 chunks +46 lines, -40 lines 0 comments Download
M net/log/net_log_unittest.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M net/log/net_log_util.cc View 9 chunks +31 lines, -29 lines 0 comments Download
M net/proxy/proxy_config.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M net/proxy/proxy_script_decider.h View 1 chunk +3 lines, -2 lines 0 comments Download
M net/proxy/proxy_script_decider.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/proxy/proxy_service.cc View 2 chunks +11 lines, -10 lines 0 comments Download
M net/quic/quic_client_session.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 4 chunks +54 lines, -52 lines 0 comments Download
M net/quic/quic_http_utils.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M net/quic/quic_http_utils.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/nss_ssl_util.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M net/socket/socket_net_log_params.cc View 1 chunk +22 lines, -18 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_header_block.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M net/spdy/spdy_header_block.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 3 chunks +84 lines, -76 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/ssl/openssl_ssl_util.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/udp/udp_net_log_parameters.cc View 1 chunk +12 lines, -10 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M net/url_request/url_request_netlog_params.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_netlog_params.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_redirect_job.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_throttler_entry.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
Evan Stade
https://codereview.chromium.org/1149763005/diff/1/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): https://codereview.chromium.org/1149763005/diff/1/net/dns/dns_config_service.cc#newcode142 net/dns/dns_config_service.cc:142: scoped_ptr<base::DictionaryValue> dict(new base::DictionaryValue()); changes like this one are collateral ...
5 years, 7 months ago (2015-05-21 03:08:53 UTC) #2
eroman
Looks like this is also BUG=485606
5 years, 7 months ago (2015-05-21 03:19:39 UTC) #3
eroman
LGTM. Awesome, thanks for doing this! Was this an automated refactor, or did you have ...
5 years, 7 months ago (2015-05-21 03:37:43 UTC) #4
Evan Stade
On 2015/05/21 03:37:43, eroman (sick slow) wrote: > LGTM. Awesome, thanks for doing this! > ...
5 years, 7 months ago (2015-05-21 15:30:33 UTC) #5
Evan Stade
https://codereview.chromium.org/1149763005/diff/20001/net/cert/multi_threaded_cert_verifier.cc File net/cert/multi_threaded_cert_verifier.cc (right): https://codereview.chromium.org/1149763005/diff/20001/net/cert/multi_threaded_cert_verifier.cc#newcode109 net/cert/multi_threaded_cert_verifier.cc:109: results->Set("public_key_hashes", hashes.Pass()); On 2015/05/21 03:37:42, eroman (sick slow) wrote: ...
5 years, 7 months ago (2015-05-21 15:30:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149763005/40001
5 years, 7 months ago (2015-05-21 18:13:59 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/65250)
5 years, 7 months ago (2015-05-21 18:25:06 UTC) #11
Evan Stade
because this is a mechanical change, I will TBR: +benjhayden for content/browser/download +sclittle for components/data_reduction_proxy
5 years, 7 months ago (2015-05-21 18:44:30 UTC) #13
sclittle
components/data_reduction_proxy LGTM
5 years, 7 months ago (2015-05-21 18:46:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149763005/40001
5 years, 7 months ago (2015-05-21 18:46:46 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-21 20:59:22 UTC) #17
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 21:00:16 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5e5529d1a3a3fd5b987d2ea5df89b88f4ca4948a
Cr-Commit-Position: refs/heads/master@{#330982}

Powered by Google App Engine
This is Rietveld 408576698