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

Issue 10066045: RefCounted types should not have public destructors, net/ (Closed)

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 7 months ago
Reviewers:
cbentzel, eroman, wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright (departed), wtc, Randy Smith (Not in Mondays), eroman, darin-cc_chromium.org, rkn, mmenke
Visibility:
Public.

Description

RefCounted types should not have public destructors, net/ BUG=123295 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134460

Patch Set 1 #

Total comments: 7

Patch Set 2 : Implementation ordering #

Patch Set 3 : Elaborated type compile fix #

Patch Set 4 : Fix typo #

Patch Set 5 : Deprecated cookiestore fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+588 lines, -293 lines) Patch
M net/base/address_list_net_log_param.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/default_server_bound_cert_store.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/base/default_server_bound_cert_store.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/default_server_bound_cert_store_unittest.cc View 1 4 chunks +5 lines, -3 lines 0 comments Download
M net/base/file_stream_net_log_parameters.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/file_stream_net_log_parameters.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/host_resolver_impl.cc View 1 2 3 8 chunks +24 lines, -0 lines 0 comments Download
M net/base/host_resolver_impl_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/base/listen_socket.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/base/net_log.h View 1 5 chunks +14 lines, -2 lines 0 comments Download
M net/base/net_log.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/x509_certificate_net_log_param.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/base/x509_certificate_net_log_param.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_monster.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_monster.cc View 1 14 chunks +72 lines, -13 lines 0 comments Download
M net/cookies/cookie_monster_store_test.h View 1 5 chunks +9 lines, -3 lines 0 comments Download
M net/cookies/cookie_monster_store_test.cc View 1 5 chunks +18 lines, -17 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 3 chunks +7 lines, -0 lines 0 comments Download
M net/disk_cache/net_log_parameters.h View 1 6 chunks +18 lines, -0 lines 0 comments Download
M net/disk_cache/net_log_parameters.cc View 1 7 chunks +35 lines, -10 lines 0 comments Download
M net/dns/dns_transaction.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_pipelined_connection_impl.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_pipelined_connection_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/proxy/polling_proxy_config_service.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_config_service_mac.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_js_bindings.cc View 1 3 chunks +7 lines, -2 lines 0 comments Download
M net/proxy/proxy_script_decider_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M net/proxy/sync_host_resolver_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/server/http_server.h View 1 3 chunks +8 lines, -5 lines 0 comments Download
M net/server/http_server.cc View 1 4 chunks +88 lines, -88 lines 0 comments Download
M net/socket/nss_ssl_util.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.h View 1 3 chunks +9 lines, -5 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M net/socket/ssl_error_params.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/socket/ssl_error_params.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 7 chunks +13 lines, -10 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M net/udp/udp_data_transfer_param.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M net/udp/udp_data_transfer_param.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M net/url_request/url_request_job_factory_unittest.cc View 1 5 chunks +11 lines, -7 lines 0 comments Download
M net/url_request/url_request_netlog_params.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_netlog_params.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_throttler_entry.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_throttler_simulation_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_throttler_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/url_request/view_cache_helper_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/websockets/websocket_job_spdy2_unittest.cc View 1 2 3 4 11 chunks +62 lines, -50 lines 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 1 2 3 4 10 chunks +58 lines, -47 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Ryan Sleevi
cbentzel: PTAL
8 years, 8 months ago (2012-04-13 09:34:21 UTC) #1
eroman
lgtm (i can take this CL from Chris) http://codereview.chromium.org/10066045/diff/1/net/base/default_server_bound_cert_store_unittest.cc File net/base/default_server_bound_cert_store_unittest.cc (right): http://codereview.chromium.org/10066045/diff/1/net/base/default_server_bound_cert_store_unittest.cc#newcode46 net/base/default_server_bound_cert_store_unittest.cc:46: MockPersistentStore::~MockPersistentStore() ...
8 years, 8 months ago (2012-04-13 18:59:34 UTC) #2
Ryan Sleevi
Thanks Eric. I'm waiting to hear back from erg@, who previously wrote a Clang plugin ...
8 years, 8 months ago (2012-04-13 19:04:43 UTC) #3
eroman
Yes absolutely. In fact doing it all as a post-step would be preferable IMO to ...
8 years, 8 months ago (2012-04-13 19:25:02 UTC) #4
cbentzel
On 2012/04/13 19:25:02, eroman wrote: > Yes absolutely. In fact doing it all as a ...
8 years, 8 months ago (2012-04-16 17:59:42 UTC) #5
cbentzel
Also, did this uncover any bugs? At one point I built Chrome using gcc with ...
8 years, 8 months ago (2012-04-16 18:01:52 UTC) #6
Ryan Sleevi
On 2012/04/16 18:01:52, cbentzel wrote: > Also, did this uncover any bugs? At one point ...
8 years, 8 months ago (2012-04-16 18:18:14 UTC) #7
wtc
Drive-by review comments on Patch set 1: I only reviewed the first few files. My ...
8 years, 8 months ago (2012-04-17 23:16:17 UTC) #8
Ryan Sleevi
http://codereview.chromium.org/10066045/diff/1/net/base/address_list_net_log_param.h File net/base/address_list_net_log_param.h (right): http://codereview.chromium.org/10066045/diff/1/net/base/address_list_net_log_param.h#newcode24 net/base/address_list_net_log_param.h:24: virtual ~AddressListNetLogParam() {} On 2012/04/17 23:16:18, wtc wrote: > ...
8 years, 8 months ago (2012-04-17 23:42:42 UTC) #9
cbentzel
Are you continuing on this CL, or is still being held up due to the ...
8 years, 8 months ago (2012-04-26 20:42:34 UTC) #10
Ryan Sleevi
On 2012/04/26 20:42:34, cbentzel wrote: > Are you continuing on this CL, or is still ...
8 years, 8 months ago (2012-04-26 20:44:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10066045/17001
8 years, 7 months ago (2012-04-28 06:23:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10066045/27001
8 years, 7 months ago (2012-04-28 06:41:56 UTC) #13
commit-bot: I haz the power
Try job failure for 10066045-27001 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-04-28 07:03:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10066045/24002
8 years, 7 months ago (2012-04-28 07:20:05 UTC) #15
commit-bot: I haz the power
Try job failure for 10066045-24002 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-04-28 07:45:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10066045/32001
8 years, 7 months ago (2012-04-28 08:03:31 UTC) #17
commit-bot: I haz the power
8 years, 7 months ago (2012-04-28 09:29:33 UTC) #18
Change committed as 134460

Powered by Google App Engine
This is Rietveld 408576698