|
Convert the sqlite cookie database and web database to use the new sqlite
wrapper. This also moves and renamed the old cookie_monster_sqlite file to
match the class name.
BUG=none
TEST=none
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+628 lines, -1204 lines) |
Patch |
 |
M |
app/sql/connection.h
|
View
|
1
2
3
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
app/sql/connection.cc
|
View
|
1
2
3
|
3 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
app/sql/statement.h
|
View
|
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
app/sql/statement.cc
|
View
|
3
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
1
2
3
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/net/sqlite_persistent_cookie_store.h
|
View
|
|
2 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/net/sqlite_persistent_cookie_store.cc
|
View
|
1
2
3
|
9 chunks |
+91 lines, -112 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database.h
|
View
|
1
2
3
|
10 chunks |
+26 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database.cc
|
View
|
1
2
3
|
26 chunks |
+414 lines, -471 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database_unittest.cc
|
View
|
1
2
3
|
11 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database_win.cc
|
View
|
2
3
|
3 chunks |
+30 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/common/net/cookie_monster_sqlite.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
chrome/common/net/cookie_monster_sqlite.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -467 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|