|
Introduce BubbleDialogDelegateView, which extends DialogDelegateView
and shares more code with it than BubbleDelegateView.
The idea is to eventually replace BubbleDelegateView. I'd just have
modified BubbleDelegateView in place, but it requires updates to many
bubbles, so the two classes coexist for now.
This CL also removes redundant code in DialogClientView for laying out
the footnote view. I verified this doesn't affect the one place that
was using the code (CardUnmaskPromptViews).
SessionCrashedBubbleView is the only bubble using the new parent class
so far. It got a bit simpler because it didn't have to reimplement the
button strip.
BUG= 585312
Committed: https://crrev.com/4c499dc1bed6d263ffd30dff5e9abab76ffc6094
Cr-Commit-Position: refs/heads/master@{#378545}
Total comments: 18
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -376 lines) |
Patch |
 |
M |
chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
|
View
|
1
2
3
4
|
6 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/save_card_bubble_views.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/save_card_bubble_views.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_installed_bubble_view.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/session_crashed_bubble_view.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+14 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/session_crashed_bubble_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+29 lines, -45 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ui/views/bubble/bubble_dialog_delegate.h
|
View
|
1
2
3
|
6 chunks |
+15 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
ui/views/bubble/bubble_dialog_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
15 chunks |
+94 lines, -91 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.h
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+2 lines, -33 lines |
0 comments
|
Download
|
 |
M |
ui/views/examples/widget_example.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views/views.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_client_view.h
|
View
|
1
2
3
4
5
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_client_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
10 chunks |
+9 lines, -45 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_client_view_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+1 line, -51 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
Total messages: 51 (24 generated)
|