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

Issue 12407: Un-duplicate EvictFileFromSystemCache.... (Closed)

Created:
12 years, 1 month ago by please use my chromium address
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Un-duplicate EvictFileFromSystemCache. Change required for http://codereview.chromium.org/9639 .

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -208 lines) Patch
M base/base.xcodeproj/project.pbxproj View 3 4 chunks +6 lines, -0 lines 0 comments Download
M base/build/base.vcproj View 1 chunk +8 lines, -0 lines 1 comment Download
A base/test_file_util.h View 2 1 chunk +29 lines, -0 lines 0 comments Download
A base/test_file_util_linux.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A base/test_file_util_mac.cc View 1 chunk +17 lines, -0 lines 0 comments Download
A base/test_file_util_win.cc View 2 1 chunk +100 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/interactive_ui/interactive_ui.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/interactive_ui/interactive_ui_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/memory_test/memory_test.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/memory_test/memory_test.vcproj View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/test/page_cycler/page_cycler_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/page_cycler/page_cycler_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/perf/perftests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/perf/perftests.vcproj View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/test/plugin/plugin_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/plugin/plugin_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/reliability/reliability_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/reliability/reliability_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/selenium/selenium_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/selenium/selenium_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/startup/startup_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/startup/startup_tests.vcproj View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/test/tab_switching/tab_switching.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/tab_switching/tab_switching_test.scons View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/test/test_file_util.h View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/test/test_file_util.cc View 1 2 1 chunk +0 lines, -100 lines 0 comments Download
M chrome/test/ui/ui_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/ui/ui_tests.vcproj View 1 chunk +0 lines, -4 lines 0 comments Download
chrome/tools/perf/flush_cache/flush_cache.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/perf/flush_cache/flush_cache.scons View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/tools/perf/flush_cache/flush_cache.vcproj View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
please use my chromium address
12 years, 1 month ago (2008-11-24 20:29:22 UTC) #1
brettw
I thought about this for a while, it's too bad there's no good place for ...
12 years, 1 month ago (2008-11-24 20:37:56 UTC) #2
please use my chromium address
On 2008/11/24 20:37:56, brettw wrote: > I thought about this for a while, it's too ...
12 years, 1 month ago (2008-11-24 21:20:03 UTC) #3
brettw
I don't see the new implementation for CopyRecursiveDirNoCache. Also, (maybe this is a Reitveld issue) ...
12 years, 1 month ago (2008-11-24 21:37:59 UTC) #4
please use my chromium address
On 2008/11/24 21:37:59, brettw wrote: > I don't see the new implementation for CopyRecursiveDirNoCache. It ...
12 years ago (2008-11-25 18:35:44 UTC) #5
please use my chromium address
Please review mac, scons and vcproj changes.
12 years ago (2008-11-25 18:36:28 UTC) #6
pink (ping after 24hrs)
xcode project change LGTM
12 years ago (2008-11-25 19:21:55 UTC) #7
Dean McNamee
Sent to the try servers http://codereview.chromium.org/12407/diff/17/233 File base/build/base.vcproj (right): http://codereview.chromium.org/12407/diff/17/233#newcode843 Line 843: </File> These need ...
12 years ago (2008-11-25 21:27:48 UTC) #8
Dean McNamee
Fixed tabs and committed as r6006. On 2008/11/25 21:27:48, Dean McNamee wrote: > Sent to ...
12 years ago (2008-11-25 23:12:38 UTC) #9
Dean McNamee
12 years ago (2008-11-25 23:49:57 UTC) #10
I committed and it turned out to have a ton of issues.  I think I've managed to
get through them.  You didn't add the new files to the windows scons.  You added
test_file_util.cc and not test_file_util_win.cc to the windows project files. 
There was a typo in test_file_util_win.cc, ScopedHandle is not in the win_util::
namespace, etc.

On 2008/11/25 23:12:38, Dean McNamee wrote:
> Fixed tabs and committed as r6006.
> 
> On 2008/11/25 21:27:48, Dean McNamee wrote:
> > Sent to the try servers
> > 
> > http://codereview.chromium.org/12407/diff/17/233
> > File base/build/base.vcproj (right):
> > 
> > http://codereview.chromium.org/12407/diff/17/233#newcode843
> > Line 843: </File>
> > These need to be tabs?

Powered by Google App Engine
This is Rietveld 408576698