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

Issue 28185: properly initialize resource manager on mac for unittests. (Closed)

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

Description

properly initialize resource manager on mac for unittests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10479

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 5

Patch Set 5 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -12 lines) Patch
M chrome/common/resource_bundle_mac.mm View 2 3 4 4 chunks +30 lines, -3 lines 3 comments Download
M chrome/test/unit/chrome_test_suite.h View 3 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
TVL
11 years, 10 months ago (2009-02-26 15:27:09 UTC) #1
Avi (use Gerrit)
lgtm
11 years, 10 months ago (2009-02-26 15:38:19 UTC) #2
TVL
mark / avi - can you both take a look at this again. no matter ...
11 years, 9 months ago (2009-02-26 17:20:05 UTC) #3
TVL
On 2009/02/26 17:20:05, TVL wrote: > mark / avi - > > can you both ...
11 years, 9 months ago (2009-02-26 17:26:09 UTC) #4
Avi (use Gerrit)
http://codereview.chromium.org/28185/diff/1009/11 File chrome/common/resource_bundle_mac.mm (right): http://codereview.chromium.org/28185/diff/1009/11#newcode21 Line 21: Extra line http://codereview.chromium.org/28185/diff/1009/11#newcode40 Line 40: // because of ...
11 years, 9 months ago (2009-02-26 17:28:25 UTC) #5
Mark Mentovai
I agree that there are two sucky parts here: Sucky part 1: hard-coding a path ...
11 years, 9 months ago (2009-02-26 17:32:04 UTC) #6
TVL
On 2009/02/26 17:32:04, Mark Mentovai wrote: > I agree that there are two sucky parts ...
11 years, 9 months ago (2009-02-26 17:38:54 UTC) #7
Mark Mentovai
L g t m http://codereview.chromium.org/28185/diff/1012/17 File chrome/common/resource_bundle_mac.mm (right): http://codereview.chromium.org/28185/diff/1012/17#newcode39 Line 39: NSString * const pakExt ...
11 years, 9 months ago (2009-02-26 17:44:03 UTC) #8
Mark Mentovai
11 years, 9 months ago (2009-02-27 06:07:59 UTC) #9
http://codereview.chromium.org/28185/diff/1012/17
File chrome/common/resource_bundle_mac.mm (right):

http://codereview.chromium.org/28185/diff/1012/17#newcode56
Line 56: DCHECK(success) << "failed to load chrome.pak";
Shoulda caught this before, but this shouldn't hard-code chrome.pak.

http://codereview.chromium.org/28185/diff/1012/17#newcode70
Line 70: DCHECK(success) << "failed to load chrome.pak";
Ditto.

Powered by Google App Engine
This is Rietveld 408576698