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

Issue 52014: scoped_nsobject (Closed)

Created:
11 years, 9 months ago by Mark Mentovai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add scoped_nsobject to help handle ownership of NSObject subclass objects by C++ code. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12283

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -34 lines) Patch
M base/scoped_cftyperef.h View 1 chunk +4 lines, -0 lines 0 comments Download
A + base/scoped_nsobject.h View 1 chunk +35 lines, -34 lines 6 comments Download

Messages

Total messages: 12 (0 generated)
Mark Mentovai
Came up in codereview 50074. Thought I'd make myself useful.
11 years, 9 months ago (2009-03-23 14:56:09 UTC) #1
Avi (use Gerrit)
/me likes... lgtm
11 years, 9 months ago (2009-03-23 14:59:48 UTC) #2
TVL
lgtm (we were just talking about needing some of these this morning)
11 years, 9 months ago (2009-03-23 15:03:34 UTC) #3
Avi (use Gerrit)
Do these go into the gyp file?
11 years, 9 months ago (2009-03-23 15:25:16 UTC) #4
tommi (sloooow) - chröme
drive-by... http://codereview.chromium.org/52014/diff/1/3 File base/scoped_nsobject.h (right): http://codereview.chromium.org/52014/diff/1/3#newcode8 Line 8: #import <Foundation/Foundation.h> um... #import? http://codereview.chromium.org/52014/diff/1/3#newcode28 Line 28: ...
11 years, 9 months ago (2009-03-23 15:37:03 UTC) #5
Avi (use Gerrit)
http://codereview.chromium.org/52014/diff/1/3 File base/scoped_nsobject.h (right): http://codereview.chromium.org/52014/diff/1/3#newcode28 Line 28: [object_ release]; On 2009/03/23 15:37:03, tommi wrote: > ...
11 years, 9 months ago (2009-03-23 15:38:58 UTC) #6
Avi (use Gerrit)
Mark— In using this in a class of mine, I'm getting the error: ../base/scoped_nsobject.h:72: error: ...
11 years, 9 months ago (2009-03-23 15:40:38 UTC) #7
Scott Hess - ex-Googler
LVGTM, with the blow caveat. http://codereview.chromium.org/52014/diff/1/3 File base/scoped_nsobject.h (right): http://codereview.chromium.org/52014/diff/1/3#newcode31 Line 31: void reset(NST* object ...
11 years, 9 months ago (2009-03-23 16:54:17 UTC) #8
Mark Mentovai
http://codereview.chromium.org/52014/diff/1/3 File base/scoped_nsobject.h (right): http://codereview.chromium.org/52014/diff/1/3#newcode31 Line 31: void reset(NST* object = nil) { shess wrote: ...
11 years, 9 months ago (2009-03-23 17:03:48 UTC) #9
tommi (sloooow) - chröme
rubber stamp lgtm as I don't want to block. The drive-by was because this is ...
11 years, 9 months ago (2009-03-23 17:54:59 UTC) #10
Avi (use Gerrit)
On 2009/03/23 17:54:59, tommi wrote: > The drive-by was because this is a header file ...
11 years, 9 months ago (2009-03-23 18:18:50 UTC) #11
Mark Mentovai
11 years, 9 months ago (2009-03-23 18:53:06 UTC) #12
tommi:
>Platform specific files in base have a postfix. I think _mac would be
>appropriate here.

avi:
>Some segregation of platform files might be a good idea; bring it up on the
>list for discussion.

I agree and I support this.  We've generally been moving in the right direction
here and it would reduce the number of files we'd need to list explicitly in
per-platform conditionals in our .gyp files.  It's less important for headers
and we have a handful in base that don't follow this style, though, so I was
just matching what we already do.

If you do bring this up on the list I'd be behind you.  If you just want to
start cleaning these up and sending out changelists, I'd happily lg them.

Powered by Google App Engine
This is Rietveld 408576698