|
|
Move the save file code from chrome to content. This is just a file move so the DEPS in content\browser\download is very permissive for now. The one exception is save_package.cc, where I had to split off the usage of SelectFileDialog because the code depended on grit which can't be used in content (circular dependencies in gyp).
TBR=rdsmith
BUG= 82782
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92623
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+339 lines, -4463 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/automation_provider_observers.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_encoding_uitest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/base_file.h
|
View
|
|
1 chunk |
+0 lines, -108 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/base_file.cc
|
View
|
|
1 chunk |
+0 lines, -248 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/base_file_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -230 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_file.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_item_model.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_prefs.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_file.h
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_file.cc
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_file_manager.h
|
View
|
|
1 chunk |
+0 lines, -255 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_file_manager.cc
|
View
|
|
1 chunk |
+0 lines, -541 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_item.h
|
View
|
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_item.cc
|
View
|
|
1 chunk |
+0 lines, -130 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_package.h
|
View
|
|
1 chunk |
+0 lines, -327 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_package.cc
|
View
|
|
1 chunk |
+0 lines, -1476 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/download/save_package_file_picker.h
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/browser/download/save_package_file_picker.cc
|
View
|
1
2
|
1 chunk |
+165 lines, -0 lines |
1 comment
|
Download
|
 |
D |
chrome/browser/download/save_package_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -426 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/save_page_uitest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_types.h
|
View
|
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/download/save_types.cc
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/DEPS
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/renderer_host/save_file_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/renderer_host/save_file_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -119 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/applescript/tab_applescript.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/download/download_tab_helper.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
3 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/automation/tab_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/content_browser_client.h
|
View
|
1
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/base_file.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/base_file.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/download/base_file_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file_manager.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file_manager.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file_resource_handler.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_file_resource_handler.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_item.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_item.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_package.h
|
View
|
1
|
9 chunks |
+12 lines, -18 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_package.cc
|
View
|
1
|
11 chunks |
+17 lines, -154 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_package_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_types.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/download/save_types.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.h
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|