|
Eliminate the archived history database and clean up related code.
More specifically, this change list:
* Removes all code related to the archived history database, and removes all mentions of it from comments.
* Adds some code to purge the legacy database file on disk on first start-up, plus a unit test to check that this works.
* Removes a migration path from M17 which was responsible for migrating some components, all of which have been unimplemented since then, except for the archived database, which, however, is now being removed.
* Removes a tiny amount of code and some mentions of a "supplementary URL index" on the URLs table (this was unimplemented a long time ago). This is needed because otherwise some updated comments would be confusing.
BUG= 359377
TBR=pkasting@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275159
Total comments: 6
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -841 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/history_url_provider_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/archived_database.h
|
View
|
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/archived_database.cc
|
View
|
|
1 chunk |
+0 lines, -151 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/expire_history_backend.h
|
View
|
1
2
|
10 chunks |
+30 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/expire_history_backend.cc
|
View
|
1
2
|
16 chunks |
+22 lines, -137 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/expire_history_backend_unittest.cc
|
View
|
1
2
3
|
13 chunks |
+36 lines, -106 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
|
5 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
|
22 chunks |
+33 lines, -137 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend_unittest.cc
|
View
|
1
2
3
|
7 chunks |
+6 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_database.h
|
View
|
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_database.cc
|
View
|
|
4 chunks |
+1 line, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_notifications.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_notifications.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_querying_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/typed_url_syncable_service.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/typed_url_syncable_service.cc
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_database.h
|
View
|
1
|
3 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_database.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/favicon_cache.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/typed_url_change_processor.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/History/archived_history.4.sql
|
View
|
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|