|
Merge BorderContentsView into BubbleFrameView; simplify.
Merge these redundant classes and their unit tests.
Do not try_mirroring_arrow with dummy anchor rects.
Deprecate unused allow_bubble_offscreen bubble flag.
Replace GetArrowLocation virtual with simple setter/getter pair.
Return anchor view bounds in BubbleDelegateView::GetAnchorRect.
Other refactoring and simplification.
BUG= 106050
TEST=Bubbles are anchored correctly with their arrows in the right location.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114598
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+328 lines, -666 lines) |
Patch |
 |
M |
chrome/browser/speech/speech_input_bubble_views.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/content_setting_bubble_contents.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_installed_bubble.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_installed_bubble.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/first_run_bubble.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/global_error_bubble_view.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/page_info_bubble_view.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
D |
ui/views/bubble/border_contents_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
D |
ui/views/bubble/border_contents_view.h
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
 |
D |
ui/views/bubble/border_contents_view.cc
|
View
|
|
1 chunk |
+0 lines, -185 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_border.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+4 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+28 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+87 lines, -44 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+185 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ui/views/views.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|