|
[Mac] Bounce app shims when app windows request attention.
Currently we only bounce the app shim when the app is hidden but wants
to show a window.
This CL makes AppWindow.drawAttention() bounce the app icon continuously
until the app is focused or AppWindow.clearAttention() is called.
BUG= 402722
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290768
Total comments: 10
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -25 lines) |
Patch |
 |
M |
apps/app_shim/app_shim_handler_mac.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apps/app_shim/app_shim_host_mac.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
apps/app_shim/app_shim_host_mac.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/app_shim_launch.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/app_shim_messages.h
|
View
|
1
2
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/app_shim_quit_interactive_uitest_mac.mm
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
apps/app_shim/chrome_main_app_mode_mac.mm
|
View
|
1
2
3
|
5 chunks |
+25 lines, -2 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/extension_app_shim_handler_mac.h
|
View
|
1
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/extension_app_shim_handler_mac.cc
|
View
|
1
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
apps/app_shim/extension_app_shim_handler_mac_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/app_window_interactive_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm
|
View
|
1
2
3
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/platform_apps/window_api_interactive/test.js
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|