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

Issue 174053: Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] (Closed)

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

Description

Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] - Added implementation of GetUserCacheDirectory() for OS X. - Added FilePath::GetRelativePath(). - Implemented per-profile cache directories for OS X. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26387

Patch Set 1 #

Patch Set 2 : fixed typo #

Total comments: 6

Patch Set 3 : addressed mark@'s comments #

Patch Set 4 : redid change according to mark@'s comments #

Patch Set 5 : forgot to include bug fix, and some more refactoring #

Patch Set 6 : fixed lint errors #

Patch Set 7 : more lint fixes #

Total comments: 4

Patch Set 8 : Addressed Mark's comments #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -15 lines) Patch
M base/base_paths_mac.h View 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M base/base_paths_mac.mm View 4 5 6 7 2 chunks +22 lines, -0 lines 2 comments Download
M base/file_path.h View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 1 comment Download
M base/file_path.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 0 comments Download
M base/file_path_unittest.cc View 1 2 1 chunk +70 lines, -0 lines 2 comments Download
M base/path_service_unittest.cc View 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/profile.cc View 1 2 3 4 5 6 7 5 chunks +36 lines, -2 lines 0 comments Download
M chrome/common/chrome_paths_mac.mm View 1 2 3 4 5 6 7 1 chunk +3 lines, -10 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
Mark Mentovai
Sending mail so that it shows up in my list. Is this ready for review?
11 years, 4 months ago (2009-08-19 12:57:46 UTC) #1
Mark Mentovai
Mostly, I've got questions. 1. When someone launches the app with --user-data-dir, where does the ...
11 years, 4 months ago (2009-08-19 15:33:22 UTC) #2
Fred
On 2009/08/19 15:33:22, Mark Mentovai wrote: > Mostly, I've got questions. > > 1. When ...
11 years, 4 months ago (2009-08-21 04:36:33 UTC) #3
Fred
For some reason your latest mail isn't in here. Here it is: akalin@gmail.com wrote: >> ...
11 years, 4 months ago (2009-08-22 12:00:39 UTC) #4
Fred
On 2009/08/22 12:00:39, Fred wrote: > I meant... > > Right now, we'll put the ...
11 years, 4 months ago (2009-08-22 12:09:30 UTC) #5
Mark Mentovai
I'm profusely sorry for the delay, but I like where this has wound up. If ...
11 years, 3 months ago (2009-09-15 20:25:41 UTC) #6
Fred
On 2009/09/15 20:25:41, Mark Mentovai wrote: > I'm profusely sorry for the delay, but I ...
11 years, 3 months ago (2009-09-16 12:35:49 UTC) #7
Mark Mentovai
LGTM. Great! I'm going to apply this locally and make sure the try bots like ...
11 years, 3 months ago (2009-09-16 18:33:41 UTC) #8
Mark Mentovai
http://codereview.chromium.org/174053/diff/4001/4006 File base/file_path_unittest.cc (right): http://codereview.chromium.org/174053/diff/4001/4006#newcode530 Line 530: const FilePath base("blah"); On Windows: C:\b\slave\win\build\src\base\file_path_unittest.cc(530) : error ...
11 years, 3 months ago (2009-09-16 18:55:19 UTC) #9
Mark Mentovai
http://codereview.chromium.org/174053/diff/4001/4009 File chrome/common/chrome_paths_mac.mm (right): http://codereview.chromium.org/174053/diff/4001/4009#newcode19 Line 19: *result = result->Append("Google")->Append("Chrome"); In a Mac build with ...
11 years, 3 months ago (2009-09-16 19:33:27 UTC) #10
Mark Mentovai
11 years, 3 months ago (2009-09-16 21:04:13 UTC) #11
Committed at r26387.  Thanks!

Powered by Google App Engine
This is Rietveld 408576698