|
[cros] RlzValueStore made protected by a cross-process lock and not persisted over browser lifetime (like on Mac).
*) Moved RecursiveCrossProcessLock out of .mm file to a common _posix file.
*) Added static method to ImportantFileWriter that does blocking write on the current thread.
*) Dedicated RLZ thread gone, replaced back with shutdown-blocking worker pool.
BUG= 157348, 62328
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170179
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+361 lines, -737 lines) |
Patch |
 |
M |
base/files/important_file_writer.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/important_file_writer.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/rlz/rlz.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/rlz/rlz.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
10 chunks |
+12 lines, -41 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/rlz/rlz_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+5 lines, -37 lines |
0 comments
|
Download
|
 |
M |
rlz/chromeos/lib/rlz_value_store_chromeos.h
|
View
|
1
|
3 chunks |
+21 lines, -34 lines |
0 comments
|
Download
|
 |
M |
rlz/chromeos/lib/rlz_value_store_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+151 lines, -102 lines |
0 comments
|
Download
|
 |
A |
rlz/lib/recursive_cross_process_lock_posix.h
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
rlz/lib/recursive_cross_process_lock_posix.cc
|
View
|
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
D |
rlz/lib/recursive_lock.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
rlz/lib/recursive_lock.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
rlz/lib/recursive_lock_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -234 lines |
0 comments
|
Download
|
 |
M |
rlz/lib/rlz_lib.h
|
View
|
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
rlz/lib/rlz_lib.cc
|
View
|
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
rlz/lib/rlz_lib_test.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
rlz/lib/rlz_value_store.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
rlz/mac/lib/rlz_value_store_mac.mm
|
View
|
|
4 chunks |
+6 lines, -95 lines |
0 comments
|
Download
|
 |
M |
rlz/rlz.gyp
|
View
|
|
4 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
rlz/test/rlz_test_helpers.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -13 lines |
0 comments
|
Download
|
 |
M |
rlz/test/rlz_test_helpers.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -24 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|