|
Use gfx::NativeView rather than gfx::NativeWindow to identify web contents modal dialogs
The API suggested in the associated bug uses gfx::NativeView. This also enables the Cocoa implementation to be refactored to the interfaces associated with the new API.
This is an intermediate step to get to where we can use the same WebContentsModalDialogManager implementation across all platforms.
BUG= 157161
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+30 lines, -24 lines) |
Patch |
 |
M |
chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.mm
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/constrained_window_gtk.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/constrained_window_gtk.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/native_web_contents_modal_dialog_manager.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/ui/views/constrained_window_views.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/constrained_window_views.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/web_contents_modal_dialog_manager_views.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/web_contents_modal_dialog.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/web_contents_modal_dialog_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/certificate_viewer_webui.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|