|
Move responsiblity of tab suspending from renderer to TabManager
Now tab-suspending is determined and done in renderer side and browser side
doesn't know when this happens. As we are going to have a centralized memory
managing system, it would make sense if we had tab-suspending system in browser
side.
This CL moves this tab-suspending system from renderer side to TabManager in
browser side.
BUG= 469049, 486135, 551995
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -67 lines) |
Patch |
|
M |
chrome/browser/browser_process_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
|
M |
chrome/browser/memory/tab_manager.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
1 comment
|
Download
|
|
M |
chrome/browser/memory/tab_manager.cc
|
View
|
1
|
2 chunks |
+15 lines, -1 line |
1 comment
|
Download
|
|
M |
components/scheduler/renderer/renderer_scheduler.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/scheduler/renderer/renderer_scheduler_impl.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/scheduler/renderer/renderer_scheduler_impl.cc
|
View
|
1
|
4 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
|
M |
components/scheduler/renderer/renderer_scheduler_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -46 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/child_process_messages.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/browser/render_process_host.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/test/mock_render_process_host.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/test/fake_renderer_scheduler.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/test/fake_renderer_scheduler.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 10 (6 generated)
|