|
Decoupling visibility states from webcontent, adding visibility management in ResourceManager
It works as desired. An abstract class to handle overview representations of unloaded WebContents has still to be added, but since the CL is already quite big as is, I split this up into a follow up CL.
BUG= 408826, 408834
TEST=AppActivityTest.*, ResourceManager.* and visual
Committed: https://crrev.com/2d350ffed31ecb2fa67d131585e50e1df2ca2d09
Cr-Commit-Position: refs/heads/master@{#293414}
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+555 lines, -179 lines) |
Patch |
 |
M |
athena/activity/activity.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/activity/activity_manager_impl.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
athena/activity/activity_manager_unittest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
athena/activity/activity_view_manager_impl.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/activity/public/activity.h
|
View
|
1
2
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/activity/public/activity_view_model.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/content/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.h
|
View
|
|
2 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.cc
|
View
|
1
2
|
6 chunks |
+70 lines, -28 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_proxy.h
|
View
|
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_proxy.cc
|
View
|
|
3 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_registry.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_registry.cc
|
View
|
1
2
|
5 chunks |
+12 lines, -32 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_unittest.cc
|
View
|
1
2
|
14 chunks |
+42 lines, -23 lines |
0 comments
|
Download
|
 |
M |
athena/content/web_activity.h
|
View
|
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/content/web_activity.cc
|
View
|
1
2
|
4 chunks |
+69 lines, -26 lines |
0 comments
|
Download
|
 |
M |
athena/home/home_card_impl.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/home/home_card_impl.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/resource_manager/public/resource_manager.h
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/resource_manager/resource_manager_impl.cc
|
View
|
1
2
|
11 chunks |
+160 lines, -13 lines |
0 comments
|
Download
|
 |
M |
athena/resource_manager/resource_manager_unittest.cc
|
View
|
1
2
|
6 chunks |
+67 lines, -10 lines |
0 comments
|
Download
|
 |
M |
athena/wm/public/window_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/wm/public/window_manager_observer.h
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/wm/window_manager_impl.h
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
athena/wm/window_manager_impl.cc
|
View
|
1
2
|
4 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
Total messages: 12 (2 generated)
|