|
Remove dependency on //content from history DownloadDatabase
Move the mapping between content enumeration from download_row.h and
download_database.h into an embedder specific file and provide a
content implementation.
BUG= 371836
Committed: https://crrev.com/71524662845133324432049a5e3829900451ed4e
Cr-Commit-Position: refs/heads/master@{#311057}
Total comments: 4
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+777 lines, -1336 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_history.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_history_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+30 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_ui_controller_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/save_page_browsertest.cc
|
View
|
1
2
3
|
10 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/download_database.h
|
View
|
1
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/download_database.cc
|
View
|
1
|
1 chunk |
+0 lines, -671 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/download_row.h
|
View
|
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/download_row.cc
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_database.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_database.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
3
|
12 chunks |
+23 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/incident_reporting/last_download_finder.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/README
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/content/DEPS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/history/content/browser/BUILD.gn
|
View
|
1
2
4
5
6
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A |
components/history/content/browser/download_constants_utils.h
|
View
|
1
2
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/content/browser/download_constants_utils.cc
|
View
|
1
2
3
|
1 chunk |
+129 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/core/DEPS
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/download_constants.h
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/download_database.h
|
View
|
1
2
3
|
5 chunks |
+15 lines, -36 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/download_database.cc
|
View
|
1
2
3
4
5
|
19 chunks |
+71 lines, -166 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/download_row.h
|
View
|
1
|
4 chunks |
+28 lines, -32 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/download_row.cc
|
View
|
1
2
3
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/download_types.h
|
View
|
1
2
3
4
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/download_types.cc
|
View
|
1
2
3
|
1 chunk |
+129 lines, -0 lines |
0 comments
|
Download
|
Total messages: 33 (6 generated)
|