|
First step of porting VisitedLinkMaster to POSIX:
* Use POSIX file access APIs rather than HANDLEs.
* Add stubs so that VisitedLinkMaster compiles on POSIX.
Still to be done:
* Bring up Surrounding infrastructure to turn on unit tests.
Total comments: 22
Total comments: 13
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+240 lines, -106 lines) |
Patch |
 |
M |
base/base.xcodeproj/project.pbxproj
|
View
|
|
7 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/file_util.h
|
View
|
|
3 chunks |
+17 lines, -0 lines |
1 comment
|
Download
|
 |
M |
base/file_util.cc
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.scons
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/visitedlink_master.h
|
View
|
1
2
|
7 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/visitedlink_master.cc
|
View
|
1
2
3
|
19 chunks |
+96 lines, -70 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/visitedlink_unittest.cc
|
View
|
1
2
|
10 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.xcodeproj/project.pbxproj
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/temp_scaffolding_stubs.h
|
View
|
1
2
3
|
2 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|