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

Issue 10071038: RefCounted types should not have public destructors, content/browser part 2 (Closed)

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Visibility:
Public.

Description

RefCounted types should not have public destructors, content/browser part 2 BUG=123295 TEST=none TBR=brettw Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134446

Patch Set 1 #

Total comments: 3

Patch Set 2 : Implementation ordering #

Patch Set 3 : Feedback #

Patch Set 4 : Compile fix #

Patch Set 5 : Copyright bump #

Unified diffs Side-by-side diffs Delta from patch set Stats (+824 lines, -779 lines) Patch
M content/common/child_trace_message_filter.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/common/child_trace_message_filter.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M content/common/db_message_filter.h View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 1 2 3 6 chunks +91 lines, -93 lines 0 comments Download
M content/common/gpu/client/gpu_video_decode_accelerator_host.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/common/gpu/client/gpu_video_decode_accelerator_host.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/gpu_channel.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 6 chunks +62 lines, -62 lines 0 comments Download
M content/common/gpu/image_transport_surface.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/common/gpu/image_transport_surface.cc View 1 11 chunks +51 lines, -54 lines 0 comments Download
M content/common/indexed_db/indexed_db_message_filter.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/common/indexed_db/indexed_db_message_filter.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M content/gpu/gpu_watchdog_thread.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M content/gpu/gpu_watchdog_thread.cc View 1 5 chunks +51 lines, -51 lines 0 comments Download
M content/renderer/devtools_agent_filter.h View 1 2 3 4 2 chunks +4 lines, -9 lines 0 comments Download
M content/renderer/devtools_agent_filter.cc View 1 2 3 4 5 chunks +10 lines, -15 lines 0 comments Download
M content/renderer/gpu/compositor_thread.cc View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M content/renderer/media/audio_input_device.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M content/renderer/media/audio_input_device.cc View 1 4 chunks +87 lines, -87 lines 0 comments Download
M content/renderer/media/audio_input_message_filter.h View 1 2 3 4 4 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/audio_message_filter.h View 1 3 chunks +7 lines, -8 lines 0 comments Download
M content/renderer/media/audio_message_filter.cc View 1 3 chunks +10 lines, -10 lines 0 comments Download
M content/renderer/media/capture_video_decoder.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/media/capture_video_decoder.cc View 1 2 3 4 5 chunks +52 lines, -52 lines 0 comments Download
M content/renderer/media/capture_video_decoder_unittest.cc View 1 2 3 4 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/media/media_stream_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/media/render_audiosourceprovider.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M content/renderer/media/render_audiosourceprovider.cc View 1 3 chunks +50 lines, -49 lines 0 comments Download
M content/renderer/media/rtc_video_decoder.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/media/rtc_video_decoder.cc View 1 2 3 4 3 chunks +25 lines, -25 lines 0 comments Download
M content/renderer/media/video_capture_impl_manager.h View 1 2 3 4 3 chunks +6 lines, -2 lines 0 comments Download
M content/renderer/media/video_capture_impl_manager.cc View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/media/video_capture_impl_unittest.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/media/video_capture_message_filter.h View 1 2 3 4 3 chunks +10 lines, -8 lines 0 comments Download
M content/renderer/media/video_capture_message_filter.cc View 1 2 3 4 4 chunks +32 lines, -33 lines 0 comments Download
M content/renderer/p2p/p2p_transport_impl_unittest.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M content/renderer/p2p/socket_dispatcher.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input_impl.h View 1 3 chunks +13 lines, -10 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input_impl.cc View 1 3 chunks +77 lines, -79 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_output_impl.h View 1 3 chunks +11 lines, -8 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_output_impl.cc View 1 3 chunks +41 lines, -42 lines 0 comments Download
M content/renderer/pepper/pepper_platform_video_capture_impl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_platform_video_capture_impl.cc View 1 2 chunks +11 lines, -11 lines 0 comments Download
M content/renderer/plugin_channel_host.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/render_widget_fullscreen.cc View 1 2 chunks +17 lines, -15 lines 0 comments Download
M content/renderer/renderer_main.cc View 1 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Ryan Sleevi
jamesr: PTAL
8 years, 8 months ago (2012-04-13 09:26:25 UTC) #1
jamesr
LGTM but as we discussed in IRC I wonder if virtual d'tors should really be ...
8 years, 8 months ago (2012-04-13 18:29:28 UTC) #2
Ryan Sleevi
scherkus: Since jamesr raised OWNERs concerns, content/renderer/media piman: content/common/gpu & content/gpu Note, I'm in process ...
8 years, 8 months ago (2012-04-27 20:06:52 UTC) #3
Ryan Sleevi
er, +scherkus, +piman for real this time (Previous message below) scherkus: Since jamesr raised OWNERs ...
8 years, 8 months ago (2012-04-27 20:07:22 UTC) #4
piman
LGTM from my part, if that's really what we want (I let C++ gurus weigh ...
8 years, 8 months ago (2012-04-27 20:11:01 UTC) #5
scherkus (not reviewing)
LGTM w/ some nits the patch seems to be inconsistent in its usage between: private: ...
8 years, 8 months ago (2012-04-27 20:59:48 UTC) #6
Ryan Sleevi
On 2012/04/27 20:59:48, scherkus wrote: > LGTM w/ some nits > > the patch seems ...
8 years, 8 months ago (2012-04-27 23:33:16 UTC) #7
Ryan Sleevi
TBR brettw for the few scattered files that are bubbling up / one offs (3 ...
8 years, 8 months ago (2012-04-28 04:10:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10071038/14004
8 years, 8 months ago (2012-04-28 04:10:18 UTC) #9
commit-bot: I haz the power
8 years, 8 months ago (2012-04-28 04:10:42 UTC) #10
Presubmit check for 10071038-14004 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Messages **
--tbr was specified, skipping OWNERS check

** Presubmit Warnings **
New code should not use ScopedAllowIO. Post a task to the blocking pool or the
FILE thread instead.
    content/renderer/media/audio_input_device.cc:267

Presubmit checks took 2.8s to calculate.

Powered by Google App Engine
This is Rietveld 408576698