Chromium Code Reviews

Issue 4134007: Mac: Allow accessing various files needed by the defaults system. (Closed)

Created:
10 years, 1 month ago by jeremy
Modified:
9 years, 6 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org, jshin+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Mac: Allow statting various files needed for use by the defaults system. This CL allows statting the following files: 1) '/' 2) '/var' And full read access for various paths where .GlobalPreferences.plist may be present. The first 2 seem harmless to unblock and the 3rd is used by the default system. Bug=60917 TEST=Repro steps in bug. Cleanup: Remove stale TODO The code in question is no longer needed since Skia has changed to remove the #define in question. BUG=None TEST=Compilation shouldn't break Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65331

Patch Set 1 #

Patch Set 2 : No change #

Total comments: 5

Patch Set 3 : Rebased #

Patch Set 4 : Allow read access to .GlobalPreferences #

Unified diffs Side-by-side diffs Stats (+12 lines, -3 lines)
M chrome/renderer/renderer.sb View 1 chunk +12 lines, -3 lines 0 comments

Messages

Total messages: 6 (0 generated)
jeremy
Please ignore the change to l10n_util.cc
10 years, 1 month ago (2010-10-28 12:42:33 UTC) #1
Mark Mentovai
http://codereview.chromium.org/4134007/diff/2001/3002 File chrome/common/sandbox_mac.mm (right): http://codereview.chromium.org/4134007/diff/2001/3002#newcode122 chrome/common/sandbox_mac.mm:122: // Note: If str_utf8 contains any characters < 32 ...
10 years, 1 month ago (2010-10-28 16:35:07 UTC) #2
jeremy
New version uploaded rebased on top of my previous CLs, it's now tiny. I experimented ...
10 years, 1 month ago (2010-11-03 14:58:37 UTC) #3
Mark Mentovai
LGTM
10 years, 1 month ago (2010-11-04 16:09:46 UTC) #4
jeremy
Could you take another look. I changed this to allow read access to .GlobalPreferences and ...
10 years, 1 month ago (2010-11-07 05:48:58 UTC) #5
Mark Mentovai
10 years, 1 month ago (2010-11-08 20:45:26 UTC) #6
OK

Powered by Google App Engine