|
ImportantFileWriter
Introducing a class for writing important files, preventing their corruption during writing.
Switched PrefService to use it. Other classes will be switched in future changesets.
TEST=This may affect things using preferences. Make sure that changes in preferences don't get lost, and that you don't get excessive disk activity when changing preferences.
http://crbug.com/10618
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14717
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+453 lines, -200 lines) |
Patch |
 |
M |
base/file_util.h
|
View
|
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/file_util.cc
|
View
|
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/file_util_posix.cc
|
View
|
2
3
|
1 chunk |
+6 lines, -16 lines |
0 comments
|
Download
|
 |
M |
base/file_util_win.cc
|
View
|
2
|
1 chunk |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_utils.cc
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_shutdown.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/importer/importer.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_service.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_service_uitest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.cc
|
View
|
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_model.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_unittest.cc
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/options/options_page_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common.vcproj
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/important_file_writer.h
|
View
|
1
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/important_file_writer.cc
|
View
|
1
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/important_file_writer_unittest.cc
|
View
|
1
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_member_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_service.h
|
View
|
|
4 chunks |
+24 lines, -42 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_service.cc
|
View
|
|
6 chunks |
+27 lines, -92 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_service_unittest.cc
|
View
|
|
8 chunks |
+24 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/test/reliability/page_load_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/testing_profile.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|