|
Provide renderers with memory pressure signals.
This uses TabManager's renderer ranking and existing memory pressure IPC mechanisms to notify renderer processes (least important ones first) of memory pressure events.
BUG= 483964
Committed: https://crrev.com/8706e5a3fab86048ebbf579a8c5dbabe937aa746
Cr-Commit-Position: refs/heads/master@{#372487}
Total comments: 6
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+653 lines, -553 lines) |
Patch |
|
M |
chrome/browser/memory/tab_manager.h
|
View
|
1
2
3
4
|
8 chunks |
+85 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/memory/tab_manager.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+175 lines, -32 lines |
0 comments
|
Download
|
|
M |
chrome/browser/memory/tab_manager_unittest.cc
|
View
|
1
|
5 chunks |
+248 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/memory/tab_stats.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/memory/tab_stats.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/devtools/protocol/memory_handler.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/memory/memory_message_filter.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/memory/memory_message_filter.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
D |
content/browser/memory/memory_pressure_controller.h
|
View
|
1
2
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
|
D |
content/browser/memory/memory_pressure_controller.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
|
D |
content/browser/memory/memory_pressure_controller_browsertest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -274 lines |
0 comments
|
Download
|
|
A + |
content/browser/memory/memory_pressure_controller_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+33 lines, -11 lines |
0 comments
|
Download
|
|
A + |
content/browser/memory/memory_pressure_controller_impl.cc
|
View
|
1
2
|
8 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
|
A + |
content/browser/memory/memory_pressure_controller_impl_browsertest.cc
|
View
|
1
2
|
6 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
content/public/browser/memory_pressure_controller.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/browser/memory_pressure_controller.cc
|
View
|
1
2
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
Total messages: 29 (13 generated)
|