|
|
ABANDONED IN FAVOR OF https://codereview.chromium.org/2918223002
mash: Fix mash app shelf items; encapsulate ash property setup.
Add ash::RegisterWindowPropertiesForTransportAndMirroring()
(allows mus clients to setup window properties for transport)
Call this from Chrome, QuickLaunch, other mash apps.
Set QuickLaunch, etc. properties to show on the shelf.
note: 'window_type_launcher' & 'task_viewer' don't launch on ToT.
Make ShowExamplesWindow return a widget for client use.
OPTIONAL: Use the new function in ash::WindowManager's ctor?
TODO: Fix QuickLaunch ShelfButtons ink-drop crash on 2nd click.
BUG= 557406
TEST=chrome --mash shows a shelf item for QuickLaunch.
R=sky@chromium.org
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+104 lines, -50 lines) |
Patch |
 |
M |
ash/public/cpp/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/public/cpp/window_properties.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/public/cpp/window_properties.cc
|
View
|
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
View
|
|
3 chunks |
+1 line, -29 lines |
2 comments
|
Download
|
 |
M |
mash/catalog_viewer/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/catalog_viewer/catalog_viewer.cc
|
View
|
1
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mash/example/views_examples/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/example/views_examples/views_examples.cc
|
View
|
1
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
mash/example/window_type_launcher/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/example/window_type_launcher/window_type_launcher.cc
|
View
|
1
|
3 chunks |
+12 lines, -4 lines |
1 comment
|
Download
|
 |
M |
mash/quick_launch/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/quick_launch/quick_launch.cc
|
View
|
1
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mash/task_viewer/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mash/task_viewer/task_viewer.cc
|
View
|
1
|
4 chunks |
+12 lines, -3 lines |
1 comment
|
Download
|
 |
M |
ui/views/examples/examples_window.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/examples/examples_window.cc
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (8 generated)
|