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

Issue 9147031: Functions to return locations of various Chrome bundles. (Closed)

Created:
8 years, 11 months ago by jeremy
Modified:
8 years, 11 months ago
CC:
chromium-reviews, Avi (use Gerrit)
Visibility:
Public.

Description

Functions to return locations of various Chrome bundles. TEST=None, code is currently not called. BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117293

Patch Set 1 #

Total comments: 30

Patch Set 2 : Fix review comments #

Total comments: 4

Patch Set 3 : Remove DCHECKs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -0 lines) Patch
M base/base.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A base/mac/bundle_locations.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
A base/mac/bundle_locations.mm View 1 2 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jeremy
Less polished than I'd like since I'm sheriff today, but I hope this is good ...
8 years, 11 months ago (2012-01-10 14:56:50 UTC) #1
Avi (use Gerrit)
http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.h File base/mac/bundle_locations.h (right): http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.h#newcode29 base/mac/bundle_locations.h:29: // - "Outer Bundle" - This is the main ...
8 years, 11 months ago (2012-01-10 15:37:13 UTC) #2
Mark Mentovai
http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.h File base/mac/bundle_locations.h (right): http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.h#newcode57 base/mac/bundle_locations.h:57: BASE_EXPORT void SetOverrideOuterBundle(NSBundle* bundle); This is replacing base/mac/foundation_util base::mac::SetOverrideAppBundle, ...
8 years, 11 months ago (2012-01-10 22:09:35 UTC) #3
jeremy
* All review comments addressed. * Renamed LaunchBundle -> MainBundle per Mark's comments, open to ...
8 years, 11 months ago (2012-01-11 07:12:44 UTC) #4
Avi (use Gerrit)
This lgtm. http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.mm File base/mac/bundle_locations.mm (right): http://codereview.chromium.org/9147031/diff/1/base/mac/bundle_locations.mm#newcode10 base/mac/bundle_locations.mm:10: // No threading worries since NSBundle isn't ...
8 years, 11 months ago (2012-01-11 14:44:21 UTC) #5
jeremy
Mark: I need an owner lgtm, thanks!
8 years, 11 months ago (2012-01-11 18:46:48 UTC) #6
Mark Mentovai
http://codereview.chromium.org/9147031/diff/7001/base/mac/bundle_locations.mm File base/mac/bundle_locations.mm (right): http://codereview.chromium.org/9147031/diff/7001/base/mac/bundle_locations.mm#newcode19 base/mac/bundle_locations.mm:19: DCHECK([NSThread isMainThread]); I don’t know if these DCHECKs are ...
8 years, 11 months ago (2012-01-11 19:11:42 UTC) #7
jeremy
* Removed DCHECKs * Fixed indescribably moronic pointer bug :o/
8 years, 11 months ago (2012-01-11 19:46:59 UTC) #8
Mark Mentovai
LGTM
8 years, 11 months ago (2012-01-11 19:50:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremy@chromium.org/9147031/11002
8 years, 11 months ago (2012-01-11 19:51:50 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2012-01-11 21:35:52 UTC) #11
Change committed as 117293

Powered by Google App Engine
This is Rietveld 408576698