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

Issue 10694111: RefCounted types should not have public destructors (Closed)

Created:
8 years, 5 months ago by Ryan Sleevi
Modified:
8 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, mihaip-chromium-reviews_chromium.org, erikwright (departed), jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

RefCounted types should not have public destructors BUG=123295 TEST=existing unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146001

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix capitalization #

Total comments: 1

Patch Set 3 : Fix android & Win compiles #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -49 lines) Patch
M base/threading/non_thread_safe.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/identity/web_auth_flow.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/connection_tester.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/gpu/sync_point_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/gpu/sync_point_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 2 5 chunks +25 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 5 chunks +13 lines, -10 lines 0 comments Download
M ipc/ipc_listener.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ipc/ipc_sender.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ppapi/proxy/var_serialization_rules.h View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ryan Sleevi
jar: base/, chrome/browser/net brettw: ipc/, ppapi/ piman: content/common/gpu, gpu/ kalman: chrome/browser/extensions
8 years, 5 months ago (2012-07-09 04:08:04 UTC) #1
Ryan Sleevi
As an additional note of context: While several of these classes may not be base::RefCounted<> ...
8 years, 5 months ago (2012-07-09 04:10:42 UTC) #2
not at google - send to devlin
extensions lgtm
8 years, 5 months ago (2012-07-09 04:38:32 UTC) #3
piman
lgtm
8 years, 5 months ago (2012-07-09 05:33:30 UTC) #4
jar (doing other things)
http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h File base/threading/non_thread_safe.h (right): http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h#newcode65 base/threading/non_thread_safe.h:65: typedef NonThreadSafeImpl NonThreadSafe; Can you motivate this change? This ...
8 years, 5 months ago (2012-07-09 16:51:44 UTC) #5
Ryan Sleevi
http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h File base/threading/non_thread_safe.h (right): http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h#newcode65 base/threading/non_thread_safe.h:65: typedef NonThreadSafeImpl NonThreadSafe; On 2012/07/09 16:51:45, jar wrote: > ...
8 years, 5 months ago (2012-07-09 23:27:54 UTC) #6
jar (doing other things)
LGTM for base http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h File base/threading/non_thread_safe.h (right): http://codereview.chromium.org/10694111/diff/1/base/threading/non_thread_safe.h#newcode65 base/threading/non_thread_safe.h:65: typedef NonThreadSafeImpl NonThreadSafe; SGTM (my confusion ...
8 years, 5 months ago (2012-07-09 23:33:51 UTC) #7
brettw
ipc/ppapi LGTM
8 years, 5 months ago (2012-07-10 05:48:42 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/10694111/10002
8 years, 5 months ago (2012-07-10 13:07:03 UTC) #9
commit-bot: I haz the power
Try job failure for 10694111-10002 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 5 months ago (2012-07-10 13:21:45 UTC) #10
Ryan Sleevi
http://codereview.chromium.org/10694111/diff/10002/base/memory/weak_ptr.h File base/memory/weak_ptr.h (right): http://codereview.chromium.org/10694111/diff/10002/base/memory/weak_ptr.h#newcode167 base/memory/weak_ptr.h:167: ~SupportsWeakPtrBase() {} jar: Unfortunately, for Windows this requires wrapping ...
8 years, 5 months ago (2012-07-10 22:58:38 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/10694111/16002
8 years, 5 months ago (2012-07-10 22:58:49 UTC) #12
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 00:07:56 UTC) #13
Change committed as 146001

Powered by Google App Engine
This is Rietveld 408576698