|
MacViews: Implement event monitoring for a specific window (Reland)
ManagePasswordBubbleView wants to monitor events on a specific window,
currently using aura specific code that won't work for MacViews.
views::EventMonitor is enhanced to support monitoring events on a window,
with both Mac and Aura implementations.
Also includes minor compile fixes in ZoomBubbleView and StatusBubbleView.
Originally reviewed in https://crrev.com/730833006/
BUG= 425229
Committed: https://crrev.com/5fa7a281e925c9320d86a80e463998ffaf6e51eb
Cr-Commit-Position: refs/heads/master@{#308112}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+205 lines, -138 lines) |
Patch |
 |
M |
chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
View
|
|
6 chunks |
+9 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/status_bubble_views.cc
|
View
|
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/test/event_generator_delegate_aura.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/test/event_generator.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/test/event_generator.cc
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/event_monitor.h
|
View
|
|
2 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/event_monitor_aura.h
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/event_monitor_aura.cc
|
View
|
|
2 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/views/event_monitor_mac.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/event_monitor_mac.mm
|
View
|
|
3 chunks |
+23 lines, -9 lines |
0 comments
|
Download
|
 |
D |
ui/views/event_monitor_mac_unittest.mm
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
A |
ui/views/event_monitor_unittest.cc
|
View
|
1
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/mouse_watcher.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/test/event_generator_delegate_mac.mm
|
View
|
|
4 chunks |
+24 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ui/views/views.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9 (2 generated)
|