|
Delete activity upon window deletion
(there was no leak reported because they're deleted upon shutdown)
A few minor cleanup/improvements
* Added shortcut to close athena. This doesn't update overview/split view mode.
I'll address it in separate CL.
* Delete unnecessary athena_content_support_lib target. (I somehow missed this in review)
* Separate app_shell specific impl in extensions_delegate (this is prep for athena+chrome)
* Remove ActivityWidget wrapper and use views::Widget instead, as it seems to be unnecessary. This is also prep for athena+chrome, where AppActivity should use NativeAppWindowViews.
BUG=None
TEST=coverted by unittests.
TBR=jamescook@chromium.org
Committed: https://crrev.com/dbcee380ef55e004ac7b56cf12f6b95c47adecff
Cr-Commit-Position: refs/heads/master@{#291935}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -205 lines) |
Patch |
 |
A |
athena/activity/activity_manager_impl.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/activity/activity_manager_impl.cc
|
View
|
|
2 chunks |
+30 lines, -42 lines |
0 comments
|
Download
|
 |
M |
athena/activity/activity_manager_unittest.cc
|
View
|
|
1 chunk |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
athena/activity/activity_view_manager_impl.cc
|
View
|
1
|
2 chunks |
+40 lines, -45 lines |
0 comments
|
Download
|
 |
M |
athena/athena.gyp
|
View
|
1
2
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
athena/content/web_activity.cc
|
View
|
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/extensions/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
athena/extensions/extensions_delegate.cc
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
D |
athena/extensions/extensions_delegate_impl.cc
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
A + |
athena/extensions/shell/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
athena/extensions/shell/extensions_delegate_impl.cc
|
View
|
|
2 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
athena/main/athena_launcher.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
athena/main/athena_main.cc
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/main/athena_main.gyp
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|