|
Move components/memory_coordinator -> content/
Basically,
- components/memory_coordinator/public/interfaces -> content/common
- components/memory_coordinator/common -> content/common
- components/memory_coordinator/browser -> content/browser
- components/memory_coordinator/child -> content/child
BUG= 644022
Committed: https://crrev.com/a626404dc444c17bd3722bc111857ab288e4a0f3
Cr-Commit-Position: refs/heads/master@{#418783}
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -1713 lines) |
Patch |
 |
M |
components/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/OWNERS
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/OWNERS
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_coordinator.h
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_coordinator.cc
|
View
|
|
1 chunk |
+0 lines, -125 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_coordinator_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -140 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor.h
|
View
|
1
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor.cc
|
View
|
1
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_linux.h
|
View
|
1
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_linux.cc
|
View
|
1
|
1 chunk |
+0 lines, -54 lines |
1 comment
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_linux_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_win.h
|
View
|
1
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_win.cc
|
View
|
1
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/memory_monitor_win_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -138 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/test_memory_monitor.h
|
View
|
1
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/browser/test_memory_monitor.cc
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/child_memory_coordinator_impl.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/child_memory_coordinator_impl.cc
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/child_memory_coordinator_impl_android.h
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/child_memory_coordinator_impl_android.cc
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/child/child_memory_coordinator_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -188 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/common/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/common/memory_coordinator_export.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/common/memory_coordinator_features.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/common/memory_coordinator_features.cc
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/public/interfaces/OWNERS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom
|
View
|
1
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
components/memory_coordinator/public/interfaces/memory_coordinator.mojom
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/OWNERS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_coordinator.h
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_coordinator.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/memory/memory_coordinator_browsertest.cc
|
View
|
|
1 chunk |
+17 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_coordinator_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor.h
|
View
|
1
|
3 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor.cc
|
View
|
1
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_linux.h
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_linux.cc
|
View
|
1
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_linux_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_win.h
|
View
|
1
|
2 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_win.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_monitor_win_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/test_memory_monitor.h
|
View
|
1
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/test_memory_monitor.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/OWNERS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/child_memory_coordinator_impl.h
|
View
|
|
3 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/child_memory_coordinator_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/child_memory_coordinator_impl_android.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/child_memory_coordinator_impl_android.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/memory/child_memory_coordinator_impl_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/child_memory_coordinator.mojom
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/common/memory_coordinator.mojom
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_features.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_features.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.h
|
View
|
1
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 24 (13 generated)
|