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

Issue 28214: Add a macutil for the main app bundle and override... (Closed)

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

Description

Add a macutil for the main app bundle and override - provide apis to get and override the app bundle - w/in the core code, use this api for fetching the bundle - render sandbox config - resource bundles - test shell font - w/in the unittest boot straps, use the mac util to override the bundle so resources can be found. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10798

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 17

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -65 lines) Patch
M base/mac_util.h View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M base/mac_util.mm View 1 2 3 2 chunks +25 lines, -1 line 1 comment Download
M chrome/common/resource_bundle_mac.mm View 1 1 chunk +2 lines, -27 lines 0 comments Download
M chrome/renderer/renderer_main_platform_delegate_mac.mm View 1 2 chunks +11 lines, -17 lines 0 comments Download
M chrome/test/unit/chrome_test_suite.h View 1 2 3 3 chunks +14 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/run_all_tests.cc View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell_mac.mm View 1 2 3 1 chunk +3 lines, -20 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
TVL
11 years, 10 months ago (2009-02-26 21:10:38 UTC) #1
TVL
ok, new version up that seems to work.
11 years, 9 months ago (2009-03-03 15:27:10 UTC) #2
Mark Mentovai
LG with a few minor nits. Fix the changelist description, it refers to "the above" ...
11 years, 9 months ago (2009-03-03 15:42:17 UTC) #3
TVL
http://codereview.chromium.org/28214/diff/3010/2009 File base/mac_util.h (right): http://codereview.chromium.org/28214/diff/3010/2009#newcode27 Line 27: // Returns the main bundle or the override, ...
11 years, 9 months ago (2009-03-03 16:15:09 UTC) #4
Mark Mentovai
11 years, 9 months ago (2009-03-03 16:21:45 UTC) #5
Very good, LG™.

Edit that CL description too.

http://codereview.chromium.org/28214/diff/3014/2021
File base/mac_util.mm (right):

http://codereview.chromium.org/28214/diff/3014/2021#newcode9
Line 9: #include "base/file_path.h"
Leave the blank line between system and chrome headers.

Powered by Google App Engine
This is Rietveld 408576698