|
Download code cleanup patch of death:
Separate all interactions with HistoryService out of DownloadManager
to new class DownloadHistory owned by the DownloadManager.
The goal is to create more smaller classes with clearly defined
responsibilities.
TEST=unit_tests, browser_tests, ui_tests
BUG= 48913
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54205
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+347 lines, -372 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/automation_provider_observers.h
|
View
|
1
|
3 chunks |
+3 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/downloads_dom_handler.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/downloads_dom_handler.cc
|
View
|
1
2
|
3 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/filebrowse_ui.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/download/download_history.h
|
View
|
1
2
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/download/download_history.cc
|
View
|
1
2
|
1 chunk |
+151 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_item.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_item.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_manager.h
|
View
|
|
12 chunks |
+16 lines, -65 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_manager.cc
|
View
|
1
|
20 chunks |
+46 lines, -246 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/drag_download_file.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/drag_download_file.cc
|
View
|
|
1 chunk |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ui_test_utils.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|